ColorRGB8.green

< Green.

struct ColorRGB8
pure nothrow @safe @nogc static immutable
auto green = typeof(this)(0x00, 0xff, 0x00);

Meta