drawofpages v0.1.0 (2017-12-25T17:48:12Z)
Home
Dub
Repo
Color
drawofpages
draw
Undocumented in source.
struct
Color {
float
r
;
float
g
;
float
b
;
float
a
;
this
(float r, float g, float b);
this
(float r, float g, float b, float a);
enum
RED
;
enum
GREEN
;
enum
BLUE
;
enum
YELLOW
;
enum
ORANGE
;
enum
CYAN
;
enum
PURPLE
;
enum
BLACK
;
enum
GRAY
;
enum
WHITE
;
enum
TRANSPARENT
;
}
Constructors
this
this
(float r, float g, float b)
Undocumented in source.
this
this
(float r, float g, float b, float a)
Undocumented in source.
Members
Manifest constants
BLACK
enum
BLACK
;
Undocumented in source.
BLUE
enum
BLUE
;
Undocumented in source.
CYAN
enum
CYAN
;
Undocumented in source.
GRAY
enum
GRAY
;
Undocumented in source.
GREEN
enum
GREEN
;
Undocumented in source.
ORANGE
enum
ORANGE
;
Undocumented in source.
PURPLE
enum
PURPLE
;
Undocumented in source.
RED
enum
RED
;
Undocumented in source.
TRANSPARENT
enum
TRANSPARENT
;
Undocumented in source.
WHITE
enum
WHITE
;
Undocumented in source.
YELLOW
enum
YELLOW
;
Undocumented in source.
Variables
a
float
a
;
Undocumented in source.
b
float
b
;
Undocumented in source.
g
float
g
;
Undocumented in source.
r
float
r
;
Undocumented in source.
Meta
Source
See Implementation
drawofpages
draw
aliases
Circle
Point2D
Square
interfaces
Draw
structs
Color