game.Color Class Reference
To represent a
Color in float values.
More...
List of all members.
Detailed Description
To represent a
Color in float values.
- Author:
- Team Solid Sun
Constructor & Destructor Documentation
| game.Color.Color |
( |
float |
red, |
|
|
float |
green, |
|
|
float |
blue | |
|
) |
| | |
00015 {
00016 this.red = red;
00017 this.green = green;
00018 this.blue = blue;
00019 }
Member Function Documentation
| float game.Color.getRed |
( |
|
) |
|
| float game.Color.getGreen |
( |
|
) |
|
| float game.Color.getBlue |
( |
|
) |
|
Member Data Documentation
The documentation for this class was generated from the following file: