Type Alias MaskFilter
pub type MaskFilter = RCHandle<SkMaskFilter>;Expand description
MaskFilter is the base class for object that perform transformations on the mask before drawing it. An example subclass is Blur.
Aliased Typeยง
pub struct MaskFilter(/* private fields */);