PixelFormat
Items
| # | Name | Tag | 
|---|---|---|
| Truecolor | - | |
| The image stores truecolor pixels. | ||
| Grayscale | - | |
| The image stores grayscale pixels. | ||
| Alpha | - | |
| The image has an alpha channel. | ||
| SixteenBits | - | |
| The image stores color channel values as unsigned 16-bit values (instead of unsigned 8-bit values, which is the default). | ||
| Precision | - | |
| The number precision of raw pixel channel values is higher than 16-bit integers (e.g. floating-point values). This flag implies PixelFormat.SixteenBits. Normalization is required in order to translate raw pixel values to scanline pixels. | ||