Instance Property
colorSpace
The RGB color space used by document colors in the font.
Declaration
var colorSpace: GSColorSpace { get }Declaration
@property (nonatomic, strong, readonly) GSColorSpace * colorSpace;Declaration
colorSpace() -> GSColorSpaceDiscussion
This includes color layers, color palettes, and other colors that affect exported artifacts.
KVO compliant.
See Also
Colors
Changes the color space used by document colors in the font.
Returns the given color converted to match the color space of the font.
Passes each document color to the given block and updates it if the block returns a new color.