| Modifier and Type | Field and Description |
|---|---|
static FSRGBColor |
BLUE |
static FSRGBColor |
GREEN |
static FSRGBColor |
RED |
static FSRGBColor |
TRANSPARENT |
| Constructor and Description |
|---|
FSRGBColor(int color) |
FSRGBColor(int red,
int green,
int blue) |
public static final FSRGBColor TRANSPARENT
public static final FSRGBColor RED
public static final FSRGBColor GREEN
public static final FSRGBColor BLUE
public FSRGBColor(int red,
int green,
int blue)
public FSRGBColor(int color)
public int getBlue()
public int getGreen()
public int getRed()
public FSColor lightenColor()
lightenColor in interface FSColorpublic FSColor darkenColor()
darkenColor in interface FSColorCopyright © 2015. All rights reserved.