Public Member Functions | |
| SimpleColor (int r, int g, int b) | |
| SimpleColor (int r, int g, int b, int a) | |
| SimpleColor (int rgb) | |
| SimpleColor (int rgba, boolean hasalpha) | |
| int | getRed () |
| int | getGreen () |
| int | getBlue () |
| int | getAlpha () |
| int | getRGB () |
| int | hashCode () |
| boolean | equals (Object obj) |
Static Public Attributes | |
| static final SimpleColor | white = new SimpleColor(255, 255, 255) |
| static final SimpleColor | WHITE = white |
| static final SimpleColor | lightGray = new SimpleColor(192, 192, 192) |
| static final SimpleColor | LIGHT_GRAY = lightGray |
| static final SimpleColor | gray = new SimpleColor(128, 128, 128) |
| static final SimpleColor | GRAY = gray |
| static final SimpleColor | darkGray = new SimpleColor( 64, 64, 64) |
| static final SimpleColor | DARK_GRAY = darkGray |
| static final SimpleColor | black = new SimpleColor( 0, 0, 0) |
| static final SimpleColor | BLACK = black |
| static final SimpleColor | red = new SimpleColor(255, 0, 0) |
| static final SimpleColor | RED = red |
| static final SimpleColor | pink = new SimpleColor(255, 175, 175) |
| static final SimpleColor | PINK = pink |
| static final SimpleColor | orange = new SimpleColor(255, 200, 0) |
| static final SimpleColor | ORANGE = orange |
| static final SimpleColor | yellow = new SimpleColor(255, 255, 0) |
| static final SimpleColor | YELLOW = yellow |
| static final SimpleColor | green = new SimpleColor( 0, 255, 0) |
| static final SimpleColor | GREEN = green |
| static final SimpleColor | magenta = new SimpleColor(255, 0, 255) |
| static final SimpleColor | MAGENTA = magenta |
| static final SimpleColor | cyan = new SimpleColor( 0, 255, 255) |
| static final SimpleColor | CYAN = cyan |
| static final SimpleColor | blue = new SimpleColor( 0, 0, 255) |
| static final SimpleColor | BLUE = blue |
| fsa_editor::SimpleColor::SimpleColor | ( | int | r, | |
| int | g, | |||
| int | b | |||
| ) | [inline] |
| fsa_editor::SimpleColor::SimpleColor | ( | int | r, | |
| int | g, | |||
| int | b, | |||
| int | a | |||
| ) | [inline] |
| fsa_editor::SimpleColor::SimpleColor | ( | int | rgb | ) | [inline] |
| fsa_editor::SimpleColor::SimpleColor | ( | int | rgba, | |
| boolean | hasalpha | |||
| ) | [inline] |
| int fsa_editor::SimpleColor::getRed | ( | ) | [inline] |
| int fsa_editor::SimpleColor::getGreen | ( | ) | [inline] |
| int fsa_editor::SimpleColor::getBlue | ( | ) | [inline] |
| int fsa_editor::SimpleColor::getAlpha | ( | ) | [inline] |
| int fsa_editor::SimpleColor::getRGB | ( | ) | [inline] |
| int fsa_editor::SimpleColor::hashCode | ( | ) | [inline] |
| boolean fsa_editor::SimpleColor::equals | ( | Object | obj | ) | [inline] |
final SimpleColor fsa_editor::SimpleColor::white = new SimpleColor(255, 255, 255) [static] |
final SimpleColor fsa_editor::SimpleColor::WHITE = white [static] |
final SimpleColor fsa_editor::SimpleColor::lightGray = new SimpleColor(192, 192, 192) [static] |
final SimpleColor fsa_editor::SimpleColor::LIGHT_GRAY = lightGray [static] |
final SimpleColor fsa_editor::SimpleColor::gray = new SimpleColor(128, 128, 128) [static] |
final SimpleColor fsa_editor::SimpleColor::GRAY = gray [static] |
final SimpleColor fsa_editor::SimpleColor::darkGray = new SimpleColor( 64, 64, 64) [static] |
final SimpleColor fsa_editor::SimpleColor::DARK_GRAY = darkGray [static] |
final SimpleColor fsa_editor::SimpleColor::black = new SimpleColor( 0, 0, 0) [static] |
final SimpleColor fsa_editor::SimpleColor::BLACK = black [static] |
final SimpleColor fsa_editor::SimpleColor::red = new SimpleColor(255, 0, 0) [static] |
final SimpleColor fsa_editor::SimpleColor::RED = red [static] |
final SimpleColor fsa_editor::SimpleColor::pink = new SimpleColor(255, 175, 175) [static] |
final SimpleColor fsa_editor::SimpleColor::PINK = pink [static] |
final SimpleColor fsa_editor::SimpleColor::orange = new SimpleColor(255, 200, 0) [static] |
final SimpleColor fsa_editor::SimpleColor::ORANGE = orange [static] |
final SimpleColor fsa_editor::SimpleColor::yellow = new SimpleColor(255, 255, 0) [static] |
final SimpleColor fsa_editor::SimpleColor::YELLOW = yellow [static] |
final SimpleColor fsa_editor::SimpleColor::green = new SimpleColor( 0, 255, 0) [static] |
final SimpleColor fsa_editor::SimpleColor::GREEN = green [static] |
final SimpleColor fsa_editor::SimpleColor::magenta = new SimpleColor(255, 0, 255) [static] |
final SimpleColor fsa_editor::SimpleColor::MAGENTA = magenta [static] |
final SimpleColor fsa_editor::SimpleColor::cyan = new SimpleColor( 0, 255, 255) [static] |
final SimpleColor fsa_editor::SimpleColor::CYAN = cyan [static] |
final SimpleColor fsa_editor::SimpleColor::blue = new SimpleColor( 0, 0, 255) [static] |
final SimpleColor fsa_editor::SimpleColor::BLUE = blue [static] |
1.5.2