F_RGB Struct Reference

Simple Helper structure holding color data as float values. More...

#include <flowvis_canvas.h>

List of all members.

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


Detailed Description

Simple Helper structure holding color data as float values.

Definition at line 82 of file flowvis_canvas.h.


Member Function Documentation

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.

References blue, green, and red.


Member Data Documentation

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().


The documentation for this struct was generated from the following file:

Generated on Wed Jan 21 16:22:24 2009 for FlowVis by  doxygen 1.5.6