[][src]Type Definition rgb::RGB16

type RGB16 = RGB<u16>;

16-bit RGB in machine's native endian

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