pub type InPremul = SkGradient_Interpolation_InPremul;
Whether to interpolate colors in premultiplied alpha space.
#[repr(u8)]pub enum InPremul { No = 0, Yes = 1, }