org.herac.tuxguitar.song.models
public class RGBColor extends Object
| Field Summary | |
|---|---|
| static RGBColor | BLACK |
| static RGBColor | BLUE |
| static RGBColor | GREEN |
| static RGBColor | RED |
| static RGBColor | WHITE |
| Constructor Summary | |
|---|---|
| RGBColor(int r, int g, int b) | |
| Method Summary | |
|---|---|
| Object | clone() |
| int | getB() |
| int | getG() |
| int | getR() |
| boolean | isEqual(RGBColor color) |
| void | setB(int b) |
| void | setG(int g) |
| void | setR(int r) |