-
public class ColorFamilyNamed colors, see https://stackoverflow.com/questions/4126029/convert-rgb-values-to-color-name Popular color family, see http://www.ip138.com/yanse/common.htm
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, Color>namedColorsprivate final Array<Integer>blueRgbsprivate final Array<Integer>greenRgbsprivate final Array<Integer>yellowRgbsprivate final Array<Integer>redRgbs1private final Array<Integer>redRgbs2private final Array<Integer>redRgbs3private final Array<Integer>redRgbs4private final Array<Array<Integer>>redRgbsprivate final Array<Integer>lightColorRgbsprivate final List<Color>blueColorsprivate final List<Color>greenColorsprivate final List<Color>yellowColorsprivate final List<Color>redColors1private final List<Color>redColors2private final List<Color>redColors3private final List<Color>redColors4private final Array<List<Color>>redColorsprivate final List<Color>lightColorspublic final static ColorFamilyINSTANCE
-
Method Summary
Modifier and Type Method Description final Map<String, Color>getNamedColors()final Array<Integer>getBlueRgbs()final Array<Integer>getGreenRgbs()final Array<Integer>getYellowRgbs()final Array<Integer>getRedRgbs1()final Array<Integer>getRedRgbs2()final Array<Integer>getRedRgbs3()final Array<Integer>getRedRgbs4()final Array<Array<Integer>>getRedRgbs()final Array<Integer>getLightColorRgbs()final List<Color>getBlueColors()final List<Color>getGreenColors()final List<Color>getYellowColors()final List<Color>getRedColors1()final List<Color>getRedColors2()final List<Color>getRedColors3()final List<Color>getRedColors4()final Array<List<Color>>getRedColors()final List<Color>getLightColors()-
-
Method Detail
-
getNamedColors
final Map<String, Color> getNamedColors()
-
getBlueRgbs
final Array<Integer> getBlueRgbs()
-
getGreenRgbs
final Array<Integer> getGreenRgbs()
-
getYellowRgbs
final Array<Integer> getYellowRgbs()
-
getRedRgbs1
final Array<Integer> getRedRgbs1()
-
getRedRgbs2
final Array<Integer> getRedRgbs2()
-
getRedRgbs3
final Array<Integer> getRedRgbs3()
-
getRedRgbs4
final Array<Integer> getRedRgbs4()
-
getRedRgbs
final Array<Array<Integer>> getRedRgbs()
-
getLightColorRgbs
final Array<Integer> getLightColorRgbs()
-
getBlueColors
final List<Color> getBlueColors()
-
getGreenColors
final List<Color> getGreenColors()
-
getYellowColors
final List<Color> getYellowColors()
-
getRedColors1
final List<Color> getRedColors1()
-
getRedColors2
final List<Color> getRedColors2()
-
getRedColors3
final List<Color> getRedColors3()
-
getRedColors4
final List<Color> getRedColors4()
-
getRedColors
final Array<List<Color>> getRedColors()
-
getLightColors
final List<Color> getLightColors()
-
-
-
-