plotd v0.3.5 (2014-10-20T12:02:33Z)
Dub
Repo
Color
plotd
primitives
Color class using rgba representation internally
class
Color {
double
r
;
double
g
;
double
b
;
double
a
;
this
(double red, double green, double blue, double alpha);
this
(string value);
bool
opEquals
(Object o);
static
Color
black
();
static
Color
white
();
}
Constructors
this
this
(double red, double green, double blue, double alpha)
Undocumented in source.
this
this
(string value)
Undocumented in source.
Members
Functions
opEquals
bool
opEquals
(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
black
Color
black
()
Undocumented in source. Be warned that the author may not have intended to support it.
white
Color
white
()
a
double
a
;
b
double
b
;
g
double
g
;
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
r
double
r
;
Undocumented in source.
Meta
Source
See Implementation
plotd
primitives
aliases
LineId
classes
Axis
Color
LineState
Lines
functions
adjustTickWidth
adjustedBounds
convertCoordinates
height
minimalBounds
tickLength
validBounds
width
withinBounds
structs
Bounds
ColorRange
Point
Color class using rgba representation internally