This class consists of vectors holdig R G B color information.
More...
List of all members.
Public Member Functions |
int | getR () |
int | getG () |
int | getB () |
void | setColor (int rIn, int gIn, int bIn) |
void | setR (int rIn) |
void | setG (int gIn) |
void | setB (int bIn) |
Package Functions |
| RGBVector (int rIn, int gIn, int bIn) |
Private Attributes |
int | r |
int | g |
int | b |
Detailed Description
This class consists of vectors holdig R G B color information.
- Author:
- Philippe Klintefelt-Collet, Rikard Lundmark
Definition at line 15 of file RGBVector.java.
The documentation for this class was generated from the following file: