Namespace Aspose.Medical.Imaging.PixelFormats
Namespace Aspose.Medical.Imaging.PixelFormats
Structs
| Struct Name | Description |
|---|---|
| Bgra32 | Packed 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. |
| Rgba32 | Packed 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 Name | Description |
|---|---|
| IPixel<tself> | Represents a generic pixel type. </tself> |