|
pf16bppARGB1555
|
Specifies that the format is 16 bits per pixel; 1 bit is used for the alpha component, and 5 bits each are used for the red, green, and blue components.
|
|
pf16bppGrayScale
|
Specifies that the format is 16 bits per pixel, grayscale.
|
|
pf16bppRGB555
|
Specifies that the format is 16 bits per pixel; 5 bits each are used for the red, green, and blue components. The remaining bit is not used.
|
|
pf16bppRGB565
|
Specifies that the format is 16 bits per pixel; 5 bits are used for the red component, 6 bits are used for the green component, and 5 bits are used for the blue component.
|
|
pf1bppIndexed
|
Specifies that the format is 1 bit per pixel, indexed.
|
|
pf24bppRGB
|
Specifies that the format is 24 bits per pixel; 8 bits each are used for the red, green, and blue components.
|
|
pf32bppARGB
|
Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components.
|
|
pf32bppPARGB
|
Specifies that the format is 32 bits per pixel; 8 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component.
|
|
pf32bppRGB
|
Specifies that the format is 32 bits per pixel; 8 bits each are used for the red, green, and blue components. The remaining 8 bits are not used.
|
|
pf48bppRGB
|
Specifies that the format is 48 bits per pixel; 16 bits each are used for the red, green, and blue components.
|
|
pf4bppIndexed
|
Specifies that the format is 4 bit per pixel, indexed.
|
|
pf64bppARGB
|
Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components.
|
|
pf64bppPARGB
|
Specifies that the format is 64 bits per pixel; 16 bits each are used for the alpha, red, green, and blue components. The red, green, and blue components are premultiplied according to the alpha component.
|
|
pf8bppIndexed
|
Specifies that the format is 8bbit per pixel, indexed.
|
|
pfUndefined
|
Represents constant pfUndefined.
|