Contents

CMBitmapColorSpace

Specifies bitmap spaces with a wide range of data formats appropriate for multiple platforms.

Declaration

typedef UInt32 CMBitmapColorSpace;

Discussion

This enumeration defines constants for color spaces which can specify color values for a bitmap image. As a rule, these constants include a packing format, defined in Color Packing for Color Spaces. You can use these constants to set the space field of the CMBitmap type definition identifies the color space in which the colors of the bitmap image are specified, as described in Abstract Color Space Constants.

Version-Notes

The constants cmRGBASpace and cmGrayASpace were moved to Abstract Color Space Constants in ColorSync version 2.5.

The constants cmGray16Space, cmGrayA32Space, cmRGB48Space, cmCMYK64Space, and cmLAB48Space were added in ColorSync version 2.5.

Topics

Constants