Alias ColorRGBA

RGBA 16-bit integer color representation (a vector of ushorts)

alias ColorRGBA = Vector!(ushort,4);