HueMethod

Type Alias HueMethod 

Source
pub type HueMethod = SkGradient_Interpolation_HueMethod;
Expand description

Hue interpolation method for cylindrical color spaces (LCH, OKLCH, HSL, HWB).

See https://www.w3.org/TR/css-color-4/#hue-interpolation

Aliased Type§

#[repr(u8)]
pub enum HueMethod { Shorter = 0, Longer = 1, Increasing = 2, Decreasing = 3, }

Variants§

§

Shorter = 0

§

Longer = 1

§

Increasing = 2

§

Decreasing = 3