Package ai.platon.pulsar.common
Object ColorFamily
-
- All Implemented Interfaces:
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 IntArrayblueRgbsprivate final IntArraygreenRgbsprivate final IntArrayyellowRgbsprivate final IntArrayredRgbs1private final IntArrayredRgbs2private final IntArrayredRgbs3private final IntArrayredRgbs4private final Array<IntArray>redRgbsprivate final IntArraylightColorRgbsprivate 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 IntArraygetBlueRgbs()final IntArraygetGreenRgbs()final IntArraygetYellowRgbs()final IntArraygetRedRgbs1()final IntArraygetRedRgbs2()final IntArraygetRedRgbs3()final IntArraygetRedRgbs4()final Array<IntArray>getRedRgbs()final IntArraygetLightColorRgbs()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 IntArray getBlueRgbs()
-
getGreenRgbs
final IntArray getGreenRgbs()
-
getYellowRgbs
final IntArray getYellowRgbs()
-
getRedRgbs1
final IntArray getRedRgbs1()
-
getRedRgbs2
final IntArray getRedRgbs2()
-
getRedRgbs3
final IntArray getRedRgbs3()
-
getRedRgbs4
final IntArray getRedRgbs4()
-
getRedRgbs
final Array<IntArray> getRedRgbs()
-
getLightColorRgbs
final IntArray 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()
-
-
-
-