All Frameworks Class Hierarchy This Framework Indexes
VisualizationBase Enumeration CATPixelImageFormat
enum CATPixelImageFormat {
L,
LA,
RGB,
RGBA,
BILEVEL,
BADFORMAT,
RGB_S3TC_DXT1,
RGBA_S3TC_DXT1,
RGBA_S3TC_DXT3,
RGBA_S3TC_DXT5
}
Format of the pixel data stored in a CATPixelImage.
- Values:
-
- L
- Luminance (grey levels) - 8 bits images.
- LA
- Luminance with Alpha - 16 bits.
- RGB
- Red, Green, Blue - 24 bits images.
- RGBA
- Red, Green, Blue with Alpha - 32 bits.
- BILEVEL
- Unused.
- BADFORMAT
- Invalid format.
- RGB_S3TC_DXT1
- RGB compression of DXT1 type.
- RGBA_S3TC_DXT1
- RGBA compression of DXT1 type.
- RGBA_S3TC_DXT3
- RGBA compression of DXT3 type.
- RGBA_S3TC_DXT5
- RGBA compression of DXT5 type.
- See also:
- CATPixelImage
This object is included in the file: CATPixelImage.h