despiker ~master (2022-05-08T05:39:51.7871503)
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.