Color.toHex

Construct an RGB color from a typical hex string.

struct Color(FieldTuple...)
const
static if(is(typeof(this.r) == ubyte) && is(typeof(this.g) == ubyte) && is(typeof(this.b) == ubyte))
string
toHex
()

Meta