Main Page Class Hierarchy Compound List File List Compound Members
PLib::ColorF Class Reference
A class for a RGB color defined with float variables.
More...
#include <color.h>
List of all members.
Public Methods |
| ColorF (float R=0.0, float G=0.0, float B=0.0) |
ColorF & | operator= (const ColorF &a) |
Public Attributes |
float | r |
float | g |
float | b |
Detailed Description
A class for a RGB color defined with float variables.
Defines a class containing the RGB component of a color pixel. Each component is defined with a float valid in the range $[0..1]$.
-
Author:
-
Philippe Lavoie
-
Date:
-
4 October 1996
Definition at line 145 of file color.h.
The documentation for this class was generated from the following file:
Generated on Tue Jun 24 13:26:59 2003 for NURBS++ by
1.2.14 written by Dimitri van Heesch,
© 1997-2002