Table of Contents

Class AthenaImageRawUInt8

Namespace
Resolver.Athena.Images
Assembly
Resolver.Athena.dll

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

data byte[]

Properties

Format

Gets the format of the image.

public override ImageFormat Format { get; }

Property Value

ImageFormat

Methods

GetBytes()

Gets the raw byte representation of the image.

public override Span<byte> GetBytes()

Returns

Span<byte>

A span of bytes representing the image data.