PixelFormat

Description

Items

# Name Tag

0

Truecolor

-

The image stores truecolor pixels.

1

Grayscale

-

The image stores grayscale pixels.

2

Alpha

-

The image has an alpha channel.

3

SixteenBits

-

The image stores color channel values as unsigned 16-bit values (instead of unsigned 8-bit values, which is the default).

4

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.