pub trait GetAlpha<C> {
// Required methods
fn get_alpha(&self) -> f64;
fn get_opacity(&self) -> f64;
fn get_transparency(&self) -> f64;
}
pub trait GetAlpha<C> {
// Required methods
fn get_alpha(&self) -> f64;
fn get_opacity(&self) -> f64;
fn get_transparency(&self) -> f64;
}