InPremul

Type Alias InPremul 

Source
pub type InPremul = SkGradient_Interpolation_InPremul;
Expand description

Whether to interpolate colors in premultiplied alpha space.

Aliased Type§

#[repr(u8)]
pub enum InPremul { No = 0, Yes = 1, }

Variants§

§

No = 0

§

Yes = 1