Type Alias wry::RGBA

source ยท
pub type RGBA = (u8, u8, u8, u8);
Expand description

Type alias for a color in the RGBA format.

Each value can be 0..255 inclusive.