Instance Method
isAnyColorGlyph()isAnyColorGlyphisAnyColorGlyph
Whether any layer uses a color-layer format.
Declaration
func isAnyColorGlyph() -> BoolDeclaration
- (BOOL) isAnyColorGlyph;Declaration
isAnyColorGlyph() -> boolDiscussion
This includes full-color, palette, SVG, and Apple bitmap color layers. Color-layer formats are not mutually exclusive.
See Also
Color Glyphs
Whether any layer is a full-color layer.
Whether any layer is a palette color layer.
Whether any layer is an SVG color layer.
Whether any layer is an Apple bitmap color layer.