Instance Property
isAnyColorLayeranyColorLayeranyColorLayer
Whether the layer uses any color-layer format.
Declaration
var isAnyColorLayer: Bool { get }Declaration
@property (nonatomic, readonly, getter=isAnyColorLayer) BOOL anyColorLayer;Declaration
isAnyColorLayer() -> boolDiscussion
Color-layer formats can overlap with other layer kinds, such as Intermediate layers. The specific color-layer format properties are not mutually exclusive.
See Also
Color Layer Kind
Whether the layer is a full-color layer.
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.