Declaration

var isAnyColorLayer: Bool { get }

Declaration

@property (nonatomic, readonly, getter=isAnyColorLayer) BOOL anyColorLayer;

Declaration

isAnyColorLayer() -> bool

Discussion

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