Type Definition rgb::alt::ARGB8[][src]

pub type ARGB8 = ARGB<u8>;
Expand description

8-bit ARGB, alpha is first. 0 = transparent, 255 = opaque.