ColorRGB8.blue

< Blue.

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

Meta