Instance Property
maskType
A regular mask behaves like a mask in Photoshop or a clip path in PostScript-style system (e.g., Core Graphics, SVG). An inverse mask masks the inverse area like an inverted mask in Photoshop or a SwiftUI clip path with the inverse option set.
Declaration
var maskType: GSMaskType { get set }Declaration
@property (assign) GSMaskType maskType;Declaration
maskType() -> GSMaskType
setMaskType_(maskType: GSMaskType)