List of all members.
Detailed Description
Definition at line 14 of file WhiteboardColor.h.
Constructor & Destructor Documentation
Swift::WhiteboardColor::WhiteboardColor |
( |
|
) |
|
Swift::WhiteboardColor::WhiteboardColor |
( |
int |
red, |
|
|
int |
green, |
|
|
int |
blue, |
|
|
int |
alpha = 255 | |
|
) |
| | |
Swift::WhiteboardColor::WhiteboardColor |
( |
const std::string & |
hex |
) |
|
Member Function Documentation
int Swift::WhiteboardColor::getAlpha |
( |
|
) |
const |
int Swift::WhiteboardColor::getBlue |
( |
|
) |
const |
int Swift::WhiteboardColor::getGreen |
( |
|
) |
const |
int Swift::WhiteboardColor::getRed |
( |
|
) |
const |
void Swift::WhiteboardColor::setAlpha |
( |
int |
alpha |
) |
|
std::string Swift::WhiteboardColor::toHex |
( |
|
) |
const |