despiker ~master (2015-08-29T17:56:50Z)
Dub
Repo
rgb
gl3n_extra
color
RGB color from a hexadecimal string (CSS style), e.g. FFFFFF for white.
Color
rgb
(
I
r
,
I
g
,
I
b
)
template
rgb
(string c)
template
rgb (
string
c
)
if
(
c
.
length
== 6 &&
c
.
count
!
isHexDigit
== 6
) {
enum
rgb
;
}
Meta
Source
See Implementation
gl3n_extra
color
aliases
Color
functions
rgb
rgba
RGB color from a hexadecimal string (CSS style), e.g. FFFFFF for white.