#include <flowvis_canvas.h>
Public Member Functions | |
| F_RGB | operator= (const wxColor &color) |
| Overloaded operator to cast wxColor objects into objects of this class. | |
Public Attributes | |
| float | red |
| @ Color components values | |
| float | green |
| float | blue |
Definition at line 82 of file flowvis_canvas.h.
| F_RGB F_RGB::operator= | ( | const wxColor & | color | ) | [inline] |
Overloaded operator to cast wxColor objects into objects of this class.
Definition at line 92 of file flowvis_canvas.h.
| float F_RGB::red |
@ Color components values
Definition at line 86 of file flowvis_canvas.h.
Referenced by operator=(), and FlowVisCanvas::Render_Streamlines().
| float F_RGB::green |
Definition at line 87 of file flowvis_canvas.h.
Referenced by operator=(), and FlowVisCanvas::Render_Streamlines().
| float F_RGB::blue |
Definition at line 88 of file flowvis_canvas.h.
Referenced by operator=(), and FlowVisCanvas::Render_Streamlines().
1.5.6