Type Definition rgb::RGBA8

source ·
pub type RGBA8 = RGBA<u8>;
Expand description

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