Color4

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

  1. alias Color4 = Vector!(ushort, 4)
    alias Color4 = Vector!(ushort, 4)
  2. alias ColorRGBA = Color4

Meta