Short Name:
|
Enumeration of pixel format tags.
The following table lists all iemts of this enum type, including their string tags (if defined).
Enumeration Item | ||
---|---|---|
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. |
The following table shows all usages of this config type.
Used By:
|