#include <trafupoint.h>
Public Member Functions | |
| tfRGB (int tf_red=0, int tf_green=0, int tf_blue=0) | |
| Constructor. | |
| wxColour | wx () |
Public Attributes | |
Color components | |
| int | red |
| int | green |
| int | blue |
Friends | |
Mathematical operations | |
| tfRGB | operator- (const tfRGB &first, const tfRGB &second) |
| tfRGB | operator+ (const tfRGB &first, const tfRGB &second) |
| tfRGB | operator* (const tfRGB &point, const float scalar) |
| tfRGB | operator/ (const tfRGB &point, const float scalar) |
Definition at line 10 of file trafupoint.h.
| tfRGB::tfRGB | ( | int | tf_red = 0, |
|
| int | tf_green = 0, |
|||
| int | tf_blue = 0 | |||
| ) | [inline] |
| wxColour tfRGB::wx | ( | ) | [inline] |
Definition at line 27 of file trafupoint.h.
Definition at line 34 of file trafupoint.h.
Definition at line 41 of file trafupoint.h.
Definition at line 48 of file trafupoint.h.
| int tfRGB::red |
Definition at line 58 of file trafupoint.h.
Referenced by TraFuData::createDensityVectorPart(), TransferFunctionCtrlCanvas::GetColour(), tfRGB(), and wx().
| int tfRGB::green |
Definition at line 59 of file trafupoint.h.
Referenced by TraFuData::createDensityVectorPart(), TransferFunctionCtrlCanvas::GetColour(), tfRGB(), and wx().
| int tfRGB::blue |
Definition at line 60 of file trafupoint.h.
Referenced by TraFuData::createDensityVectorPart(), TransferFunctionCtrlCanvas::GetColour(), tfRGB(), and wx().
1.5.6