Type Alias HueMethod

pub type HueMethod = SkGradientShader_Interpolation_HueMethod;

Aliased Type§

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

Variants§

§

Shorter = 0

§

Longer = 1

§

Increasing = 2

§

Decreasing = 3