Type Alias vizia::vg::gradient_shader::interpolation::HueMethod
pub type HueMethod = SkGradientShader_Interpolation_HueMethod;
Aliased Type§
enum HueMethod {
Shorter = 0,
Longer = 1,
Increasing = 2,
Decreasing = 3,
}