Trait uorustlibs::color::Color
[−]
[src]
pub trait Color { fn to_rgba(&self) -> (u8, u8, u8, u8); fn from_rgba(r: u8, g: u8, b: u8, a: u8) -> Self; }