Type Alias RGB16
type RGB16 = Rgb<u16>
16-bit RGB in machine's native endian
Be careful to perform byte-swapping when reading from files.
RGB16type RGB16 = Rgb<u16>
16-bit RGB in machine's native endian
Be careful to perform byte-swapping when reading from files.