Type Alias InputType
pub type InputType = SkSVGFeInputType_Type;Aliased Type§
enum InputType {
    SourceGraphic = 0,
    SourceAlpha = 1,
    BackgroundImage = 2,
    BackgroundAlpha = 3,
    FillPaint = 4,
    StrokePaint = 5,
    FilterPrimitiveReference = 6,
    Unspecified = 7,
}