color ~master (2020-04-14T12:21:13Z)
Home
Dub
Repo
Components.Components
std
experimental
color
rgb
RGB
Components
Undocumented in source.
enum
Components
;
enum
Components
;
template
Components
(string components)
@
safe
pure nothrow @
nogc
static if
(!(
components.length == 0
))
enum
Components
=
ComponentType.stringof
~
' '
~
components
[
0
] ~
" = 0;\n"
~
Components
!(
components
[
1
..$])
;
Meta
Source
See Source File
std
experimental
color
rgb
RGB
Components
manifest constants
Components