despiker v0.1.3 (2014-11-30T21:04: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
;
}
Members
Manifest constants
rgb
enum
rgb
;
Undocumented in source.
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.