ColorRGB8.white

< White.

struct ColorRGB8
static immutable
auto white = typeof(this)(0xff, 0xff, 0xff);

Meta