Class AthenaImageRawUInt8
Represents an image in raw unsigned 8-bit format (RawUInt8). The image is expected to have a fixed width, height, and number of channels as defined in AthenaConstants.
public class AthenaImageRawUInt8 : AthenaImageBase
- Inheritance
-
AthenaImageRawUInt8
- Inherited Members
Constructors
AthenaImageRawUInt8(byte[])
public AthenaImageRawUInt8(byte[] data)
Parameters
databyte[]
Properties
Format
Gets the format of the image.
public override ImageFormat Format { get; }
Property Value
Methods
GetBytes()
Gets the raw byte representation of the image.
public override Span<byte> GetBytes()