Color.fromHex

Construct an RGB color from a typical hex string.

struct Color(FieldTuple...)
static
static if(is(typeof(this.r) == ubyte) && is(typeof(this.g) == ubyte) && is(typeof(this.b) == ubyte))
typeof(this)
fromHex
(
in char[] s
)

Meta