logo
pub type RGBA8 = RGBA<u8, u8>;
Expand description

8-bit RGBA, alpha is last. 0 = transparent, 255 = opaque.