ggplotd v0.3.0 (2015-12-05T02:00:09Z)
Dub
Repo
ColourID
ggplotd
colour
Converts any type into a double string pair, which is used by colour maps
struct
ColourID {
import
std
.
typecons
:
Tuple
;
;
this
(T setId);
Tuple
!(
double
,
string
)
id
;
}
Constructors
this
this
(T setId)
Alias This
id
Members
Variables
id
Tuple
!(
double
,
string
)
id
;
Meta
Source
See Implementation
ggplotd
colour
aliases
ColourMap
functions
createColourMap
createNamedColours
gradient
hcyToRGB
structs
ColourID
ColourIDRange
Converts any type into a double string pair, which is used by colour maps