pub type HueMethod = SkGradient_Interpolation_HueMethod;Expand description
Hue interpolation method for cylindrical color spaces (LCH, OKLCH, HSL, HWB).
Aliased Type§
#[repr(u8)]pub enum HueMethod {
Shorter = 0,
Longer = 1,
Increasing = 2,
Decreasing = 3,
}