Contents

kCGImagePropertyIsIndexed

A Boolean value that indicates whether the image contains indexed pixel samples.

Declaration

let kCGImagePropertyIsIndexed: CFString

Discussion

Indexed pixel samples are also known as paletted samples. The value of this property is kCFBooleanTrue if the image contains indexed pixel samples.

See Also

Image Information