Type Definition rgb::RGBA16

source ·
pub type RGBA16 = RGBA<u16>;
Expand description

16-bit RGB in machine’s native endian. 0 = transparent, 65535 = opaque.

Alpha is last.