Namespace Aspose.Medical.Imaging.PixelFormats

Namespace Aspose.Medical.Imaging.PixelFormats

Structs

Struct NameDescription
Bgra32Packed pixel: contains four 8-bit unsigned normalized values [0..255]. The components are stored in Blue, Green, Red, and Alpha order (least significant to most significant byte). NOTE: the structure is mutable.
Rgba32Packed pixel: contains four 8-bit unsigned normalized values [0..255]. The components are stored in Red, Green, Blue, and Alpha order (least significant to most significant byte). NOTE: the structure is mutable.

Interfaces

Interface NameDescription
IPixel<tself>Represents a generic pixel type. </tself>