Type Definition rgb::RGB16

source ·
pub type RGB16 = RGB<u16>;
Expand description

16-bit RGB in machine’s native endian

Be careful to perform byte-swapping when reading from files.