ggplotd v0.4.13 (2016-02-19T19:08:02Z)
Dub
Repo
ColourIDRange
ggplotd
colour
struct
ColourIDRange (
T
)
if
(
isInputRange
!
T
&&
is
(
ElementType
!
T
==
ColourID
)
) {
this
(T range);
auto
front
[@property getter];
void
popFront
();
bool
empty
[@property getter];
auto
save
[@property getter];
}
Constructors
this
this
(T range)
Members
Functions
popFront
void
popFront
()
Properties
empty
bool
empty
[@property getter]
front
auto
front
[@property getter]
save
auto
save
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
ggplotd
colour
aliases
ColourGradientFunction
ColourMap
functions
colourGradient
createColourMap
createNamedColours
structs
ColourGradient
ColourID
ColourIDRange