Instance Method
paletteInfo()paletteInfopaletteInfo
The effective color palettes for the layer, or nil when none are configured.
Declaration
func paletteInfo() -> GSPalettes?Declaration
- (GSPalettes *) paletteInfo;Declaration
paletteInfo() -> GSPalettesDiscussion
Palettes on the associated font master take precedence over palettes on the font and its first master.
See Also
Resolving Colors
The effective color used to represent the layer, or
nilwhen no color is configured.The layer’s palette color from the given palette, or
nilwhen it cannot be resolved.