Type Alias RGBA16

type RGBA16 = Rgba<u16>

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

Alpha is last.