Color.red

The color components

  1. ubyte red;
    struct Color
    ubyte red;
  2. ubyte green;
  3. ubyte blue;
  4. ubyte alpha;

Meta