plot2kill v0.0.2 (2015-03-25T20:49:06Z)
Dub
Repo
Color
plot2kill
gtkwrapper
GTK's implementation of a color object.
version(!dfl)
struct
Color {
ubyte
r
;
ubyte
g
;
ubyte
b
;
}
Members
Variables
b
ubyte
b
;
Undocumented in source.
g
ubyte
g
;
Undocumented in source.
r
ubyte
r
;
Undocumented in source.
Meta
Source
See Implementation
plot2kill
gtkwrapper
aliases
CaseSensitive
font
classes
FigureBase
FigureWidget
TickDialog
enums
TextAlignment
functions
defaultInit
doneWith
getColor
getFont
structs
Brush
Color
Font
Pen
Point
Rect
ScatterCharDrawer
Size
templates
DefaultPlotWindow
GTK's implementation of a color object.