PixelDataFormat class
PixelDataFormat class
The pixel data format.
The PixelDataFormat type exposes the following members:
Properties
Property | Description |
---|---|
rgb_32_bpp | Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. |
cmyk | Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the cyan, magenta, yellow and black. |
rgb_24_bpp | Gets the PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. |
rgb_16_bpp_555 | Gets the PixelDataFormat defined for 16 bits per pixel with 5 bits for each of the red, green and blue, alpha is not defined. |
rgb_indexed_8_bpp | Gets the PixelDataFormat defined for indexed 8 bit per color.The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. |
rgb_indexed_4_bpp | Gets the PixelDataFormat defined for indexed 4 bit per color.The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. |
rgb_indexed_2_bpp | Gets the PixelDataFormat defined for indexed 2 bit per color.The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. |
rgb_indexed_1_bpp | Gets the PixelDataFormat defined for indexed 1 bit per color.The indexed pixel data storage is intended to allow data storage and retrieval everywhere the color palette is used. Use with caution, because may require conversion from one palette to another or from RGBA to indexed color model. |
y_cb_cr | Gets the PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the luma, blue-difference and red-difference chroma components. |
grayscale | Gets the PixelDataFormat defined for 8 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval. |
ycck | Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the luma, blue-difference, red-difference and black chroma components. |
rgba_32_bpp | Gets the PixelDataFormat defined for 32 bits per pixel with 8 bits for each of the alpha, red, green and blue. |
rgb_24_bpp_png | Gets the PixelDataFormat defined for 24 bits per pixel with 8 bits for each of the alpha, red, green and blue, alpha is not defined. |
grayscale_alpha | Gets the PixelDataFormat defined for 16 bits per pixel with 8 bits representing grayscale intensity in the 0-255 interval and additional 8 bit alpha component. |
pixel_format | Gets the pixel format. |
bits_per_pixel | Gets the bits per pixel. |
channels_count | Gets the channels count. |
channel_bits | Gets the bits count for each channel. |
See Also
- module
aspose.cad
- class
PixelDataFormat