[][src]Type Definition rgb::RGBA16

type RGBA16 = RGBA<u16>;

16-bit RGB in machine's native endian. 0 = transparent, 65535 = opaque.

Alpha is last.