ARB
|
#include <RNA3D_OpenGLGraphics.hxx>
Public Member Functions | |
ColorRGBf () | |
ColorRGBf (float r, float g, float b) | |
bool | operator== (ColorRGBf c) |
Public Attributes | |
float | red |
float | green |
float | blue |
Definition at line 14 of file RNA3D_OpenGLGraphics.hxx.
|
inline |
Definition at line 16 of file RNA3D_OpenGLGraphics.hxx.
|
inline |
Definition at line 17 of file RNA3D_OpenGLGraphics.hxx.
|
inline |
Definition at line 19 of file RNA3D_OpenGLGraphics.hxx.
float ColorRGBf::red |
Definition at line 15 of file RNA3D_OpenGLGraphics.hxx.
Referenced by operator==().
float ColorRGBf::green |
Definition at line 15 of file RNA3D_OpenGLGraphics.hxx.
Referenced by operator==().
float ColorRGBf::blue |
Definition at line 15 of file RNA3D_OpenGLGraphics.hxx.
Referenced by operator==().