Searched defs:RGBAColor (Results 1 – 2 of 2) sorted by relevance
26 fn mix(&self, value: f64) -> RGBAColor { in mix()33 fn to_rgba(&self) -> RGBAColor { in to_rgba()67 pub struct RGBAColor(pub u8, pub u8, pub u8, pub f64); struct69 impl Color for RGBAColor { implementation79 impl From<RGBColor> for RGBAColor { implementation110 impl BackendStyle for RGBAColor { implementation
11 pub fn check_color(left: BackendColor, right: RGBAColor) { in check_color()