Type Definition load_image::export::rgb::RGB16[][src]

type RGB16 = RGB<u16>;
Expand description

16-bit RGB in machine’s native endian

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