ColorRGB8.black

< Black.

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

Meta