Instance Property
isFullColorLayerfullColorLayerfullColorLayer
Whether the layer is a full-color layer.
Declaration
var isFullColorLayer: Bool { get set }Declaration
@property (nonatomic, getter=isFullColorLayer) BOOL fullColorLayer;Declaration
isFullColorLayer() -> bool
setFullColorLayer_(fullColorLayer: bool)Discussion
Setting this property marks or unmarks the layer as a full-color layer.
See Also
Color Layer Kind
Whether the layer uses any color-layer format.
Whether the layer is a palette color layer.
Whether the layer is an SVG color layer.
Whether the layer is an Apple bitmap color layer.