ColorRGB8.cyan

< Cyan.

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

Meta