ae ~old-net (2022-05-18T17:03:39.1779262)
Dub
Repo
Color.fromHex
ae
utils
graphics
color
Color
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
Source
See Implementation
ae
utils
graphics
color
Color
aliases
ChannelType
Spec
functions
opBinary
opCast
opOpAssign
opUnary
sum
manifest constants
channelBits
channels
homogenous
mixins
__anonymous
static functions
blend
fromHex
itpl
monochrome
op
Construct an RGB color from a typical hex string.