Contents

kCISamplerColorSpace

The key for the color space to use when sampling the image.

Declaration

let kCISamplerColorSpace: String

Discussion

The associated value must be an RGB CGColorSpace object. Using this option specifies that samples should be converted to this color space before being passed to a kernel. If not specified, samples will be passed to the kernel in the working color space of the Core Image context used to render the image.

See Also

Constants