Type Alias freya_engine::prelude::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ยง

struct MaskFilter(/* private fields */);