Instance Property
isAppleColorLayerappleColorLayerappleColorLayer
Whether the layer is an Apple bitmap color layer.
Declaration
var isAppleColorLayer: Bool { get set }Declaration
@property (nonatomic, getter=isAppleColorLayer) BOOL appleColorLayer;Declaration
isAppleColorLayer() -> bool
setAppleColorLayer_(appleColorLayer: bool)Discussion
Setting this property marks or unmarks the layer as an Apple bitmap 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 a palette color layer.
Whether the layer is an SVG color layer.