ColorRGB8.magenta

< Magenta.

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

Meta