Declaration

var isFullColorLayer: Bool { get set }

Declaration

@property (nonatomic, getter=isFullColorLayer) BOOL fullColorLayer;

Declaration

isFullColorLayer() -> bool
setFullColorLayer_(fullColorLayer: bool)

Discussion

Setting this property marks or unmarks the layer as a full-color layer.

See Also

Color Layer Kind