Type Alias freya_engine::prelude::svg::fe::FuncKind

pub type FuncKind = SkSVGFeFuncType;

Aliased Type§

enum FuncKind {
    Identity = 0,
    Table = 1,
    Discrete = 2,
    Linear = 3,
    Gamma = 4,
}

Variants§

§

Identity = 0

§

Table = 1

§

Discrete = 2

§

Linear = 3

§

Gamma = 4