[−][src]Trait colors_transform::AlphaColor
Some methods for working with alpha channel for Rgba & Hsla
Some methods for working with alpha channel for Rgba & Hsla
impl AlphaColor for Hsla[src]fn get_alpha(&self) -> f32[src]fn set_alpha(&self, a: f32) -> Hsla[src]fn opacify(&self, a: f32) -> Hsla[src]impl AlphaColor for Rgba[src]