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