Contents

kvImageBufferTypeCode_Indexed

The buffer contains data in an indexed colorspace.

Declaration

var kvImageBufferTypeCode_Indexed: Int { get }

Discussion

This is a planar buffer that is used to index a lookup table of color values. The color values in the table may belong to more than one color component. Typically the colorspace will have a color model of CGColorSpaceModel.indexed and you will need use baseColorSpace to find out what to what color model the lookup table maps.

See Also

Constants