 |
|
 |
 |
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
NLMISC::CRGBAF Class ReferenceClass pixel float RGBA.
More...
#include <rgba.h>
List of all members.
Public Methods |
| void | set (float r, float g, float b, float a) |
| | Set colors. More...
|
Public Attributes |
| float | R |
| | Red componant. More...
|
| float | G |
| | Green componant. More...
|
| float | B |
| | Blue componant. More...
|
| float | A |
| | Alpha componant. More...
|
Detailed Description
Class pixel float RGBA.
-
Author:
-
Cyril Corvazier , Nevrax France
-
Date:
-
2000
Definition at line 451 of file rgba.h.
Member Function Documentation
| void NLMISC::CRGBAF::set |
( |
float |
r, |
|
|
float |
g, |
|
|
float |
b, |
|
|
float |
a |
|
) |
|
|
|
|
Set colors.
-
Parameters:
-
| r |
Red componant. |
| g |
Green componant. |
| b |
Blue componant. |
| a |
Alpha componant. |
Definition at line 732 of file rgba.cpp.
References A, B, G, R, and r. |
Member Data Documentation
The documentation for this class was generated from the following files:
|
 |