Type Definition rgb::RGB16 [−][src]
type RGB16 = RGB<u16>;
16-bit RGB in machine’s native endian
Be careful to perform byte-swapping when reading from files.
type RGB16 = RGB<u16>;
16-bit RGB in machine’s native endian
Be careful to perform byte-swapping when reading from files.