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