Share via


6.150 PixelFormatSyntax

[values]

Default

The default pixel format. (The meaning of this is context-specific.)

[trim whitespace]

false

Extended

No specific meaning is defined for this value, but individual properties may define a meaning for it.

[trim whitespace]

false

Indexed1

A color-indexed format with 2 entries in the index.

[trim whitespace]

false

Indexed2

A color-indexed format with 4 entries in the index.

[trim whitespace]

false

Indexed4

A color-indexed format with 16 entries in the index.

[trim whitespace]

false

Indexed8

A color-indexed format with 256 entries in the index.

[trim whitespace]

false

BlackWhite

A 1bpp black and white image.

[trim whitespace]

false

Gray2

A monochrome image with 4 levels of brightness.

[trim whitespace]

false

Gray4

A monochrome image with 16 levels of brightness.

[trim whitespace]

false

Gray8

A monochrome image with 256 levels of brightness.

[trim whitespace]

false

Gray16

A monochrome image with 65536 levels of brightness.

[trim whitespace]

false

Gray32Float

A monochrome image with brightness represented as a 32-bit floating point value.

[trim whitespace]

false

Bgr555

An image in which each pixel is represented by a 16-bit value containing 5 bits of blue, 5 bits of green, then 5 bits of red channel data for each pixel (with one unused bit)

[trim whitespace]

false

Bgr565

An image in which each pixel is represented by a 16-bit value containing 5 bits of blue, 6 bits of green, then 5 bits of red channel data for each pixel

[trim whitespace]

false

Bgr24

An image where each pixel is represented by a 24-bit value comprising a blue, then a green, then a red octet (8-bit byte)

[trim whitespace]

false

Rgb24

An image where each pixel is represented by a red, then a green, then a blue octet (8-bit byte)

[trim whitespace]

false

Bgr101010

An image with 10 bits each for the blue, green, and red channels.

[trim whitespace]

false

Bgr32

An image where each pixel is represented by a 32-bit value comprising a blue, then a green, then a red octet (8-bit byte), with one unused octet per pixel

[trim whitespace]

false

Bgra32

An image where each pixel is represented by a 32-bit value comprising a blue, then a green, then a red, then an alpha octet (8-bit byte)

[trim whitespace]

false

Pbgra32

An image where each pixel is represented by a 32-bit value comprising a blue, then a green, then a red, then an alpha octet (8-bit byte), where the red, green, and blue channels are pre-multiplied by the alpha channel.

[trim whitespace]

false

Rgb48

An image with 16 bits each for the red, green, and blue channels.

[trim whitespace]

false

Rgba64

An image with 16 bits each for the red, green, blue, and alpha channels.

[trim whitespace]

false

Prgba64

An image with 16 bits each for the red, green, blue, and alpha channels, where the red, green, and blue channels are pre-multiplied by the alpha channel.

[trim whitespace]

false

Rgb128Float

An image where the red, green, and blue channels are each represented by a 32-bit floating point value, and the pixel size is padded to be 128 bits wide.

[trim whitespace]

false

Rgba128Float

An image where the red, green, blue, and alpha channels are each represented by a 32-bit floating point value.

[trim whitespace]

false

Prgba128Float

An image where the red, green, blue, and alpha channels are each represented by a 32-bit floating point value, and the red, green, and blue channels are pre-multiplied by the alpha channel.

[trim whitespace]

false

Cmyk32

An image where each pixel is represented by a 32-bit value comprising a cyan, then a magenta, then a yellow, then a black octet.

[trim whitespace]

false