Color.green

The color components

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

Meta