Instance Property
isColorPaletteLayercolorPaletteLayercolorPaletteLayer
Whether the layer is a palette color layer.
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
Whether the layer uses any color-layer format.
Whether the layer is a full-color layer.
Whether the layer is an SVG color layer.
Whether the layer is an Apple bitmap color layer.