Declaration

var isColorPaletteLayer: Bool { get set }

Declaration

@property (nonatomic, getter=isColorPaletteLayer) BOOL colorPaletteLayer;

Declaration

isColorPaletteLayer() -> bool
setColorPaletteLayer_(colorPaletteLayer: bool)

Discussion

Setting this property marks or unmarks the layer as a palette color layer.

See Also

Color Layer Kind