Class FullPaletteRgb
java.lang.Object
com.github.yellowstonegames.core.FullPaletteRgb
A palette of many predefined colors as RGBA ints; this contains the full palette that is present in SquidLib
in its (massive) SColor class.
You can access colors by their constant name, such as
The data here is very similar to
You can access colors by their constant name, such as
cactus, by the NAMED map using
NAMED.get("Baby Blue"), by getting a color by its name's position in alphabetical order with
NAMED.getAt(12), or by index in the IntList called LIST. When accessing a color with
ObjectIntMap.get(Object), if the name is not found, get() will return PLACEHOLDER. If
you want to control the not-found value, you can use ObjectIntMap.getOrDefault(Object, int). You can
access the names in a specific order with NAMES (which is alphabetical), NAMES_BY_HUE (which is
sorted by the hue of the matching color, with all grayscale colors at the start, then from red to yellow to blue to
purple to red again), or NAMES_BY_LIGHTNESS (which is sorted by the approximate lightness of the matching
color, from darkest to lightest). Having a name lets you look up the matching color in NAMED. You can also
modify or re-order NAMED if you want to, such as to add more named colors.
The data here is very similar to
FullPalette; the only difference is this uses RGBA (and a constant, in hex
format, uses RRGGBBaa, where a is alpha) while FullPalette uses Oklab (and constants in hex format use aaBBAALL, the
reverse order to RGBA).-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[]This array is loaded with the colors from the traditional Japanese Achromatic Series found on Wikipedia.static final intThis color constant "Alice Blue" has RGBA8888 codeF0F8FFFF, red 0.9411765, green 0.972549, blue 1.0, alpha 1.0, hue 0.5777778, saturation 0.058823526, and lightness 0.9705882.static final intThis color constant "Alizarin" has RGBA8888 codeE32636FF, red 0.8901961, green 0.14901961, blue 0.21176471, alpha 1.0, hue 0.9858906, saturation 0.7411765, and lightness 0.51960784.static final intThis color constant "Aloewood" has RGBA8888 code6A432DFF, red 0.41568628, green 0.2627451, blue 0.1764706, alpha 1.0, hue 0.060109295, saturation 0.23921569, and lightness 0.29607844.static final intThis color constant "Aloewood Brown" has RGBA8888 code5A6457FF, red 0.3529412, green 0.39215687, blue 0.34117648, alpha 1.0, hue 0.2948718, saturation 0.05098039, and lightness 0.36666667.static final intThis color constant "Amaranth" has RGBA8888 codeE52B50FF, red 0.8980392, green 0.16862746, blue 0.3137255, alpha 1.0, hue 0.96684587, saturation 0.7294118, and lightness 0.53333336.static final intThis color constant "Amber" has RGBA8888 codeFFBF00FF, red 1.0, green 0.7490196, blue 0.0, alpha 1.0, hue 0.1248366, saturation 1.0, and lightness 0.5.static final intThis color constant "Amber Dye" has RGBA8888 codeCA6924FF, red 0.7921569, green 0.4117647, blue 0.14117648, alpha 1.0, hue 0.06927711, saturation 0.6509804, and lightness 0.4666667.static final intThis color constant "Amethyst" has RGBA8888 code9966CCFF, red 0.6, green 0.4, blue 0.8, alpha 1.0, hue 0.75, saturation 0.4, and lightness 0.6.static final intThis color constant "Amur Cork Tree" has RGBA8888 codeF3C13AFF, red 0.9529412, green 0.75686276, blue 0.22745098, alpha 1.0, hue 0.121621616, saturation 0.7254902, and lightness 0.5901961.static final intThis color constant "Apricot" has RGBA8888 codeFBCEB1FF, red 0.9843137, green 0.80784315, blue 0.69411767, alpha 1.0, hue 0.06531531, saturation 0.29019606, and lightness 0.8392157.static final intThis color constant "Aqua" has RGBA8888 code00FFFFFF, red 0.0, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 1.0, and lightness 0.5.static final intThis color constant "Aquamarine" has RGBA8888 code7FFFD4FF, red 0.49803922, green 1.0, blue 0.83137256, alpha 1.0, hue 0.44401044, saturation 0.50196075, and lightness 0.7490196.static final intThis color constant "Army Green" has RGBA8888 code4B5320FF, red 0.29411766, green 0.3254902, blue 0.1254902, alpha 1.0, hue 0.19281048, saturation 0.2, and lightness 0.2254902.static final intThis color constant "Asparagus" has RGBA8888 code7BA05BFF, red 0.48235294, green 0.627451, blue 0.35686275, alpha 1.0, hue 0.25603867, saturation 0.27058825, and lightness 0.4921569.static final intThis color constant "Atomic Tangerine" has RGBA8888 codeFF9966FF, red 1.0, green 0.6, blue 0.4, alpha 1.0, hue 0.05555556, saturation 0.6, and lightness 0.7.static final intThis color constant "Auburn" has RGBA8888 code6D351AFF, red 0.42745098, green 0.20784314, blue 0.101960786, alpha 1.0, hue 0.05421687, saturation 0.3254902, and lightness 0.26470587.static final intThis color constant "Aurora Absinthe" has RGBA8888 code9BF046FF, red 0.60784316, green 0.9411765, blue 0.27450982, alpha 1.0, hue 0.25, saturation 0.6666666, and lightness 0.60784316.static final intThis color constant "Aurora Air Force Blue" has RGBA8888 code578FC7FF, red 0.34117648, green 0.56078434, blue 0.78039217, alpha 1.0, hue 0.5833334, saturation 0.4392157, and lightness 0.56078434.static final intThis color constant "Aurora Amazonite" has RGBA8888 code8FC7C7FF, red 0.56078434, green 0.78039217, blue 0.78039217, alpha 1.0, hue 0.5, saturation 0.21960783, and lightness 0.67058825.static final intThis color constant "Aurora Angel Wing" has RGBA8888 codeE1F8FAFF, red 0.88235295, green 0.972549, blue 0.98039216, alpha 1.0, hue 0.5133333, saturation 0.09803921, and lightness 0.9313725.static final intThis color constant "Aurora Apple Green" has RGBA8888 code14E60AFF, red 0.078431375, green 0.9019608, blue 0.039215688, alpha 1.0, hue 0.3257576, saturation 0.8627451, and lightness 0.47058824.static final intThis color constant "Aurora Apricot" has RGBA8888 codeFFA53CFF, red 1.0, green 0.64705884, blue 0.23529412, alpha 1.0, hue 0.0897436, saturation 0.7647059, and lightness 0.61764705.static final intThis color constant "Aurora Aquamarine" has RGBA8888 codeC7F1F1FF, red 0.78039217, green 0.94509804, blue 0.94509804, alpha 1.0, hue 0.5, saturation 0.16470587, and lightness 0.8627451.static final intThis color constant "Aurora Army Green" has RGBA8888 code626200FF, red 0.38431373, green 0.38431373, blue 0.0, alpha 1.0, hue 0.16666666, saturation 0.38431373, and lightness 0.19215687.static final intThis color constant "Aurora Artichoke" has RGBA8888 code87B48EFF, red 0.5294118, green 0.7058824, blue 0.5568628, alpha 1.0, hue 0.35925928, saturation 0.17647058, and lightness 0.61764705.static final intThis color constant "Aurora Asparagus" has RGBA8888 code587D3EFF, red 0.34509805, green 0.49019608, blue 0.24313726, alpha 1.0, hue 0.26455027, saturation 0.24705882, and lightness 0.36666667.static final intThis color constant "Aurora Avocado" has RGBA8888 code6AA805FF, red 0.41568628, green 0.65882355, blue 0.019607844, alpha 1.0, hue 0.23006135, saturation 0.6392157, and lightness 0.3392157.static final intThis color constant "Aurora Banana Pudding" has RGBA8888 codeE6D55AFF, red 0.9019608, green 0.8352941, blue 0.3529412, alpha 1.0, hue 0.14642859, saturation 0.5490196, and lightness 0.627451.static final intThis color constant "Aurora Beige" has RGBA8888 codeCBAA89FF, red 0.79607844, green 0.6666667, blue 0.5372549, alpha 1.0, hue 0.083333336, saturation 0.2588235, and lightness 0.6666667.static final intThis color constant "Aurora Blacklight Glow" has RGBA8888 code8732D2FF, red 0.5294118, green 0.19607843, blue 0.8235294, alpha 1.0, hue 0.7552084, saturation 0.627451, and lightness 0.50980395.static final intThis color constant "Aurora Blue Eye" has RGBA8888 code4B7DC8FF, red 0.29411766, green 0.49019608, blue 0.78431374, alpha 1.0, hue 0.6, saturation 0.49019608, and lightness 0.5392157.static final intThis color constant "Aurora Blue Smoke" has RGBA8888 code8FABC7FF, red 0.56078434, green 0.67058825, blue 0.78039217, alpha 1.0, hue 0.5833334, saturation 0.21960783, and lightness 0.67058825.static final intThis color constant "Aurora Blue Steel" has RGBA8888 code7676CAFF, red 0.4627451, green 0.4627451, blue 0.7921569, alpha 1.0, hue 0.6666667, saturation 0.32941177, and lightness 0.627451.static final intThis color constant "Aurora Blueberry" has RGBA8888 code0F377DFF, red 0.05882353, green 0.21568628, blue 0.49019608, alpha 1.0, hue 0.6060606, saturation 0.43137255, and lightness 0.27450982.static final intThis color constant "Aurora Bologna" has RGBA8888 code98344DFF, red 0.59607846, green 0.20392157, blue 0.3019608, alpha 1.0, hue 0.9583333, saturation 0.3921569, and lightness 0.39999998.static final intThis color constant "Aurora Boysenberry" has RGBA8888 code57578FFF, red 0.34117648, green 0.34117648, blue 0.56078434, alpha 1.0, hue 0.6666667, saturation 0.21960786, and lightness 0.4509804.static final intThis color constant "Aurora Brick" has RGBA8888 codeD5524AFF, red 0.8352941, green 0.32156864, blue 0.2901961, alpha 1.0, hue 0.009592325, saturation 0.54509807, and lightness 0.5627451.static final intThis color constant "Aurora Bronze Skin 1" has RGBA8888 code73573BFF, red 0.4509804, green 0.34117648, blue 0.23137255, alpha 1.0, hue 0.083333336, saturation 0.21960784, and lightness 0.34117645.static final intThis color constant "Aurora Bronze Skin 2" has RGBA8888 code8F7357FF, red 0.56078434, green 0.4509804, blue 0.34117648, alpha 1.0, hue 0.08333332, saturation 0.21960786, and lightness 0.4509804.static final intThis color constant "Aurora Bronze Skin 3" has RGBA8888 codeC49E73FF, red 0.76862746, green 0.61960787, blue 0.4509804, alpha 1.0, hue 0.08847737, saturation 0.31764707, and lightness 0.6098039.static final intThis color constant "Aurora Bronze Skin 4" has RGBA8888 codeE3C7ABFF, red 0.8901961, green 0.78039217, blue 0.67058825, alpha 1.0, hue 0.083333336, saturation 0.21960783, and lightness 0.78039217.static final intThis color constant "Aurora Brown Velvet" has RGBA8888 code4B2837FF, red 0.29411766, green 0.15686275, blue 0.21568628, alpha 1.0, hue 0.92857146, saturation 0.13725491, and lightness 0.2254902.static final intThis color constant "Aurora Bubble" has RGBA8888 codeBFFFFFFF, red 0.7490196, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 0.25098038, and lightness 0.8745098.static final intThis color constant "Aurora Bubble Gum" has RGBA8888 codeFF50BFFF, red 1.0, green 0.3137255, blue 0.7490196, alpha 1.0, hue 0.89428574, saturation 0.6862745, and lightness 0.65686274.static final intThis color constant "Aurora Bubblegum Pink" has RGBA8888 codeFD81FFFF, red 0.99215686, green 0.5058824, blue 1.0, alpha 1.0, hue 0.8306879, saturation 0.49411762, and lightness 0.7529412.static final intThis color constant "Aurora Burnt Yellow" has RGBA8888 codeD79B0FFF, red 0.84313726, green 0.60784316, blue 0.05882353, alpha 1.0, hue 0.11666667, saturation 0.78431374, and lightness 0.45098042.static final intThis color constant "Aurora Calm Sky" has RGBA8888 code4AA4FFFF, red 0.2901961, green 0.6431373, blue 1.0, alpha 1.0, hue 0.58379376, saturation 0.70980394, and lightness 0.64509803.static final intThis color constant "Aurora Carmine" has RGBA8888 codeBD1039FF, red 0.7411765, green 0.0627451, blue 0.22352941, alpha 1.0, hue 0.96050096, saturation 0.6784314, and lightness 0.40196076.static final intThis color constant "Aurora Cedar Wood" has RGBA8888 code621800FF, red 0.38431373, green 0.09411765, blue 0.0, alpha 1.0, hue 0.040816326, saturation 0.38431373, and lightness 0.19215687.static final intThis color constant "Aurora Celadon" has RGBA8888 codeAFFFAFFF, red 0.6862745, green 1.0, blue 0.6862745, alpha 1.0, hue 0.33333334, saturation 0.31372547, and lightness 0.84313726.static final intThis color constant "Aurora Celery" has RGBA8888 code7DFF73FF, red 0.49019608, green 1.0, blue 0.4509804, alpha 1.0, hue 0.32142857, saturation 0.5490196, and lightness 0.7254902.static final intThis color constant "Aurora Chartreuse" has RGBA8888 codeC8FF41FF, red 0.78431374, green 1.0, blue 0.25490198, alpha 1.0, hue 0.21491227, saturation 0.745098, and lightness 0.627451.static final intThis color constant "Aurora Cherry Syrup" has RGBA8888 code551937FF, red 0.33333334, green 0.09803922, blue 0.21568628, alpha 1.0, hue 0.9166667, saturation 0.23529413, and lightness 0.21568629.static final intThis color constant "Aurora Chinchilla" has RGBA8888 code929292FF, red 0.57254905, green 0.57254905, blue 0.57254905, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.57254905.static final intThis color constant "Aurora Chipped Granite" has RGBA8888 codeA8B9DCFF, red 0.65882355, green 0.7254902, blue 0.8627451, alpha 1.0, hue 0.6121795, saturation 0.20392156, and lightness 0.7607843.static final intThis color constant "Aurora Cloud" has RGBA8888 codeEDEDEDFF, red 0.92941177, green 0.92941177, blue 0.92941177, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.92941177.static final intThis color constant "Aurora Coal Black" has RGBA8888 code131313FF, red 0.07450981, green 0.07450981, blue 0.07450981, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.07450981.static final intThis color constant "Aurora Cold Iron" has RGBA8888 code57738FFF, red 0.34117648, green 0.4509804, blue 0.56078434, alpha 1.0, hue 0.5833334, saturation 0.21960786, and lightness 0.4509804.static final intThis color constant "Aurora Corn Silk" has RGBA8888 codeC7C78FFF, red 0.78039217, green 0.78039217, blue 0.56078434, alpha 1.0, hue 0.16666667, saturation 0.21960783, and lightness 0.67058825.static final intThis color constant "Aurora Cornflower Blue" has RGBA8888 code3C3CF5FF, red 0.23529412, green 0.23529412, blue 0.9607843, alpha 1.0, hue 0.6666667, saturation 0.7254902, and lightness 0.5980392.static final intThis color constant "Aurora Cotton Candy" has RGBA8888 codeFFDCF5FF, red 1.0, green 0.8627451, blue 0.9607843, alpha 1.0, hue 0.88095236, saturation 0.1372549, and lightness 0.9313725.static final intThis color constant "Aurora Cream" has RGBA8888 codeFFFFBFFF, red 1.0, green 1.0, blue 0.7490196, alpha 1.0, hue 0.16666667, saturation 0.25098038, and lightness 0.8745098.static final intThis color constant "Aurora Cricket" has RGBA8888 code8F8F57FF, red 0.56078434, green 0.56078434, blue 0.34117648, alpha 1.0, hue 0.16666666, saturation 0.21960786, and lightness 0.4509804.static final intThis color constant "Aurora Cyan" has RGBA8888 code00FFFFFF, red 0.0, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 1.0, and lightness 0.5.static final intThis color constant "Aurora Dark Pine" has RGBA8888 code283405FF, red 0.15686275, green 0.20392157, blue 0.019607844, alpha 1.0, hue 0.20921987, saturation 0.18431373, and lightness 0.11176471.static final intThis color constant "Aurora Dark Skin 1" has RGBA8888 code573B3BFF, red 0.34117648, green 0.23137255, blue 0.23137255, alpha 1.0, hue 0.0, saturation 0.10980393, and lightness 0.28627452.static final intThis color constant "Aurora Dark Skin 2" has RGBA8888 code73413CFF, red 0.4509804, green 0.25490198, blue 0.23529412, alpha 1.0, hue 0.015151525, saturation 0.21568628, and lightness 0.34313726.static final intThis color constant "Aurora Dark Skin 3" has RGBA8888 code8E5555FF, red 0.5568628, green 0.33333334, blue 0.33333334, alpha 1.0, hue 0.0, saturation 0.22352943, and lightness 0.44509807.static final intThis color constant "Aurora Dark Teal" has RGBA8888 code234146FF, red 0.13725491, green 0.25490198, blue 0.27450982, alpha 1.0, hue 0.52380955, saturation 0.13725491, and lightness 0.20588237.static final intThis color constant "Aurora Deep Jungle" has RGBA8888 code191E0FFF, red 0.09803922, green 0.11764706, blue 0.05882353, alpha 1.0, hue 0.22222224, saturation 0.05882353, and lightness 0.0882353.static final intThis color constant "Aurora Deep Purple" has RGBA8888 code7F007FFF, red 0.49803922, green 0.0, blue 0.49803922, alpha 1.0, hue 0.8333333, saturation 0.49803922, and lightness 0.24901961.static final intThis color constant "Aurora Deep Teal" has RGBA8888 code055A5CFF, red 0.019607844, green 0.3529412, blue 0.36078432, alpha 1.0, hue 0.50383145, saturation 0.34117648, and lightness 0.19019607.static final intThis color constant "Aurora Denim Blue" has RGBA8888 code109CDEFF, red 0.0627451, green 0.6117647, blue 0.87058824, alpha 1.0, hue 0.5533981, saturation 0.80784315, and lightness 0.46666664.static final intThis color constant "Aurora Desert Rain" has RGBA8888 code326496FF, red 0.19607843, green 0.39215687, blue 0.5882353, alpha 1.0, hue 0.5833334, saturation 0.3921569, and lightness 0.39215687.static final intThis color constant "Aurora Drab Green" has RGBA8888 code414123FF, red 0.25490198, green 0.25490198, blue 0.13725491, alpha 1.0, hue 0.16666666, saturation 0.11764707, and lightness 0.19607845.static final intThis color constant "Aurora Dreary Blue" has RGBA8888 code3B5773FF, red 0.23137255, green 0.34117648, blue 0.4509804, alpha 1.0, hue 0.5833334, saturation 0.21960784, and lightness 0.34117645.static final intThis color constant "Aurora Dried Sage" has RGBA8888 codeABE3C5FF, red 0.67058825, green 0.8901961, blue 0.77254903, alpha 1.0, hue 0.4107143, saturation 0.21960783, and lightness 0.78039217.static final intThis color constant "Aurora Driftwood" has RGBA8888 code8C805AFF, red 0.54901963, green 0.5019608, blue 0.3529412, alpha 1.0, hue 0.12666667, saturation 0.19607845, and lightness 0.4509804.static final intThis color constant "Aurora Dry Brush" has RGBA8888 codeAC9400FF, red 0.6745098, green 0.5803922, blue 0.0, alpha 1.0, hue 0.14341085, saturation 0.6745098, and lightness 0.3372549.static final intThis color constant "Aurora Dry Pepper" has RGBA8888 codeDA6E0AFF, red 0.85490197, green 0.43137255, blue 0.039215688, alpha 1.0, hue 0.0801282, saturation 0.8156863, and lightness 0.4470588.static final intThis color constant "Aurora Dull Azure" has RGBA8888 code2378DCFF, red 0.13725491, green 0.47058824, blue 0.8627451, alpha 1.0, hue 0.5900901, saturation 0.7254902, and lightness 0.5.static final intThis color constant "Aurora Dull Green" has RGBA8888 code53500AFF, red 0.3254902, green 0.3137255, blue 0.039215688, alpha 1.0, hue 0.15981735, saturation 0.28627452, and lightness 0.18235296.static final intThis color constant "Aurora Dull Violet" has RGBA8888 code73578FFF, red 0.4509804, green 0.34117648, blue 0.56078434, alpha 1.0, hue 0.75, saturation 0.21960786, and lightness 0.4509804.static final intThis color constant "Aurora Dun" has RGBA8888 codeB5B572FF, red 0.70980394, green 0.70980394, blue 0.44705883, alpha 1.0, hue 0.16666667, saturation 0.2627451, and lightness 0.57843137.static final intThis color constant "Aurora Dust Bunny" has RGBA8888 codeBED2F0FF, red 0.74509805, green 0.8235294, blue 0.9411765, alpha 1.0, hue 0.6, saturation 0.19607842, and lightness 0.8431373.static final intThis color constant "Aurora Dusty Grape" has RGBA8888 code724072FF, red 0.44705883, green 0.2509804, blue 0.44705883, alpha 1.0, hue 0.8333333, saturation 0.19607842, and lightness 0.34901962.static final intThis color constant "Aurora Dusty Green" has RGBA8888 code73AB73FF, red 0.4509804, green 0.67058825, blue 0.4509804, alpha 1.0, hue 0.33333334, saturation 0.21960786, and lightness 0.56078434.static final intThis color constant "Aurora Dusty Pink" has RGBA8888 codeC78FB9FF, red 0.78039217, green 0.56078434, blue 0.7254902, alpha 1.0, hue 0.875, saturation 0.21960783, and lightness 0.67058825.static final intThis color constant "Aurora Earwax" has RGBA8888 codeBFBF3FFF, red 0.7490196, green 0.7490196, blue 0.24705882, alpha 1.0, hue 0.16666666, saturation 0.5019608, and lightness 0.49803922.static final intThis color constant "Aurora Eggplant" has RGBA8888 code320A46FF, red 0.19607843, green 0.039215688, blue 0.27450982, alpha 1.0, hue 0.7777778, saturation 0.23529413, and lightness 0.15686275.static final intThis color constant "Aurora Electric Blue" has RGBA8888 code0052F6FF, red 0.0, green 0.32156864, blue 0.9647059, alpha 1.0, hue 0.6111111, saturation 0.9647059, and lightness 0.48235294.static final intThis color constant "Aurora Elephant" has RGBA8888 code808080FF, red 0.5019608, green 0.5019608, blue 0.5019608, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.5019608.static final intThis color constant "Aurora Embers" has RGBA8888 codeF55A32FF, red 0.9607843, green 0.3529412, blue 0.19607843, alpha 1.0, hue 0.034188036, saturation 0.7647059, and lightness 0.5784313.static final intThis color constant "Aurora Emerald" has RGBA8888 code00C514FF, red 0.0, green 0.77254903, blue 0.078431375, alpha 1.0, hue 0.35025382, saturation 0.77254903, and lightness 0.38627452.static final intThis color constant "Aurora Eminence" has RGBA8888 code3C233CFF, red 0.23529412, green 0.13725491, blue 0.23529412, alpha 1.0, hue 0.8333333, saturation 0.09803921, and lightness 0.18627451.static final intThis color constant "Aurora Eucalyptus" has RGBA8888 code1C8C4EFF, red 0.10980392, green 0.54901963, blue 0.30588236, alpha 1.0, hue 0.4077381, saturation 0.43921572, and lightness 0.3294118.static final intThis color constant "Aurora Faded Blue" has RGBA8888 code3F3FBFFF, red 0.24705882, green 0.24705882, blue 0.7490196, alpha 1.0, hue 0.6666667, saturation 0.5019608, and lightness 0.49803922.static final intThis color constant "Aurora Fawn" has RGBA8888 codeBF7F3FFF, red 0.7490196, green 0.49803922, blue 0.24705882, alpha 1.0, hue 0.08333332, saturation 0.5019608, and lightness 0.49803922.static final intThis color constant "Aurora Feather Down" has RGBA8888 codeE3E3FFFF, red 0.8901961, green 0.8901961, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.109803915, and lightness 0.94509804.static final intThis color constant "Aurora Fern Green" has RGBA8888 code0C5C0CFF, red 0.047058824, green 0.36078432, blue 0.047058824, alpha 1.0, hue 0.33333334, saturation 0.3137255, and lightness 0.20392157.static final intThis color constant "Aurora Flamingo" has RGBA8888 codeFC3A8CFF, red 0.9882353, green 0.22745098, blue 0.54901963, alpha 1.0, hue 0.9295533, saturation 0.7607843, and lightness 0.6078431.static final intThis color constant "Aurora Floral Foam" has RGBA8888 code0F6946FF, red 0.05882353, green 0.4117647, blue 0.27450982, alpha 1.0, hue 0.4351852, saturation 0.3529412, and lightness 0.2352941.static final intThis color constant "Aurora Fog" has RGBA8888 codeC9C9C9FF, red 0.7882353, green 0.7882353, blue 0.7882353, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7882353.static final intThis color constant "Aurora Forest Glen" has RGBA8888 code149605FF, red 0.078431375, green 0.5882353, blue 0.019607844, alpha 1.0, hue 0.31609195, saturation 0.5686275, and lightness 0.30392158.static final intThis color constant "Aurora Fresh Blood" has RGBA8888 codeFF0000FF, red 1.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 1.0, and lightness 0.5.static final intThis color constant "Aurora Frog Green" has RGBA8888 code73C805FF, red 0.4509804, green 0.78431374, blue 0.019607844, alpha 1.0, hue 0.23931625, saturation 0.7647059, and lightness 0.4019608.static final intThis color constant "Aurora Fruit Punch" has RGBA8888 codeC80078FF, red 0.78431374, green 0.0, blue 0.47058824, alpha 1.0, hue 0.9, saturation 0.78431374, and lightness 0.39215687.static final intThis color constant "Aurora Fusion Red" has RGBA8888 codeFF3C0AFF, red 1.0, green 0.23529412, blue 0.039215688, alpha 1.0, hue 0.034013607, saturation 0.9607843, and lightness 0.51960784.static final intThis color constant "Aurora Garter Snake" has RGBA8888 code64C082FF, red 0.39215687, green 0.7529412, blue 0.50980395, alpha 1.0, hue 0.3876812, saturation 0.36078432, and lightness 0.57254905.static final intThis color constant "Aurora Grape Lollipop" has RGBA8888 code5A187BFF, red 0.3529412, green 0.09411765, blue 0.48235294, alpha 1.0, hue 0.7777778, saturation 0.3882353, and lightness 0.2882353.static final intThis color constant "Aurora Grape Soda" has RGBA8888 code410062FF, red 0.25490198, green 0.0, blue 0.38431373, alpha 1.0, hue 0.7772109, saturation 0.38431373, and lightness 0.19215687.static final intThis color constant "Aurora Graphite" has RGBA8888 code373737FF, red 0.21568628, green 0.21568628, blue 0.21568628, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.21568628.static final intThis color constant "Aurora Gray Green" has RGBA8888 code506450FF, red 0.3137255, green 0.39215687, blue 0.3137255, alpha 1.0, hue 0.33333334, saturation 0.07843137, and lightness 0.3529412.static final intThis color constant "Aurora Greyhound" has RGBA8888 codeA4A4A4FF, red 0.6431373, green 0.6431373, blue 0.6431373, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.6431373.static final intThis color constant "Aurora Ham" has RGBA8888 codeEBACE1FF, red 0.92156863, green 0.6745098, blue 0.88235295, alpha 1.0, hue 0.85978836, saturation 0.24705881, and lightness 0.7980392.static final intThis color constant "Aurora Heliotrope" has RGBA8888 codeFF52FFFF, red 1.0, green 0.32156864, blue 1.0, alpha 1.0, hue 0.8333333, saturation 0.6784314, and lightness 0.6607843.static final intThis color constant "Aurora Hidden Blue" has RGBA8888 code186ABDFF, red 0.09411765, green 0.41568628, blue 0.7411765, alpha 1.0, hue 0.5838384, saturation 0.64705884, and lightness 0.41764706.static final intThis color constant "Aurora Honeydew" has RGBA8888 codeC7E3ABFF, red 0.78039217, green 0.8901961, blue 0.67058825, alpha 1.0, hue 0.25, saturation 0.21960783, and lightness 0.78039217.static final intThis color constant "Aurora Hospital Green" has RGBA8888 code3FBFBFFF, red 0.24705882, green 0.7490196, blue 0.7490196, alpha 1.0, hue 0.5, saturation 0.5019608, and lightness 0.49803922.static final intThis color constant "Aurora Hot Sauce" has RGBA8888 codeA5140AFF, red 0.64705884, green 0.078431375, blue 0.039215688, alpha 1.0, hue 0.010752688, saturation 0.60784316, and lightness 0.34313723.static final intThis color constant "Aurora Hunter Green" has RGBA8888 code1E2D23FF, red 0.11764706, green 0.1764706, blue 0.13725491, alpha 1.0, hue 0.3888889, saturation 0.058823533, and lightness 0.14705883.static final intThis color constant "Aurora Indigo" has RGBA8888 code231094FF, red 0.13725491, green 0.0627451, blue 0.5803922, alpha 1.0, hue 0.6906566, saturation 0.5176471, and lightness 0.3215686.static final intThis color constant "Aurora Infection" has RGBA8888 code96DC19FF, red 0.5882353, green 0.8627451, blue 0.09803922, alpha 1.0, hue 0.22649574, saturation 0.7647059, and lightness 0.48039216.static final intThis color constant "Aurora Iolite" has RGBA8888 code494973FF, red 0.28627452, green 0.28627452, blue 0.4509804, alpha 1.0, hue 0.6666667, saturation 0.16470587, and lightness 0.36862746.static final intThis color constant "Aurora Iris" has RGBA8888 code6241F6FF, red 0.38431373, green 0.25490198, blue 0.9647059, alpha 1.0, hue 0.69705343, saturation 0.70980394, and lightness 0.6098039.static final intThis color constant "Aurora Iron" has RGBA8888 code6E6E6EFF, red 0.43137255, green 0.43137255, blue 0.43137255, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.43137255.static final intThis color constant "Aurora Ivy Green" has RGBA8888 code007F00FF, red 0.0, green 0.49803922, blue 0.0, alpha 1.0, hue 0.33333334, saturation 0.49803922, and lightness 0.24901961.static final intThis color constant "Aurora Jade" has RGBA8888 code3FBF3FFF, red 0.24705882, green 0.7490196, blue 0.24705882, alpha 1.0, hue 0.33333334, saturation 0.5019608, and lightness 0.49803922.static final intThis color constant "Aurora Juicy Grape" has RGBA8888 code6010D0FF, red 0.3764706, green 0.0627451, blue 0.8156863, alpha 1.0, hue 0.7361111, saturation 0.7529412, and lightness 0.43921572.static final intThis color constant "Aurora Kelly Green" has RGBA8888 code578F57FF, red 0.34117648, green 0.56078434, blue 0.34117648, alpha 1.0, hue 0.33333334, saturation 0.21960786, and lightness 0.4509804.static final intThis color constant "Aurora Koa" has RGBA8888 codeA04B05FF, red 0.627451, green 0.29411766, blue 0.019607844, alpha 1.0, hue 0.07526882, saturation 0.60784316, and lightness 0.32352942.static final intThis color constant "Aurora Kyanite" has RGBA8888 code3B7373FF, red 0.23137255, green 0.4509804, blue 0.4509804, alpha 1.0, hue 0.5, saturation 0.21960784, and lightness 0.34117645.static final intThis color constant "Aurora Lavender" has RGBA8888 codeB991FFFF, red 0.7254902, green 0.5686275, blue 1.0, alpha 1.0, hue 0.72727275, saturation 0.43137252, and lightness 0.78431374.static final intThis color constant "Aurora Lead" has RGBA8888 code5B5B5BFF, red 0.35686275, green 0.35686275, blue 0.35686275, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.35686275.static final intThis color constant "Aurora Lemon" has RGBA8888 codeFFFF00FF, red 1.0, green 1.0, blue 0.0, alpha 1.0, hue 0.16666667, saturation 1.0, and lightness 0.5.static final intThis color constant "Aurora Light Plum" has RGBA8888 codeDA20E0FF, red 0.85490197, green 0.1254902, blue 0.8784314, alpha 1.0, hue 0.828125, saturation 0.7529412, and lightness 0.50196075.static final intThis color constant "Aurora Light Skin 1" has RGBA8888 code7E6E60FF, red 0.49411765, green 0.43137255, blue 0.3764706, alpha 1.0, hue 0.07777778, saturation 0.11764705, and lightness 0.43529412.static final intThis color constant "Aurora Light Skin 2" has RGBA8888 codeA0695FFF, red 0.627451, green 0.4117647, blue 0.37254903, alpha 1.0, hue 0.025641024, saturation 0.25490198, and lightness 0.5.static final intThis color constant "Aurora Light Skin 3" has RGBA8888 codeC07872FF, red 0.7529412, green 0.47058824, blue 0.44705883, alpha 1.0, hue 0.012820511, saturation 0.30588236, and lightness 0.6.static final intThis color constant "Aurora Light Skin 4" has RGBA8888 codeD08A74FF, red 0.8156863, green 0.5411765, blue 0.45490196, alpha 1.0, hue 0.03985508, saturation 0.36078432, and lightness 0.63529414.static final intThis color constant "Aurora Light Skin 5" has RGBA8888 codeE19B7DFF, red 0.88235295, green 0.60784316, blue 0.49019608, alpha 1.0, hue 0.05000001, saturation 0.39215687, and lightness 0.6862745.static final intThis color constant "Aurora Light Skin 6" has RGBA8888 codeEBAA8CFF, red 0.92156863, green 0.6666667, blue 0.54901963, alpha 1.0, hue 0.052631583, saturation 0.372549, and lightness 0.73529416.static final intThis color constant "Aurora Light Skin 7" has RGBA8888 codeF5B99BFF, red 0.9607843, green 0.7254902, blue 0.60784316, alpha 1.0, hue 0.055555556, saturation 0.35294116, and lightness 0.78431374.static final intThis color constant "Aurora Light Skin 8" has RGBA8888 codeF6C8AFFF, red 0.9647059, green 0.78431374, blue 0.6862745, alpha 1.0, hue 0.058685444, saturation 0.27843136, and lightness 0.82549024.static final intThis color constant "Aurora Light Skin 9" has RGBA8888 codeF5E1D2FF, red 0.9607843, green 0.88235295, blue 0.8235294, alpha 1.0, hue 0.071428575, saturation 0.1372549, and lightness 0.8921569.static final intThis color constant "Aurora Lilac" has RGBA8888 codeD7A5FFFF, red 0.84313726, green 0.64705884, blue 1.0, alpha 1.0, hue 0.7592593, saturation 0.35294116, and lightness 0.8235294.static final intThis color constant "Aurora Lipstick" has RGBA8888 codeE61E78FF, red 0.9019608, green 0.11764706, blue 0.47058824, alpha 1.0, hue 0.925, saturation 0.78431374, and lightness 0.5098039.static final intThis color constant "Aurora Lizard Scales" has RGBA8888 code73733BFF, red 0.4509804, green 0.4509804, blue 0.23137255, alpha 1.0, hue 0.16666666, saturation 0.21960784, and lightness 0.34117645.static final intThis color constant "Aurora Lurid Red" has RGBA8888 codeDA2010FF, red 0.85490197, green 0.1254902, blue 0.0627451, alpha 1.0, hue 0.0132013215, saturation 0.7921569, and lightness 0.45882356.static final intThis color constant "Aurora Magenta" has RGBA8888 codeF500F5FF, red 0.9607843, green 0.0, blue 0.9607843, alpha 1.0, hue 0.8333333, saturation 0.9607843, and lightness 0.48039216.static final intThis color constant "Aurora Maidenhair Fern" has RGBA8888 code3B7349FF, red 0.23137255, green 0.4509804, blue 0.28627452, alpha 1.0, hue 0.37500003, saturation 0.21960784, and lightness 0.34117645.static final intThis color constant "Aurora Malachite" has RGBA8888 code0AD70AFF, red 0.039215688, green 0.84313726, blue 0.039215688, alpha 1.0, hue 0.33333334, saturation 0.8039216, and lightness 0.44117647.static final intThis color constant "Aurora Marsh" has RGBA8888 code738F57FF, red 0.4509804, green 0.56078434, blue 0.34117648, alpha 1.0, hue 0.25000003, saturation 0.21960786, and lightness 0.4509804.static final intThis color constant "Aurora Mauve" has RGBA8888 codeAB73ABFF, red 0.67058825, green 0.4509804, blue 0.67058825, alpha 1.0, hue 0.8333334, saturation 0.21960786, and lightness 0.56078434.static final intThis color constant "Aurora Medium Plum" has RGBA8888 codeBD10C5FF, red 0.7411765, green 0.0627451, blue 0.77254903, alpha 1.0, hue 0.8259669, saturation 0.70980394, and lightness 0.41764706.static final intThis color constant "Aurora Medium Teal" has RGBA8888 code06C491FF, red 0.023529412, green 0.76862746, blue 0.5686275, alpha 1.0, hue 0.45526317, saturation 0.74509805, and lightness 0.39607844.static final intThis color constant "Aurora Mild Violet" has RGBA8888 codeAB8FC7FF, red 0.67058825, green 0.56078434, blue 0.78039217, alpha 1.0, hue 0.75, saturation 0.21960783, and lightness 0.67058825.static final intThis color constant "Aurora Mint Green" has RGBA8888 code4BF05AFF, red 0.29411766, green 0.9411765, blue 0.3529412, alpha 1.0, hue 0.34848484, saturation 0.64705884, and lightness 0.61764705.static final intThis color constant "Aurora Moss Green" has RGBA8888 code204608FF, red 0.1254902, green 0.27450982, blue 0.03137255, alpha 1.0, hue 0.26881722, saturation 0.24313727, and lightness 0.15294118.static final intThis color constant "Aurora Mulberry" has RGBA8888 code641464FF, red 0.39215687, green 0.078431375, blue 0.39215687, alpha 1.0, hue 0.8333334, saturation 0.3137255, and lightness 0.23529413.static final intThis color constant "Aurora Mummy Brown" has RGBA8888 code7F3F00FF, red 0.49803922, green 0.24705882, blue 0.0, alpha 1.0, hue 0.08267717, saturation 0.49803922, and lightness 0.24901961.static final intThis color constant "Aurora Murk" has RGBA8888 code0F192DFF, red 0.05882353, green 0.09803922, blue 0.1764706, alpha 1.0, hue 0.61111116, saturation 0.11764707, and lightness 0.11764705.static final intThis color constant "Aurora Mush" has RGBA8888 codeB1B10AFF, red 0.69411767, green 0.69411767, blue 0.039215688, alpha 1.0, hue 0.16666667, saturation 0.654902, and lightness 0.36666664.static final intThis color constant "Aurora Navy Blue" has RGBA8888 code162C52FF, red 0.08627451, green 0.17254902, blue 0.32156864, alpha 1.0, hue 0.6055556, saturation 0.23529413, and lightness 0.20392157.static final intThis color constant "Aurora Nightshade" has RGBA8888 code321623FF, red 0.19607843, green 0.08627451, blue 0.13725491, alpha 1.0, hue 0.92261904, saturation 0.10980392, and lightness 0.14117648.static final intThis color constant "Aurora Ninja" has RGBA8888 code1F1F3BFF, red 0.12156863, green 0.12156863, blue 0.23137255, alpha 1.0, hue 0.6666667, saturation 0.10980392, and lightness 0.1764706.static final intThis color constant "Aurora Ocean Blue" has RGBA8888 code00007FFF, red 0.0, green 0.0, blue 0.49803922, alpha 1.0, hue 0.6666667, saturation 0.49803922, and lightness 0.24901961.static final intThis color constant "Aurora Ochre" has RGBA8888 code5F3214FF, red 0.37254903, green 0.19607843, blue 0.078431375, alpha 1.0, hue 0.06666666, saturation 0.29411766, and lightness 0.22549018.static final intThis color constant "Aurora Old Rose" has RGBA8888 codeD7A0BEFF, red 0.84313726, green 0.627451, blue 0.74509805, alpha 1.0, hue 0.9090909, saturation 0.21568626, and lightness 0.7352941.static final intThis color constant "Aurora Olive Green" has RGBA8888 code3B573BFF, red 0.23137255, green 0.34117648, blue 0.23137255, alpha 1.0, hue 0.33333334, saturation 0.10980393, and lightness 0.28627452.static final intThis color constant "Aurora Olive Oil" has RGBA8888 codeA2A255FF, red 0.63529414, green 0.63529414, blue 0.33333334, alpha 1.0, hue 0.16666667, saturation 0.3019608, and lightness 0.48431373.static final intThis color constant "Aurora Orange" has RGBA8888 codeFF7F00FF, red 1.0, green 0.49803922, blue 0.0, alpha 1.0, hue 0.08300654, saturation 1.0, and lightness 0.5.static final intThis color constant "Aurora Orchid" has RGBA8888 codeBD62FFFF, red 0.7411765, green 0.38431373, blue 1.0, alpha 1.0, hue 0.76326966, saturation 0.6156863, and lightness 0.69215685.static final intThis color constant "Aurora Pastel Sky" has RGBA8888 codeABE3E3FF, red 0.67058825, green 0.8901961, blue 0.8901961, alpha 1.0, hue 0.5, saturation 0.21960783, and lightness 0.78039217.static final intThis color constant "Aurora Patina" has RGBA8888 codeABC7E3FF, red 0.67058825, green 0.78039217, blue 0.8901961, alpha 1.0, hue 0.5833334, saturation 0.21960783, and lightness 0.78039217.static final intThis color constant "Aurora Pea Soup" has RGBA8888 code8EBE55FF, red 0.5568628, green 0.74509805, blue 0.33333334, alpha 1.0, hue 0.24285714, saturation 0.4117647, and lightness 0.5392157.static final intThis color constant "Aurora Peach" has RGBA8888 codeFFBF81FF, red 1.0, green 0.7490196, blue 0.5058824, alpha 1.0, hue 0.08201058, saturation 0.49411762, and lightness 0.7529412.static final intThis color constant "Aurora Peat Bog" has RGBA8888 code465032FF, red 0.27450982, green 0.3137255, blue 0.19607843, alpha 1.0, hue 0.22222224, saturation 0.11764707, and lightness 0.25490198.static final intThis color constant "Aurora Pencil Yellow" has RGBA8888 codeFFEA4AFF, red 1.0, green 0.91764706, blue 0.2901961, alpha 1.0, hue 0.14732964, saturation 0.70980394, and lightness 0.64509803.static final intThis color constant "Aurora Periwinkle" has RGBA8888 code8181FFFF, red 0.5058824, green 0.5058824, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.49411762, and lightness 0.7529412.static final intThis color constant "Aurora Pine Green" has RGBA8888 code235037FF, red 0.13725491, green 0.3137255, blue 0.21568628, alpha 1.0, hue 0.4074074, saturation 0.1764706, and lightness 0.2254902.static final intThis color constant "Aurora Pink Lemonade" has RGBA8888 codeFF6AC5FF, red 1.0, green 0.41568628, blue 0.77254903, alpha 1.0, hue 0.8982103, saturation 0.58431375, and lightness 0.7078431.static final intThis color constant "Aurora Pink Skin 1" has RGBA8888 codeAB7373FF, red 0.67058825, green 0.4509804, blue 0.4509804, alpha 1.0, hue 0.0, saturation 0.21960786, and lightness 0.56078434.static final intThis color constant "Aurora Pink Skin 2" has RGBA8888 codeC78F8FFF, red 0.78039217, green 0.56078434, blue 0.56078434, alpha 1.0, hue 0.0, saturation 0.21960783, and lightness 0.67058825.static final intThis color constant "Aurora Pink Skin 3" has RGBA8888 codeE3ABABFF, red 0.8901961, green 0.67058825, blue 0.67058825, alpha 1.0, hue 0.0, saturation 0.21960783, and lightness 0.78039217.static final intThis color constant "Aurora Pink Skin 4" has RGBA8888 codeF8D2DAFF, red 0.972549, green 0.8235294, blue 0.85490197, alpha 1.0, hue 0.9649123, saturation 0.1490196, and lightness 0.8980392.static final intThis color constant "Aurora Pink Tutu" has RGBA8888 codeF8C6FCFF, red 0.972549, green 0.7764706, blue 0.9882353, alpha 1.0, hue 0.8209877, saturation 0.2117647, and lightness 0.88235295.static final intThis color constant "Aurora Pink Violet" has RGBA8888 code8F578FFF, red 0.56078434, green 0.34117648, blue 0.56078434, alpha 1.0, hue 0.8333334, saturation 0.21960786, and lightness 0.4509804.static final intThis color constant "Aurora Pistachio" has RGBA8888 codeA2D8A2FF, red 0.63529414, green 0.84705883, blue 0.63529414, alpha 1.0, hue 0.33333334, saturation 0.2117647, and lightness 0.7411765.static final intThis color constant "Aurora Pitch Black" has RGBA8888 code010101FF, red 0.003921569, green 0.003921569, blue 0.003921569, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.003921569.static final intThis color constant "Aurora Platinum" has RGBA8888 codeDBDBDBFF, red 0.85882354, green 0.85882354, blue 0.85882354, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.85882354.static final intThis color constant "Aurora Plum Juice" has RGBA8888 codeA01982FF, red 0.627451, green 0.09803922, blue 0.50980395, alpha 1.0, hue 0.8703704, saturation 0.5294118, and lightness 0.3627451.static final intThis color constant "Aurora Polished Sapphire" has RGBA8888 code101CDAFF, red 0.0627451, green 0.10980392, blue 0.85490197, alpha 1.0, hue 0.6567657, saturation 0.7921569, and lightness 0.45882356.static final intThis color constant "Aurora Pork Chop" has RGBA8888 codeFFC0CBFF, red 1.0, green 0.7529412, blue 0.79607844, alpha 1.0, hue 0.97089946, saturation 0.24705881, and lightness 0.87647057.static final intThis color constant "Aurora Powder Blue" has RGBA8888 code5AC5FFFF, red 0.3529412, green 0.77254903, blue 1.0, alpha 1.0, hue 0.5585859, saturation 0.64705884, and lightness 0.6764706.static final intThis color constant "Aurora Prase" has RGBA8888 code05B450FF, red 0.019607844, green 0.7058824, blue 0.3137255, alpha 1.0, hue 0.4047619, saturation 0.6862745, and lightness 0.3627451.static final intThis color constant "Aurora Prune" has RGBA8888 code463246FF, red 0.27450982, green 0.19607843, blue 0.27450982, alpha 1.0, hue 0.8333333, saturation 0.07843138, and lightness 0.23529413.static final intThis color constant "Aurora Prussian Blue" has RGBA8888 code004A9CFF, red 0.0, green 0.2901961, blue 0.6117647, alpha 1.0, hue 0.58760685, saturation 0.6117647, and lightness 0.30588236.static final intThis color constant "Aurora Puce" has RGBA8888 codeBCAFC0FF, red 0.7372549, green 0.6862745, blue 0.7529412, alpha 1.0, hue 0.7941177, saturation 0.06666666, and lightness 0.7196079.static final intThis color constant "Aurora Purple Freesia" has RGBA8888 code9C41FFFF, red 0.6117647, green 0.25490198, blue 1.0, alpha 1.0, hue 0.74649125, saturation 0.745098, and lightness 0.627451.static final intThis color constant "Aurora Putty" has RGBA8888 codeBF3F3FFF, red 0.7490196, green 0.24705882, blue 0.24705882, alpha 1.0, hue 0.0, saturation 0.5019608, and lightness 0.49803922.static final intThis color constant "Aurora Raspberry" has RGBA8888 code911437FF, red 0.5686275, green 0.078431375, blue 0.21568628, alpha 1.0, hue 0.9533333, saturation 0.4901961, and lightness 0.32352945.static final intThis color constant "Aurora Raw Meat" has RGBA8888 codeFF8181FF, red 1.0, green 0.5058824, blue 0.5058824, alpha 1.0, hue 0.0, saturation 0.49411762, and lightness 0.7529412.static final intThis color constant "Aurora Redwood" has RGBA8888 codeB45A00FF, red 0.7058824, green 0.3529412, blue 0.0, alpha 1.0, hue 0.08333333, saturation 0.7058824, and lightness 0.3529412.static final intThis color constant "Aurora Refreshing Mist" has RGBA8888 code91EBFFFF, red 0.5686275, green 0.92156863, blue 1.0, alpha 1.0, hue 0.53030306, saturation 0.43137252, and lightness 0.78431374.static final intThis color constant "Aurora Ripe Plum" has RGBA8888 codeAB57ABFF, red 0.67058825, green 0.34117648, blue 0.67058825, alpha 1.0, hue 0.8333334, saturation 0.32941177, and lightness 0.5058824.static final intThis color constant "Aurora Ripped Denim" has RGBA8888 code699DC3FF, red 0.4117647, green 0.6156863, blue 0.7647059, alpha 1.0, hue 0.5703704, saturation 0.3529412, and lightness 0.5882353.static final intThis color constant "Aurora Robin Egg Blue" has RGBA8888 code08DED5FF, red 0.03137255, green 0.87058824, blue 0.8352941, alpha 1.0, hue 0.49299067, saturation 0.8392157, and lightness 0.4509804.static final intThis color constant "Aurora Roseate Spoonbill" has RGBA8888 codeC87DA0FF, red 0.78431374, green 0.49019608, blue 0.627451, alpha 1.0, hue 0.9222222, saturation 0.29411766, and lightness 0.6372549.static final intThis color constant "Aurora Rough Sapphire" has RGBA8888 code4A5AFFFF, red 0.2901961, green 0.3529412, blue 1.0, alpha 1.0, hue 0.6519337, saturation 0.70980394, and lightness 0.64509803.static final intThis color constant "Aurora Royal Blue" has RGBA8888 code0010BDFF, red 0.0, green 0.0627451, blue 0.7411765, alpha 1.0, hue 0.6525573, saturation 0.7411765, and lightness 0.37058824.static final intThis color constant "Aurora Royal Violet" has RGBA8888 code573B73FF, red 0.34117648, green 0.23137255, blue 0.4509804, alpha 1.0, hue 0.75, saturation 0.21960784, and lightness 0.34117645.static final intThis color constant "Aurora Saffron" has RGBA8888 codeFFD510FF, red 1.0, green 0.8352941, blue 0.0627451, alpha 1.0, hue 0.13737796, saturation 0.9372549, and lightness 0.53137255.static final intThis color constant "Aurora Sage Green" has RGBA8888 codeB4EECAFF, red 0.7058824, green 0.93333334, blue 0.7921569, alpha 1.0, hue 0.39655173, saturation 0.22745097, and lightness 0.81960785.static final intThis color constant "Aurora Salmon" has RGBA8888 codeFF6262FF, red 1.0, green 0.38431373, blue 0.38431373, alpha 1.0, hue 0.0, saturation 0.6156863, and lightness 0.69215685.static final intThis color constant "Aurora Scribe Ink" has RGBA8888 code280A1EFF, red 0.15686275, green 0.039215688, blue 0.11764706, alpha 1.0, hue 0.8888889, saturation 0.11764707, and lightness 0.09803922.static final intThis color constant "Aurora Seafoam" has RGBA8888 code3CFEA5FF, red 0.23529412, green 0.99607843, blue 0.64705884, alpha 1.0, hue 0.42353952, saturation 0.7607843, and lightness 0.6156863.static final intThis color constant "Aurora Seal Brown" has RGBA8888 code551414FF, red 0.33333334, green 0.078431375, blue 0.078431375, alpha 1.0, hue 0.0, saturation 0.25490198, and lightness 0.20588236.static final intThis color constant "Aurora Seawater" has RGBA8888 code007F7FFF, red 0.0, green 0.49803922, blue 0.49803922, alpha 1.0, hue 0.5, saturation 0.49803922, and lightness 0.24901961.static final intThis color constant "Aurora Shadow" has RGBA8888 code252525FF, red 0.14509805, green 0.14509805, blue 0.14509805, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.14509805.static final intThis color constant "Aurora Shamrock Green" has RGBA8888 code00FF00FF, red 0.0, green 1.0, blue 0.0, alpha 1.0, hue 0.33333334, saturation 1.0, and lightness 0.5.static final intThis color constant "Aurora Sharp Azure" has RGBA8888 code007FFFFF, red 0.0, green 0.49803922, blue 1.0, alpha 1.0, hue 0.5836601, saturation 1.0, and lightness 0.5.static final intThis color constant "Aurora Shining Sky" has RGBA8888 code55E6FFFF, red 0.33333334, green 0.9019608, blue 1.0, alpha 1.0, hue 0.5245098, saturation 0.6666666, and lightness 0.6666667.static final intThis color constant "Aurora Shining White" has RGBA8888 codeFFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0.static final intThis color constant "Aurora Shrimp" has RGBA8888 codeFAA0B9FF, red 0.98039216, green 0.627451, blue 0.7254902, alpha 1.0, hue 0.9537037, saturation 0.35294116, and lightness 0.8039216.static final intThis color constant "Aurora Sienna" has RGBA8888 code7F0000FF, red 0.49803922, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.49803922, and lightness 0.24901961.static final intThis color constant "Aurora Silver" has RGBA8888 codeB6B6B6FF, red 0.7137255, green 0.7137255, blue 0.7137255, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7137255.static final intThis color constant "Aurora Silver Green" has RGBA8888 code8FC78FFF, red 0.56078434, green 0.78039217, blue 0.56078434, alpha 1.0, hue 0.33333334, saturation 0.21960783, and lightness 0.67058825.static final intThis color constant "Aurora Silver Pink" has RGBA8888 codeE3C7E3FF, red 0.8901961, green 0.78039217, blue 0.8901961, alpha 1.0, hue 0.8333333, saturation 0.109803915, and lightness 0.8352941.static final intThis color constant "Aurora Slate Gray" has RGBA8888 code6E8287FF, red 0.43137255, green 0.50980395, blue 0.5294118, alpha 1.0, hue 0.53333336, saturation 0.09803924, and lightness 0.4803922.static final intThis color constant "Aurora Slow Creek" has RGBA8888 code7E9494FF, red 0.49411765, green 0.5803922, blue 0.5803922, alpha 1.0, hue 0.5, saturation 0.086274534, and lightness 0.53725487.static final intThis color constant "Aurora Smog" has RGBA8888 codeABABE3FF, red 0.67058825, green 0.67058825, blue 0.8901961, alpha 1.0, hue 0.6666667, saturation 0.21960783, and lightness 0.78039217.static final intThis color constant "Aurora Smoke" has RGBA8888 code494949FF, red 0.28627452, green 0.28627452, blue 0.28627452, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.28627452.static final intThis color constant "Aurora Soap" has RGBA8888 codeD7C3FAFF, red 0.84313726, green 0.7647059, blue 0.98039216, alpha 1.0, hue 0.72727275, saturation 0.21568626, and lightness 0.872549.static final intThis color constant "Aurora Soft Teal" has RGBA8888 code129880FF, red 0.07058824, green 0.59607846, blue 0.5019608, alpha 1.0, hue 0.47014928, saturation 0.5254902, and lightness 0.33333334.static final intThis color constant "Aurora Space Blue" has RGBA8888 code0C2148FF, red 0.047058824, green 0.12941177, blue 0.28235295, alpha 1.0, hue 0.60833335, saturation 0.23529413, and lightness 0.16470589.static final intThis color constant "Aurora Spearmint" has RGBA8888 code64ABABFF, red 0.39215687, green 0.67058825, blue 0.67058825, alpha 1.0, hue 0.5, saturation 0.2784314, and lightness 0.53137255.static final intThis color constant "Aurora Spring Green" has RGBA8888 code00DE6AFF, red 0.0, green 0.87058824, blue 0.41568628, alpha 1.0, hue 0.41291294, saturation 0.87058824, and lightness 0.43529412.static final intThis color constant "Aurora Steam" has RGBA8888 code7DD7F0FF, red 0.49019608, green 0.84313726, blue 0.9411765, alpha 1.0, hue 0.5362319, saturation 0.4509804, and lightness 0.7156863.static final intThis color constant "Aurora Straw" has RGBA8888 codeEDEDC7FF, red 0.92941177, green 0.92941177, blue 0.78039217, alpha 1.0, hue 0.16666667, saturation 0.1490196, and lightness 0.85490197.static final intThis color constant "Aurora Strong Cyan" has RGBA8888 code00BFFFFF, red 0.0, green 0.7490196, blue 1.0, alpha 1.0, hue 0.54183006, saturation 1.0, and lightness 0.5.static final intThis color constant "Aurora Stygian Blue" has RGBA8888 code0F0F50FF, red 0.05882353, green 0.05882353, blue 0.3137255, alpha 1.0, hue 0.6666667, saturation 0.25490198, and lightness 0.18627451.static final intThis color constant "Aurora Subtlety" has RGBA8888 code786EF0FF, red 0.47058824, green 0.43137255, blue 0.9411765, alpha 1.0, hue 0.6794872, saturation 0.5098039, and lightness 0.6862745.static final intThis color constant "Aurora Suds" has RGBA8888 codeBEB9FAFF, red 0.74509805, green 0.7254902, blue 0.98039216, alpha 1.0, hue 0.6794872, saturation 0.25490195, and lightness 0.85294116.static final intThis color constant "Aurora Tan" has RGBA8888 codeDADAABFF, red 0.85490197, green 0.85490197, blue 0.67058825, alpha 1.0, hue 0.16666667, saturation 0.18431371, and lightness 0.7627451.static final intThis color constant "Aurora Tarnish" has RGBA8888 codeABC78FFF, red 0.67058825, green 0.78039217, blue 0.56078434, alpha 1.0, hue 0.25, saturation 0.21960783, and lightness 0.67058825.static final intThis color constant "Aurora Taupe" has RGBA8888 code3B2D1FFF, red 0.23137255, green 0.1764706, blue 0.12156863, alpha 1.0, hue 0.083333336, saturation 0.10980392, and lightness 0.1764706.static final intThis color constant "Aurora Taxicab Yellow" has RGBA8888 codeF6BD31FF, red 0.9647059, green 0.7411765, blue 0.19215687, alpha 1.0, hue 0.118443325, saturation 0.77254903, and lightness 0.57843137.static final intThis color constant "Aurora Tea Rose" has RGBA8888 codeE1B9D2FF, red 0.88235295, green 0.7254902, blue 0.8235294, alpha 1.0, hue 0.8958333, saturation 0.15686274, and lightness 0.8039216.static final intThis color constant "Aurora Thick Amethyst" has RGBA8888 code5010B0FF, red 0.3137255, green 0.0627451, blue 0.6901961, alpha 1.0, hue 0.73333335, saturation 0.627451, and lightness 0.37647057.static final intThis color constant "Aurora Thin Amethyst" has RGBA8888 code7F00FFFF, red 0.49803922, green 0.0, blue 1.0, alpha 1.0, hue 0.74967325, saturation 1.0, and lightness 0.5.static final intThis color constant "Aurora Thistle" has RGBA8888 codeE673FFFF, red 0.9019608, green 0.4509804, blue 1.0, alpha 1.0, hue 0.80357146, saturation 0.5490196, and lightness 0.7254902.static final intThis color constant "Aurora Thulian Pink" has RGBA8888 codeC35A91FF, red 0.7647059, green 0.3529412, blue 0.5686275, alpha 1.0, hue 0.9126984, saturation 0.4117647, and lightness 0.5588236.static final intThis color constant "Aurora Transparent" has RGBA8888 code00000000, red 0.0, green 0.0, blue 0.0, alpha 0.0, hue 0.0, saturation 0.0, and lightness 0.0.static final intThis color constant "Aurora Tropic Mist" has RGBA8888 codeD0DAF8FF, red 0.8156863, green 0.85490197, blue 0.972549, alpha 1.0, hue 0.625, saturation 0.15686274, and lightness 0.89411765.static final intThis color constant "Aurora Turquoise" has RGBA8888 code2DEBA8FF, red 0.1764706, green 0.92156863, blue 0.65882355, alpha 1.0, hue 0.4412281, saturation 0.74509805, and lightness 0.5490196.static final intThis color constant "Aurora Twilight Cloud" has RGBA8888 code8F8FC7FF, red 0.56078434, green 0.56078434, blue 0.78039217, alpha 1.0, hue 0.6666667, saturation 0.21960783, and lightness 0.67058825.static final intThis color constant "Aurora Tyrian Purple" has RGBA8888 codeBF3FBFFF, red 0.7490196, green 0.24705882, blue 0.7490196, alpha 1.0, hue 0.8333334, saturation 0.5019608, and lightness 0.49803922.static final intThis color constant "Aurora Ultramarine" has RGBA8888 code0000FFFF, red 0.0, green 0.0, blue 1.0, alpha 1.0, hue 0.6666667, saturation 1.0, and lightness 0.5.static final intThis color constant "Aurora Umber" has RGBA8888 code7F7F00FF, red 0.49803922, green 0.49803922, blue 0.0, alpha 1.0, hue 0.16666667, saturation 0.49803922, and lightness 0.24901961.static final intThis color constant "Aurora Vapor" has RGBA8888 code90B0FFFF, red 0.5647059, green 0.6901961, blue 1.0, alpha 1.0, hue 0.6186186, saturation 0.4352941, and lightness 0.7823529.static final intThis color constant "Aurora Variscite" has RGBA8888 code6AFFCDFF, red 0.41568628, green 1.0, blue 0.8039216, alpha 1.0, hue 0.4440716, saturation 0.58431375, and lightness 0.7078431.static final intThis color constant "Aurora Varnish" has RGBA8888 code401811FF, red 0.2509804, green 0.09411765, blue 0.06666667, alpha 1.0, hue 0.024822691, saturation 0.18431374, and lightness 0.15882353.static final intThis color constant "Aurora Violet" has RGBA8888 code8C14BEFF, red 0.54901963, green 0.078431375, blue 0.74509805, alpha 1.0, hue 0.78431374, saturation 0.6666667, and lightness 0.41176474.static final intThis color constant "Aurora Violet Cushions" has RGBA8888 code8F57C7FF, red 0.56078434, green 0.34117648, blue 0.78039217, alpha 1.0, hue 0.75, saturation 0.4392157, and lightness 0.56078434.static final intThis color constant "Aurora Viridian" has RGBA8888 code507D5FFF, red 0.3137255, green 0.49019608, blue 0.37254903, alpha 1.0, hue 0.3888889, saturation 0.17647058, and lightness 0.4019608.static final intThis color constant "Aurora Watercolor Black" has RGBA8888 code3B3B57FF, red 0.23137255, green 0.23137255, blue 0.34117648, alpha 1.0, hue 0.6666667, saturation 0.10980393, and lightness 0.28627452.static final intThis color constant "Aurora Watercolor Gray" has RGBA8888 code736EAAFF, red 0.4509804, green 0.43137255, blue 0.6666667, alpha 1.0, hue 0.6805556, saturation 0.23529413, and lightness 0.54901963.static final intThis color constant "Aurora Wet Stone" has RGBA8888 codeA6A090FF, red 0.6509804, green 0.627451, blue 0.5647059, alpha 1.0, hue 0.121212125, saturation 0.086274505, and lightness 0.60784316.static final intThis color constant "Aurora Wisteria" has RGBA8888 codeBD29FFFF, red 0.7411765, green 0.16078432, blue 1.0, alpha 1.0, hue 0.7819315, saturation 0.8392157, and lightness 0.5803921.static final intThis color constant "Aurora Woodlands" has RGBA8888 code3C6E14FF, red 0.23529412, green 0.43137255, blue 0.078431375, alpha 1.0, hue 0.25925928, saturation 0.3529412, and lightness 0.25490198.static final intThis color constant "Aurora Zucchini" has RGBA8888 code123832FF, red 0.07058824, green 0.21960784, blue 0.19607843, alpha 1.0, hue 0.47368422, saturation 0.1490196, and lightness 0.14509803.static final intThis color constant "Azul" has RGBA8888 code007FFFFF, red 0.0, green 0.49803922, blue 1.0, alpha 1.0, hue 0.5836601, saturation 1.0, and lightness 0.5.static final intThis color constant "Azure" has RGBA8888 codeF0FFFFFF, red 0.9411765, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 0.058823526, and lightness 0.9705882.static final intThis color constant "Baby Blue" has RGBA8888 codeE0FFFFFF, red 0.8784314, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 0.12156862, and lightness 0.93921566.static final intThis color constant "Baiko Brown" has RGBA8888 code857C55FF, red 0.52156866, green 0.4862745, blue 0.33333334, alpha 1.0, hue 0.13541664, saturation 0.18823531, and lightness 0.42745098.static final intThis color constant "Beige" has RGBA8888 codeF5F5DCFF, red 0.9607843, green 0.9607843, blue 0.8627451, alpha 1.0, hue 0.16666667, saturation 0.09803921, and lightness 0.91176474.static final intThis color constant "Bellflower" has RGBA8888 code5D3F6AFF, red 0.3647059, green 0.24705882, blue 0.41568628, alpha 1.0, hue 0.78294575, saturation 0.16862746, and lightness 0.33137256.static final intThis color constant "Beni Dye" has RGBA8888 code913225FF, red 0.5686275, green 0.19607843, blue 0.14509805, alpha 1.0, hue 0.020061724, saturation 0.42352945, and lightness 0.35686275.static final intThis color constant "Betel Nut Dye" has RGBA8888 code352925FF, red 0.20784314, green 0.16078432, blue 0.14509805, alpha 1.0, hue 0.041666668, saturation 0.062745094, and lightness 0.1764706.static final intThis color constant "Birch Brown" has RGBA8888 codeB14A30FF, red 0.69411767, green 0.2901961, blue 0.1882353, alpha 1.0, hue 0.033591732, saturation 0.5058824, and lightness 0.44117644.static final intThis color constant "Bistre" has RGBA8888 code3D2B1FFF, red 0.23921569, green 0.16862746, blue 0.12156863, alpha 1.0, hue 0.06666667, saturation 0.11764706, and lightness 0.18039216.static final intThis color constant "Black" has RGBA8888 code000000FF, red 0.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.0.static final intThis color constant "Black Chestnut Oak" has RGBA8888 code252321FF, red 0.14509805, green 0.13725491, blue 0.12941177, alpha 1.0, hue 0.083333336, saturation 0.015686274, and lightness 0.13725491.static final intThis color constant "Black Dye" has RGBA8888 code171412FF, red 0.09019608, green 0.078431375, blue 0.07058824, alpha 1.0, hue 0.06666667, saturation 0.019607842, and lightness 0.08039216.static final intThis color constant "Black Kite" has RGBA8888 code351E1CFF, red 0.20784314, green 0.11764706, blue 0.10980392, alpha 1.0, hue 0.013333332, saturation 0.09803922, and lightness 0.15882353.static final intThis color constant "Blood" has RGBA8888 codeCF3A24FF, red 0.8117647, green 0.22745098, blue 0.14117648, alpha 1.0, hue 0.021442493, saturation 0.67058825, and lightness 0.4764706.static final intThis color constant "Blood Red" has RGBA8888 codeF35336FF, red 0.9529412, green 0.3254902, blue 0.21176471, alpha 1.0, hue 0.025573194, saturation 0.7411765, and lightness 0.58235294.static final intThis color constant "Blue" has RGBA8888 code0000FFFF, red 0.0, green 0.0, blue 1.0, alpha 1.0, hue 0.6666667, saturation 1.0, and lightness 0.5.static final intThis color constant "Blue Black Crayfish" has RGBA8888 code62693BFF, red 0.38431373, green 0.4117647, blue 0.23137255, alpha 1.0, hue 0.192029, saturation 0.18039216, and lightness 0.32156864.static final intThis color constant "Blue Green" has RGBA8888 code00DDDDFF, red 0.0, green 0.8666667, blue 0.8666667, alpha 1.0, hue 0.5, saturation 0.8666667, and lightness 0.43333334.static final intThis color constant "Blue Green Dye" has RGBA8888 code3A6960FF, red 0.22745098, green 0.4117647, blue 0.3764706, alpha 1.0, hue 0.4680851, saturation 0.18431373, and lightness 0.31960785.static final int[]This array is loaded with the colors from the traditional Japanese Blue Green Series found on Wikipedia.static final intThis color constant "Blue Violet" has RGBA8888 code8A2BE2FF, red 0.5411765, green 0.16862746, blue 0.8862745, alpha 1.0, hue 0.75318766, saturation 0.7176471, and lightness 0.527451.static final intThis color constant "Blue Violet Dye" has RGBA8888 code2B2028FF, red 0.16862746, green 0.1254902, blue 0.15686275, alpha 1.0, hue 0.8787879, saturation 0.043137252, and lightness 0.14705883.static final int[]This array is loaded with the colors from the traditional Japanese Blue Violet Series found on Wikipedia.static final intThis color constant "Boiled Red Bean Brown" has RGBA8888 code542D24FF, red 0.32941177, green 0.1764706, blue 0.14117648, alpha 1.0, hue 0.031249996, saturation 0.1882353, and lightness 0.23529413.static final intThis color constant "Bondi Blue" has RGBA8888 code0095B6FF, red 0.0, green 0.58431375, blue 0.7137255, alpha 1.0, hue 0.5302198, saturation 0.7137255, and lightness 0.35686275.static final intThis color constant "Brass" has RGBA8888 codeB5A642FF, red 0.70980394, green 0.6509804, blue 0.25882354, alpha 1.0, hue 0.14492755, saturation 0.4509804, and lightness 0.48431376.static final intThis color constant "Brewed Mustard Brown" has RGBA8888 codeE68364FF, red 0.9019608, green 0.5137255, blue 0.39215687, alpha 1.0, hue 0.0397436, saturation 0.5098039, and lightness 0.64705884.static final intThis color constant "Bright Gold Brown" has RGBA8888 codeCB7E1FFF, red 0.79607844, green 0.49411765, blue 0.12156863, alpha 1.0, hue 0.09205426, saturation 0.6745098, and lightness 0.45882353.static final intThis color constant "Bright Golden Yellow" has RGBA8888 codeFFA400FF, red 1.0, green 0.6431373, blue 0.0, alpha 1.0, hue 0.10718954, saturation 1.0, and lightness 0.5.static final intThis color constant "Bright Green" has RGBA8888 code66FF00FF, red 0.4, green 1.0, blue 0.0, alpha 1.0, hue 0.26666668, saturation 1.0, and lightness 0.5.static final intThis color constant "Bright Pink" has RGBA8888 codeFF0080FF, red 1.0, green 0.0, blue 0.5019608, alpha 1.0, hue 0.9163399, saturation 1.0, and lightness 0.5.static final intThis color constant "Bright Turquoise" has RGBA8888 code08E8DEFF, red 0.03137255, green 0.9098039, blue 0.87058824, alpha 1.0, hue 0.49255955, saturation 0.8784314, and lightness 0.4705882.static final intThis color constant "Brilliant Rose" has RGBA8888 codeFF55A3FF, red 1.0, green 0.33333334, blue 0.6392157, alpha 1.0, hue 0.9235294, saturation 0.6666666, and lightness 0.6666667.static final intThis color constant "Bronze" has RGBA8888 codeCD7F32FF, red 0.8039216, green 0.49803922, blue 0.19607843, alpha 1.0, hue 0.082795694, saturation 0.60784316, and lightness 0.5.static final intThis color constant "Brown" has RGBA8888 code808000FF, red 0.5019608, green 0.5019608, blue 0.0, alpha 1.0, hue 0.16666666, saturation 0.5019608, and lightness 0.2509804.static final intThis color constant "Brown Rat Grey" has RGBA8888 code4B3C39FF, red 0.29411766, green 0.23529412, blue 0.22352941, alpha 1.0, hue 0.027777772, saturation 0.070588246, and lightness 0.25882354.static final intThis color constant "Browner" has RGBA8888 code964B00FF, red 0.5882353, green 0.29411766, blue 0.0, alpha 1.0, hue 0.083333336, saturation 0.5882353, and lightness 0.29411766.static final intThis color constant "Brushwood Dyed" has RGBA8888 code8C5939FF, red 0.54901963, green 0.34901962, blue 0.22352941, alpha 1.0, hue 0.064257026, saturation 0.32549024, and lightness 0.38627455.static final intThis color constant "Buff" has RGBA8888 codeF0DC82FF, red 0.9411765, green 0.8627451, blue 0.50980395, alpha 1.0, hue 0.13636364, saturation 0.43137252, and lightness 0.7254902.static final intThis color constant "Burgundy" has RGBA8888 code900020FF, red 0.5647059, green 0.0, blue 0.1254902, alpha 1.0, hue 0.962963, saturation 0.5647059, and lightness 0.28235295.static final intThis color constant "Burnt Bamboo" has RGBA8888 code4D3B3CFF, red 0.3019608, green 0.23137255, blue 0.23529412, alpha 1.0, hue 0.9907407, saturation 0.070588246, and lightness 0.26666665.static final intThis color constant "Burnt Orange" has RGBA8888 codeCC5500FF, red 0.8, green 0.33333334, blue 0.0, alpha 1.0, hue 0.06944444, saturation 0.8, and lightness 0.4.static final intThis color constant "Burnt Sienna" has RGBA8888 codeE97451FF, red 0.9137255, green 0.45490196, blue 0.31764707, alpha 1.0, hue 0.038377192, saturation 0.5960784, and lightness 0.6156863.static final intThis color constant "Burnt Umber" has RGBA8888 code8A3324FF, red 0.5411765, green 0.2, blue 0.14117648, alpha 1.0, hue 0.0245098, saturation 0.40000004, and lightness 0.34117648.static final intThis color constant "Camo Green" has RGBA8888 code78866BFF, red 0.47058824, green 0.5254902, blue 0.41960785, alpha 1.0, hue 0.25308645, saturation 0.10588238, and lightness 0.47254905.static final intThis color constant "Cape Jasmine" has RGBA8888 codeFFB95AFF, red 1.0, green 0.7254902, blue 0.3529412, alpha 1.0, hue 0.0959596, saturation 0.64705884, and lightness 0.6764706.static final intThis color constant "Caput Mortuum" has RGBA8888 code592720FF, red 0.34901962, green 0.15294118, blue 0.1254902, alpha 1.0, hue 0.020467835, saturation 0.22352941, and lightness 0.23725492.static final intThis color constant "Cardinal" has RGBA8888 codeC41E3AFF, red 0.76862746, green 0.11764706, blue 0.22745098, alpha 1.0, hue 0.9718875, saturation 0.6509804, and lightness 0.44313723.static final intThis color constant "Carmine" has RGBA8888 code960018FF, red 0.5882353, green 0.0, blue 0.09411765, alpha 1.0, hue 0.97333336, saturation 0.5882353, and lightness 0.29411766.static final intThis color constant "Carnation Pink" has RGBA8888 codeFFA6C9FF, red 1.0, green 0.6509804, blue 0.7882353, alpha 1.0, hue 0.93445694, saturation 0.3490196, and lightness 0.82549024.static final intThis color constant "Carolina Blue" has RGBA8888 code99BADDFF, red 0.6, green 0.7294118, blue 0.8666667, alpha 1.0, hue 0.5857843, saturation 0.26666665, and lightness 0.73333335.static final intThis color constant "Carrot Orange" has RGBA8888 codeED9121FF, red 0.92941177, green 0.5686275, blue 0.12941177, alpha 1.0, hue 0.09150327, saturation 0.8, and lightness 0.5294118.static final intThis color constant "Cattail" has RGBA8888 codeB64925FF, red 0.7137255, green 0.28627452, blue 0.14509805, alpha 1.0, hue 0.04137931, saturation 0.5686275, and lightness 0.42941177.static final intThis color constant "Celadon" has RGBA8888 codeACE1AFFF, red 0.6745098, green 0.88235295, blue 0.6862745, alpha 1.0, hue 0.3427673, saturation 0.20784312, and lightness 0.7784314.static final intThis color constant "Celadon Dye" has RGBA8888 code819C8BFF, red 0.5058824, green 0.6117647, blue 0.54509807, alpha 1.0, hue 0.39506173, saturation 0.10588235, and lightness 0.5588236.static final intThis color constant "Cerise" has RGBA8888 codeDE3163FF, red 0.87058824, green 0.19215687, blue 0.3882353, alpha 1.0, hue 0.95183045, saturation 0.6784314, and lightness 0.53137255.static final intThis color constant "Cerulean" has RGBA8888 code007BA7FF, red 0.0, green 0.48235294, blue 0.654902, alpha 1.0, hue 0.5439122, saturation 0.654902, and lightness 0.327451.static final intThis color constant "Cerulean Blue" has RGBA8888 code2A52BEFF, red 0.16470589, green 0.32156864, blue 0.74509805, alpha 1.0, hue 0.62162167, saturation 0.5803922, and lightness 0.45490196.static final intThis color constant "Chartreuse" has RGBA8888 codeDFFF00FF, red 0.8745098, green 1.0, blue 0.0, alpha 1.0, hue 0.1875817, saturation 1.0, and lightness 0.5.static final intThis color constant "Chartreuse Green" has RGBA8888 code7FFF00FF, red 0.49803922, green 1.0, blue 0.0, alpha 1.0, hue 0.2503268, saturation 1.0, and lightness 0.5.static final intThis color constant "Cherry Blossom" has RGBA8888 codeFFB7C5FF, red 1.0, green 0.7176471, blue 0.77254903, alpha 1.0, hue 0.9675926, saturation 0.28235292, and lightness 0.85882354.static final intThis color constant "Cherry Blossom Dye" has RGBA8888 codeFCC9B9FF, red 0.9882353, green 0.7882353, blue 0.7254902, alpha 1.0, hue 0.039800994, saturation 0.26274508, and lightness 0.8568628.static final intThis color constant "Cherry Blossom Mouse" has RGBA8888 codeAC8181FF, red 0.6745098, green 0.5058824, blue 0.5058824, alpha 1.0, hue 0.0, saturation 0.16862744, and lightness 0.5901961.static final intThis color constant "Chestnut" has RGBA8888 codeCD5C5CFF, red 0.8039216, green 0.36078432, blue 0.36078432, alpha 1.0, hue 0.0, saturation 0.44313726, and lightness 0.582353.static final intThis color constant "Chestnut Leather Brown" has RGBA8888 code60281EFF, red 0.3764706, green 0.15686275, blue 0.11764706, alpha 1.0, hue 0.025252527, saturation 0.25882354, and lightness 0.24705882.static final intThis color constant "Chestnut Plum" has RGBA8888 code8B352DFF, red 0.54509807, green 0.20784314, blue 0.1764706, alpha 1.0, hue 0.014184396, saturation 0.3686275, and lightness 0.36078432.static final intThis color constant "Chinese Tea Brown" has RGBA8888 codeB35C44FF, red 0.7019608, green 0.36078432, blue 0.26666668, alpha 1.0, hue 0.036036033, saturation 0.43529412, and lightness 0.48431376.static final intThis color constant "Chinese Tea Yellow" has RGBA8888 codeB7702DFF, red 0.7176471, green 0.4392157, blue 0.1764706, alpha 1.0, hue 0.080917865, saturation 0.5411765, and lightness 0.44705883.static final intThis color constant "Chocolate" has RGBA8888 code7B3F00FF, red 0.48235294, green 0.24705882, blue 0.0, alpha 1.0, hue 0.085365854, saturation 0.48235294, and lightness 0.24117647.static final intThis color constant "Cinnabar" has RGBA8888 codeE34234FF, red 0.8901961, green 0.25882354, blue 0.20392157, alpha 1.0, hue 0.0133333355, saturation 0.6862745, and lightness 0.5470589.static final intThis color constant "Cinnamon" has RGBA8888 codeD2691EFF, red 0.8235294, green 0.4117647, blue 0.11764706, alpha 1.0, hue 0.06944444, saturation 0.7058824, and lightness 0.4705882.static final intThis color constant "Clove Brown" has RGBA8888 code8F583CFF, red 0.56078434, green 0.34509805, blue 0.23529412, alpha 1.0, hue 0.056224898, saturation 0.32549024, and lightness 0.39803925.static final intThis color constant "Clove Dyed" has RGBA8888 codeC66B27FF, red 0.7764706, green 0.41960785, blue 0.15294118, alpha 1.0, hue 0.07127882, saturation 0.62352943, and lightness 0.4647059.static final intThis color constant "Coarse Wool" has RGBA8888 code181B26FF, red 0.09411765, green 0.105882354, blue 0.14901961, alpha 1.0, hue 0.6309524, saturation 0.054901965, and lightness 0.12156863.static final intThis color constant "Cobalt" has RGBA8888 code0047ABFF, red 0.0, green 0.2784314, blue 0.67058825, alpha 1.0, hue 0.5974659, saturation 0.67058825, and lightness 0.33529413.static final intThis color constant "Cochineal Red" has RGBA8888 code9D2933FF, red 0.6156863, green 0.16078432, blue 0.2, alpha 1.0, hue 0.9856322, saturation 0.454902, and lightness 0.38823533.static final int[]A predefined palette of 198 colors derived from 21 hand-picked hues on the color wheel, with 9 variations on saturation and value per hue, along with 9 grayscale colors from black to white.static final int[]16 high-brightness, high-saturation colors.static final int[]16 low-brightness, mid-saturation colors.static final int[]16 low-brightness, low-saturation colors.static final int[]16 mid-brightness, low-saturation colors.static final int[]16 mid-brightness, high-saturation colors.static final int[]16 high-brightness, mid-saturation colors.static final int[]16 mid-brightness, mid-saturation colors.static final int[]16 high-brightness, low-saturation colors.static final int[]An alternate version ofCOLOR_WHEEL_PALETTEthat has 16 hues (instead of 21 in the other palette) followed by grayscale, with each hue containing 9 colors (there are also 9 grayscale colors).static final int[]16 low-brightness, high-saturation colors.static final int[][]Contains 9 arrays of 16 SColors each, with each of the outer arrays having a specific saturation and brightness, and the inner arrays all going through the 16 "reduced" Color Wheel palette hues.static final com.github.tommyettinger.ds.IntListThe packed Oklab int colors that correspond to items inNAMES_BY_HUE, with the same order.static final intThis color constant "Columbia Blue" has RGBA8888 code9BDDFFFF, red 0.60784316, green 0.8666667, blue 1.0, alpha 1.0, hue 0.5566667, saturation 0.39215684, and lightness 0.8039216.static final intThis color constant "Copper" has RGBA8888 codeB87333FF, red 0.72156864, green 0.4509804, blue 0.2, alpha 1.0, hue 0.08020049, saturation 0.52156866, and lightness 0.46078432.static final intThis color constant "Copper Rose" has RGBA8888 code996666FF, red 0.6, green 0.4, blue 0.4, alpha 1.0, hue 0.0, saturation 0.20000002, and lightness 0.5.static final intThis color constant "Coral" has RGBA8888 codeFF7F50FF, red 1.0, green 0.49803922, blue 0.3137255, alpha 1.0, hue 0.0447619, saturation 0.6862745, and lightness 0.65686274.static final intThis color constant "Coral Dye" has RGBA8888 codeF8674FFF, red 0.972549, green 0.40392157, blue 0.30980393, alpha 1.0, hue 0.023668637, saturation 0.6627451, and lightness 0.6411765.static final intThis color constant "Coral Red" has RGBA8888 codeFF4040FF, red 1.0, green 0.2509804, blue 0.2509804, alpha 1.0, hue 0.0, saturation 0.7490196, and lightness 0.6254902.static final intThis color constant "Corn" has RGBA8888 codeFBEC5DFF, red 0.9843137, green 0.9254902, blue 0.3647059, alpha 1.0, hue 0.1508439, saturation 0.6196078, and lightness 0.6745098.static final intThis color constant "Corn Dye" has RGBA8888 codeFAA945FF, red 0.98039216, green 0.6627451, blue 0.27058825, alpha 1.0, hue 0.09208103, saturation 0.70980394, and lightness 0.6254902.static final intThis color constant "Cornflower Blue" has RGBA8888 code6495EDFF, red 0.39215687, green 0.58431375, blue 0.92941177, alpha 1.0, hue 0.60705596, saturation 0.5372549, and lightness 0.6607843.static final intThis color constant "Cosmic Latte" has RGBA8888 codeFFF8E7FF, red 1.0, green 0.972549, blue 0.90588236, alpha 1.0, hue 0.11805555, saturation 0.09411764, and lightness 0.9529412.static final intThis color constant "Cream" has RGBA8888 codeFFFDD0FF, red 1.0, green 0.99215686, blue 0.8156863, alpha 1.0, hue 0.15957446, saturation 0.18431371, and lightness 0.9078431.static final intThis color constant "Crimson" has RGBA8888 codeDC143CFF, red 0.8627451, green 0.078431375, blue 0.23529412, alpha 1.0, hue 0.9666667, saturation 0.78431374, and lightness 0.4705882.static final intThis color constant "CW Almost Black" has RGBA8888 code1F1F1FFF, red 0.12156863, green 0.12156863, blue 0.12156863, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.12156863.static final intThis color constant "CW Almost White" has RGBA8888 codeDFDFDFFF, red 0.8745098, green 0.8745098, blue 0.8745098, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.8745098.static final intThis color constant "CW Apricot" has RGBA8888 codeF9AA38FF, red 0.9764706, green 0.6666667, blue 0.21960784, alpha 1.0, hue 0.098445594, saturation 0.75686276, and lightness 0.5980392.static final intThis color constant "CW Azure" has RGBA8888 code33C0E4FF, red 0.2, green 0.7529412, blue 0.89411765, alpha 1.0, hue 0.53389835, saturation 0.69411767, and lightness 0.5470588.static final intThis color constant "CW Black" has RGBA8888 code000000FF, red 0.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.0.static final intThis color constant "CW Blue" has RGBA8888 code267CE9FF, red 0.14901961, green 0.4862745, blue 0.9137255, alpha 1.0, hue 0.5931624, saturation 0.7647059, and lightness 0.53137255.static final intThis color constant "CW Bright Apricot" has RGBA8888 codeFCAE3FFF, red 0.9882353, green 0.68235296, blue 0.24705882, alpha 1.0, hue 0.09788361, saturation 0.7411765, and lightness 0.61764705.static final intThis color constant "CW Bright Azure" has RGBA8888 code3DCAEEFF, red 0.23921569, green 0.7921569, blue 0.93333334, alpha 1.0, hue 0.53389835, saturation 0.69411767, and lightness 0.5862745.static final intThis color constant "CW Bright Blue" has RGBA8888 code398AF1FF, red 0.22352941, green 0.5411765, blue 0.94509804, alpha 1.0, hue 0.5932971, saturation 0.72156864, and lightness 0.58431375.static final intThis color constant "CW Bright Brown" has RGBA8888 codeDF8F47FF, red 0.8745098, green 0.56078434, blue 0.2784314, alpha 1.0, hue 0.07894738, saturation 0.5960784, and lightness 0.5764706.static final intThis color constant "CW Bright Chartreuse" has RGBA8888 codeCEF63CFF, red 0.80784315, green 0.9647059, blue 0.23529412, alpha 1.0, hue 0.20250897, saturation 0.7294118, and lightness 0.6.static final intThis color constant "CW Bright Cyan" has RGBA8888 code34F1ECFF, red 0.20392157, green 0.94509804, blue 0.9254902, alpha 1.0, hue 0.49559087, saturation 0.7411765, and lightness 0.5745098.static final intThis color constant "CW Bright Gold" has RGBA8888 codeF2D636FF, red 0.9490196, green 0.8392157, blue 0.21176471, alpha 1.0, hue 0.14184397, saturation 0.7372549, and lightness 0.5803921.static final intThis color constant "CW Bright Green" has RGBA8888 code4FEF39FF, red 0.30980393, green 0.9372549, blue 0.22352941, alpha 1.0, hue 0.31318682, saturation 0.7137255, and lightness 0.5803921.static final intThis color constant "CW Bright Honeydew" has RGBA8888 codeA1FA48FF, red 0.6313726, green 0.98039216, blue 0.28235295, alpha 1.0, hue 0.25, saturation 0.6980392, and lightness 0.63137263.static final intThis color constant "CW Bright Indigo" has RGBA8888 code6C33EAFF, red 0.42352942, green 0.2, blue 0.91764706, alpha 1.0, hue 0.71857923, saturation 0.7176471, and lightness 0.5588235.static final intThis color constant "CW Bright Jade" has RGBA8888 code43EC6BFF, red 0.2627451, green 0.9254902, blue 0.41960785, alpha 1.0, hue 0.37278107, saturation 0.6627451, and lightness 0.5941177.static final intThis color constant "CW Bright Lime" has RGBA8888 codeB1E932FF, red 0.69411767, green 0.9137255, blue 0.19607843, alpha 1.0, hue 0.2176685, saturation 0.7176471, and lightness 0.55490196.static final intThis color constant "CW Bright Magenta" has RGBA8888 codeF036C9FF, red 0.9411765, green 0.21176471, blue 0.7882353, alpha 1.0, hue 0.8682796, saturation 0.7294118, and lightness 0.57647055.static final intThis color constant "CW Bright Orange" has RGBA8888 codeF68A39FF, red 0.9647059, green 0.5411765, blue 0.22352941, alpha 1.0, hue 0.07142858, saturation 0.7411765, and lightness 0.59411764.static final intThis color constant "CW Bright Purple" has RGBA8888 codeD13DF1FF, red 0.81960785, green 0.23921569, blue 0.94509804, alpha 1.0, hue 0.8037037, saturation 0.7058824, and lightness 0.5921569.static final intThis color constant "CW Bright Red" has RGBA8888 codeF43B3BFF, red 0.95686275, green 0.23137255, blue 0.23137255, alpha 1.0, hue 0.0, saturation 0.7254902, and lightness 0.59411764.static final intThis color constant "CW Bright Rose" has RGBA8888 codeEE3585FF, red 0.93333334, green 0.20784314, blue 0.52156866, alpha 1.0, hue 0.9279279, saturation 0.7254902, and lightness 0.57058823.static final intThis color constant "CW Bright Sapphire" has RGBA8888 code3D4DF0FF, red 0.23921569, green 0.3019608, blue 0.9411765, alpha 1.0, hue 0.6517691, saturation 0.7019608, and lightness 0.5901961.static final intThis color constant "CW Bright Seafoam" has RGBA8888 code3FF8B6FF, red 0.24705882, green 0.972549, blue 0.7137255, alpha 1.0, hue 0.44054055, saturation 0.7254902, and lightness 0.6098039.static final intThis color constant "CW Bright Violet" has RGBA8888 code9C3AF0FF, red 0.6117647, green 0.22745098, blue 0.9411765, alpha 1.0, hue 0.7564103, saturation 0.7137255, and lightness 0.58431375.static final intThis color constant "CW Bright Yellow" has RGBA8888 codeFDFC39FF, red 0.99215686, green 0.9882353, blue 0.22352941, alpha 1.0, hue 0.16581632, saturation 0.76862746, and lightness 0.60784316.static final intThis color constant "CW Brown" has RGBA8888 codeCD8B51FF, red 0.8039216, green 0.54509807, blue 0.31764707, alpha 1.0, hue 0.07795699, saturation 0.4862745, and lightness 0.56078434.static final intThis color constant "CW Chartreuse" has RGBA8888 codeC7F12FFF, red 0.78039217, green 0.94509804, blue 0.18431373, alpha 1.0, hue 0.20274915, saturation 0.7607843, and lightness 0.56470585.static final intThis color constant "CW Cyan" has RGBA8888 code17E9E3FF, red 0.09019608, green 0.9137255, blue 0.8901961, alpha 1.0, hue 0.49523813, saturation 0.8235294, and lightness 0.5019608.static final intThis color constant "CW Dark Apricot" has RGBA8888 codeA8701DFF, red 0.65882355, green 0.4392157, blue 0.11372549, alpha 1.0, hue 0.099520385, saturation 0.54509807, and lightness 0.38627455.static final intThis color constant "CW Dark Azure" has RGBA8888 code1B819AFF, red 0.105882354, green 0.5058824, blue 0.6039216, alpha 1.0, hue 0.5328084, saturation 0.49803925, and lightness 0.35490197.static final intThis color constant "CW Dark Blue" has RGBA8888 code15519DFF, red 0.08235294, green 0.31764707, blue 0.6156863, alpha 1.0, hue 0.59313726, saturation 0.53333336, and lightness 0.34901962.static final intThis color constant "CW Dark Brown" has RGBA8888 code8A582BFF, red 0.5411765, green 0.34509805, blue 0.16862746, alpha 1.0, hue 0.078947365, saturation 0.37254906, and lightness 0.354902.static final intThis color constant "CW Dark Chartreuse" has RGBA8888 code85A318FF, red 0.52156866, green 0.6392157, blue 0.09411765, alpha 1.0, hue 0.2026379, saturation 0.54509807, and lightness 0.36666667.static final intThis color constant "CW Dark Cyan" has RGBA8888 code0D9D99FF, red 0.050980393, green 0.6156863, blue 0.6, alpha 1.0, hue 0.4953704, saturation 0.5647059, and lightness 0.33333334.static final intThis color constant "CW Dark Gold" has RGBA8888 code9F880FFF, red 0.62352943, green 0.53333336, blue 0.05882353, alpha 1.0, hue 0.1400463, saturation 0.5647059, and lightness 0.34117648.static final intThis color constant "CW Dark Gray" has RGBA8888 code5F5F5FFF, red 0.37254903, green 0.37254903, blue 0.37254903, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.37254903.static final intThis color constant "CW Dark Green" has RGBA8888 code259B15FF, red 0.14509805, green 0.60784316, blue 0.08235294, alpha 1.0, hue 0.31343284, saturation 0.5254902, and lightness 0.34509805.static final intThis color constant "CW Dark Honeydew" has RGBA8888 code69A62DFF, red 0.4117647, green 0.6509804, blue 0.1764706, alpha 1.0, hue 0.25068873, saturation 0.47450984, and lightness 0.4137255.static final intThis color constant "CW Dark Indigo" has RGBA8888 code360997FF, red 0.21176471, green 0.03529412, blue 0.5921569, alpha 1.0, hue 0.7194836, saturation 0.5568628, and lightness 0.3137255.static final intThis color constant "CW Dark Jade" has RGBA8888 code249940FF, red 0.14117648, green 0.6, blue 0.2509804, alpha 1.0, hue 0.37321937, saturation 0.45882356, and lightness 0.37058824.static final intThis color constant "CW Dark Lime" has RGBA8888 code699508FF, red 0.4117647, green 0.58431375, blue 0.03137255, alpha 1.0, hue 0.21867613, saturation 0.5529412, and lightness 0.30784315.static final intThis color constant "CW Dark Magenta" has RGBA8888 code9C117EFF, red 0.6117647, green 0.06666667, blue 0.49411765, alpha 1.0, hue 0.86930454, saturation 0.54509807, and lightness 0.3392157.static final intThis color constant "CW Dark Orange" has RGBA8888 codeA35113FF, red 0.6392157, green 0.31764707, blue 0.07450981, alpha 1.0, hue 0.07175926, saturation 0.5647059, and lightness 0.35686275.static final intThis color constant "CW Dark Purple" has RGBA8888 code871C9DFF, red 0.5294118, green 0.10980392, blue 0.6156863, alpha 1.0, hue 0.8049096, saturation 0.5058824, and lightness 0.36274514.static final intThis color constant "CW Dark Red" has RGBA8888 codeA11616FF, red 0.6313726, green 0.08627451, blue 0.08627451, alpha 1.0, hue 0.0, saturation 0.54509807, and lightness 0.35882357.static final intThis color constant "CW Dark Rose" has RGBA8888 code9A0D4AFF, red 0.6039216, green 0.050980393, blue 0.2901961, alpha 1.0, hue 0.92789596, saturation 0.5529412, and lightness 0.327451.static final intThis color constant "CW Dark Sapphire" has RGBA8888 code1A289DFF, red 0.101960786, green 0.15686275, blue 0.6156863, alpha 1.0, hue 0.648855, saturation 0.5137255, and lightness 0.35882354.static final intThis color constant "CW Dark Seafoam" has RGBA8888 code1DA574FF, red 0.11372549, green 0.64705884, blue 0.45490196, alpha 1.0, hue 0.43995097, saturation 0.53333336, and lightness 0.3803922.static final intThis color constant "CW Dark Violet" has RGBA8888 code5E179CFF, red 0.36862746, green 0.09019608, blue 0.6117647, alpha 1.0, hue 0.75563914, saturation 0.52156866, and lightness 0.3509804.static final intThis color constant "CW Dark Yellow" has RGBA8888 codeAAA914FF, red 0.6666667, green 0.6627451, blue 0.078431375, alpha 1.0, hue 0.16555557, saturation 0.5882353, and lightness 0.37254903.static final intThis color constant "CW Drab Apricot" has RGBA8888 codeB18B55FF, red 0.69411767, green 0.54509807, blue 0.33333334, alpha 1.0, hue 0.09782609, saturation 0.36078432, and lightness 0.5137255.static final intThis color constant "CW Drab Azure" has RGBA8888 code498D9FFF, red 0.28627452, green 0.5529412, blue 0.62352943, alpha 1.0, hue 0.53488374, saturation 0.3372549, and lightness 0.454902.static final intThis color constant "CW Drab Blue" has RGBA8888 code355E93FF, red 0.20784314, green 0.36862746, blue 0.5764706, alpha 1.0, hue 0.59397167, saturation 0.3686275, and lightness 0.39215687.static final intThis color constant "CW Drab Brown" has RGBA8888 code937358FF, red 0.5764706, green 0.4509804, blue 0.34509805, alpha 1.0, hue 0.07627118, saturation 0.23137257, and lightness 0.46078435.static final intThis color constant "CW Drab Chartreuse" has RGBA8888 codeA2B658FF, red 0.63529414, green 0.7137255, blue 0.34509805, alpha 1.0, hue 0.20212767, saturation 0.36862746, and lightness 0.5294118.static final intThis color constant "CW Drab Cyan" has RGBA8888 code41A7A4FF, red 0.25490198, green 0.654902, blue 0.6431373, alpha 1.0, hue 0.49509805, saturation 0.4, and lightness 0.45490196.static final intThis color constant "CW Drab Gold" has RGBA8888 codeAFA04CFF, red 0.6862745, green 0.627451, blue 0.29803923, alpha 1.0, hue 0.14141415, saturation 0.3882353, and lightness 0.49215686.static final intThis color constant "CW Drab Green" has RGBA8888 code50A145FF, red 0.3137255, green 0.6313726, blue 0.27058825, alpha 1.0, hue 0.3134058, saturation 0.36078432, and lightness 0.45098042.static final intThis color constant "CW Drab Honeydew" has RGBA8888 code90B76AFF, red 0.5647059, green 0.7176471, blue 0.41568628, alpha 1.0, hue 0.25108224, saturation 0.3019608, and lightness 0.56666666.static final intThis color constant "CW Drab Indigo" has RGBA8888 code3B1D7EFF, red 0.23137255, green 0.11372549, blue 0.49411765, alpha 1.0, hue 0.7182131, saturation 0.38039216, and lightness 0.30392155.static final intThis color constant "CW Drab Jade" has RGBA8888 code56A267FF, red 0.3372549, green 0.63529414, blue 0.40392157, alpha 1.0, hue 0.37061405, saturation 0.29803923, and lightness 0.48627454.static final intThis color constant "CW Drab Lime" has RGBA8888 code85A441FF, red 0.52156866, green 0.6431373, blue 0.25490198, alpha 1.0, hue 0.21885523, saturation 0.3882353, and lightness 0.44901964.static final intThis color constant "CW Drab Magenta" has RGBA8888 code91307CFF, red 0.5686275, green 0.1882353, blue 0.4862745, alpha 1.0, hue 0.8694158, saturation 0.3803922, and lightness 0.37843138.static final intThis color constant "CW Drab Orange" has RGBA8888 codeA46B40FF, red 0.6431373, green 0.41960785, blue 0.2509804, alpha 1.0, hue 0.07166666, saturation 0.39215687, and lightness 0.44705883.static final intThis color constant "CW Drab Purple" has RGBA8888 code863F95FF, red 0.5254902, green 0.24705882, blue 0.58431375, alpha 1.0, hue 0.8042636, saturation 0.33725494, and lightness 0.41568625.static final intThis color constant "CW Drab Red" has RGBA8888 code923535FF, red 0.57254905, green 0.20784314, blue 0.20784314, alpha 1.0, hue 0.0, saturation 0.36470592, and lightness 0.3901961.static final intThis color constant "CW Drab Rose" has RGBA8888 code8C2B55FF, red 0.54901963, green 0.16862746, blue 0.33333334, alpha 1.0, hue 0.92783505, saturation 0.3803922, and lightness 0.3588235.static final intThis color constant "CW Drab Sapphire" has RGBA8888 code323A8AFF, red 0.19607843, green 0.22745098, blue 0.5411765, alpha 1.0, hue 0.6515152, saturation 0.34509808, and lightness 0.36862746.static final intThis color constant "CW Drab Seafoam" has RGBA8888 code54AF8EFF, red 0.32941177, green 0.6862745, blue 0.5568628, alpha 1.0, hue 0.43956047, saturation 0.35686275, and lightness 0.50784314.static final intThis color constant "CW Drab Violet" has RGBA8888 code63328DFF, red 0.3882353, green 0.19607843, blue 0.5529412, alpha 1.0, hue 0.75641024, saturation 0.35686278, and lightness 0.37450984.static final intThis color constant "CW Drab Yellow" has RGBA8888 codeC1C05BFF, red 0.75686276, green 0.7529412, blue 0.35686275, alpha 1.0, hue 0.16503267, saturation 0.4, and lightness 0.5568627.static final intThis color constant "CW Faded Apricot" has RGBA8888 codeDDBC8BFF, red 0.8666667, green 0.7372549, blue 0.54509807, alpha 1.0, hue 0.0995935, saturation 0.3215686, and lightness 0.7058824.static final intThis color constant "CW Faded Azure" has RGBA8888 code7CB9C8FF, red 0.4862745, green 0.7254902, blue 0.78431374, alpha 1.0, hue 0.53289473, saturation 0.29803923, and lightness 0.63529414.static final intThis color constant "CW Faded Blue" has RGBA8888 code658AB9FF, red 0.39607844, green 0.5411765, blue 0.7254902, alpha 1.0, hue 0.59325397, saturation 0.32941177, and lightness 0.5607843.static final intThis color constant "CW Faded Brown" has RGBA8888 codeBFA38AFF, red 0.7490196, green 0.6392157, blue 0.5411765, alpha 1.0, hue 0.07861635, saturation 0.20784312, and lightness 0.64509803.static final intThis color constant "CW Faded Chartreuse" has RGBA8888 codeD4E693FF, red 0.83137256, green 0.9019608, blue 0.5764706, alpha 1.0, hue 0.20281126, saturation 0.32549018, and lightness 0.73921573.static final intThis color constant "CW Faded Cyan" has RGBA8888 code78D2D0FF, red 0.47058824, green 0.8235294, blue 0.8156863, alpha 1.0, hue 0.4962963, saturation 0.3529412, and lightness 0.64705884.static final intThis color constant "CW Faded Gold" has RGBA8888 codeDCCF85FF, red 0.8627451, green 0.8117647, blue 0.52156866, alpha 1.0, hue 0.14176247, saturation 0.34117645, and lightness 0.69215685.static final intThis color constant "CW Faded Green" has RGBA8888 code84CC7AFF, red 0.5176471, green 0.8, blue 0.47843137, alpha 1.0, hue 0.31300813, saturation 0.32156864, and lightness 0.63921565.static final intThis color constant "CW Faded Honeydew" has RGBA8888 codeC4E6A1FF, red 0.76862746, green 0.9019608, blue 0.6313726, alpha 1.0, hue 0.24879229, saturation 0.27058822, and lightness 0.7666667.static final intThis color constant "CW Faded Indigo" has RGBA8888 code63489FFF, red 0.3882353, green 0.28235295, blue 0.62352943, alpha 1.0, hue 0.7183908, saturation 0.34117648, and lightness 0.4529412.static final intThis color constant "CW Faded Jade" has RGBA8888 code8ACD99FF, red 0.5411765, green 0.8039216, blue 0.6, alpha 1.0, hue 0.37064677, saturation 0.26274508, and lightness 0.67254907.static final intThis color constant "CW Faded Lime" has RGBA8888 codeB5D079FF, red 0.70980394, green 0.8156863, blue 0.4745098, alpha 1.0, hue 0.21839081, saturation 0.34117648, and lightness 0.64509803.static final intThis color constant "CW Faded Magenta" has RGBA8888 codeB761A4FF, red 0.7176471, green 0.38039216, blue 0.6431373, alpha 1.0, hue 0.87015504, saturation 0.3372549, and lightness 0.5490196.static final intThis color constant "CW Faded Orange" has RGBA8888 codeCC9B75FF, red 0.8, green 0.60784316, blue 0.45882353, alpha 1.0, hue 0.07279695, saturation 0.34117648, and lightness 0.62941176.static final intThis color constant "CW Faded Purple" has RGBA8888 codeAE6EBCFF, red 0.68235296, green 0.43137255, blue 0.7372549, alpha 1.0, hue 0.8034188, saturation 0.30588236, and lightness 0.58431375.static final intThis color constant "CW Faded Red" has RGBA8888 codeB76363FF, red 0.7176471, green 0.3882353, blue 0.3882353, alpha 1.0, hue 0.0, saturation 0.32941177, and lightness 0.5529412.static final intThis color constant "CW Faded Rose" has RGBA8888 codeB05A7FFF, red 0.6901961, green 0.3529412, blue 0.49803922, alpha 1.0, hue 0.9282946, saturation 0.3372549, and lightness 0.52156866.static final intThis color constant "CW Faded Sapphire" has RGBA8888 code5E65ACFF, red 0.36862746, green 0.39607844, blue 0.6745098, alpha 1.0, hue 0.65170944, saturation 0.30588236, and lightness 0.52156866.static final intThis color constant "CW Faded Seafoam" has RGBA8888 code8ADABDFF, red 0.5411765, green 0.85490197, blue 0.7411765, alpha 1.0, hue 0.43958336, saturation 0.31372547, and lightness 0.69803923.static final intThis color constant "CW Faded Violet" has RGBA8888 code8C61B1FF, red 0.54901963, green 0.38039216, blue 0.69411767, alpha 1.0, hue 0.75625, saturation 0.3137255, and lightness 0.5372549.static final intThis color constant "CW Faded Yellow" has RGBA8888 codeF2F197FF, red 0.9490196, green 0.94509804, blue 0.5921569, alpha 1.0, hue 0.16483517, saturation 0.35686272, and lightness 0.7705882.static final intThis color constant "CW Flush Apricot" has RGBA8888 codeED971BFF, red 0.92941177, green 0.5921569, blue 0.105882354, alpha 1.0, hue 0.09841271, saturation 0.8235294, and lightness 0.517647.static final intThis color constant "CW Flush Azure" has RGBA8888 code18B2D9FF, red 0.09411765, green 0.69803923, blue 0.8509804, alpha 1.0, hue 0.53367877, saturation 0.75686276, and lightness 0.47254902.static final intThis color constant "CW Flush Blue" has RGBA8888 code136CDEFF, red 0.07450981, green 0.42352942, blue 0.87058824, alpha 1.0, hue 0.5935961, saturation 0.79607844, and lightness 0.47254902.static final intThis color constant "CW Flush Brown" has RGBA8888 codeC36F26FF, red 0.7647059, green 0.43529412, blue 0.14901961, alpha 1.0, hue 0.07749469, saturation 0.6156863, and lightness 0.45686275.static final intThis color constant "CW Flush Chartreuse" has RGBA8888 codeB8E516FF, red 0.72156864, green 0.8980392, blue 0.08627451, alpha 1.0, hue 0.20289856, saturation 0.8117647, and lightness 0.49215683.static final intThis color constant "CW Flush Cyan" has RGBA8888 code0ADED8FF, red 0.039215688, green 0.87058824, blue 0.84705883, alpha 1.0, hue 0.495283, saturation 0.83137256, and lightness 0.45490196.static final intThis color constant "CW Flush Gold" has RGBA8888 codeE0BF0DFF, red 0.8784314, green 0.7490196, blue 0.050980393, alpha 1.0, hue 0.14060032, saturation 0.827451, and lightness 0.46470588.static final intThis color constant "CW Flush Green" has RGBA8888 code2ADB13FF, red 0.16470589, green 0.85882354, blue 0.07450981, alpha 1.0, hue 0.31416667, saturation 0.78431374, and lightness 0.46666664.static final intThis color constant "CW Flush Honeydew" has RGBA8888 code89EA28FF, red 0.5372549, green 0.91764706, blue 0.15686275, alpha 1.0, hue 0.25, saturation 0.7607843, and lightness 0.5372549.static final intThis color constant "CW Flush Indigo" has RGBA8888 code4909D4FF, red 0.28627452, green 0.03529412, blue 0.83137256, alpha 1.0, hue 0.7192118, saturation 0.79607844, and lightness 0.43333334.static final intThis color constant "CW Flush Jade" has RGBA8888 code21D74BFF, red 0.12941177, green 0.84313726, blue 0.29411766, alpha 1.0, hue 0.37179488, saturation 0.7137255, and lightness 0.48627454.static final intThis color constant "CW Flush Lime" has RGBA8888 code93D208FF, red 0.5764706, green 0.8235294, blue 0.03137255, alpha 1.0, hue 0.21864687, saturation 0.7921569, and lightness 0.42745098.static final intThis color constant "CW Flush Magenta" has RGBA8888 codeDC0EB0FF, red 0.8627451, green 0.05490196, blue 0.6901961, alpha 1.0, hue 0.868932, saturation 0.80784315, and lightness 0.4588235.static final intThis color constant "CW Flush Orange" has RGBA8888 codeE56D11FF, red 0.8980392, green 0.42745098, blue 0.06666667, alpha 1.0, hue 0.07232704, saturation 0.83137256, and lightness 0.48235294.static final intThis color constant "CW Flush Purple" has RGBA8888 codeBB18DEFF, red 0.73333335, green 0.09411765, blue 0.87058824, alpha 1.0, hue 0.8038721, saturation 0.7764706, and lightness 0.4823529.static final intThis color constant "CW Flush Red" has RGBA8888 codeE21414FF, red 0.8862745, green 0.078431375, blue 0.078431375, alpha 1.0, hue 0.0, saturation 0.80784315, and lightness 0.4823529.static final intThis color constant "CW Flush Rose" has RGBA8888 codeD90D64FF, red 0.8509804, green 0.050980393, blue 0.39215687, alpha 1.0, hue 0.9289216, saturation 0.8, and lightness 0.45098042.static final intThis color constant "CW Flush Sapphire" has RGBA8888 code172BDDFF, red 0.09019608, green 0.16862746, blue 0.8666667, alpha 1.0, hue 0.64983165, saturation 0.7764706, and lightness 0.47843134.static final intThis color constant "CW Flush Seafoam" has RGBA8888 code1AE89EFF, red 0.101960786, green 0.9098039, blue 0.61960787, alpha 1.0, hue 0.44012946, saturation 0.80784315, and lightness 0.5058823.static final intThis color constant "CW Flush Violet" has RGBA8888 code7F14DCFF, red 0.49803922, green 0.078431375, blue 0.8627451, alpha 1.0, hue 0.7558333, saturation 0.78431374, and lightness 0.4705882.static final intThis color constant "CW Flush Yellow" has RGBA8888 codeEEEE13FF, red 0.93333334, green 0.93333334, blue 0.07450981, alpha 1.0, hue 0.16666667, saturation 0.85882354, and lightness 0.5039215.static final intThis color constant "CW Gold" has RGBA8888 codeEBCB1DFF, red 0.92156863, green 0.79607844, blue 0.11372549, alpha 1.0, hue 0.14077671, saturation 0.80784315, and lightness 0.5176471.static final intThis color constant "CW Gray" has RGBA8888 code7F7F7FFF, red 0.49803922, green 0.49803922, blue 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.49803922.static final intThis color constant "CW Gray Black" has RGBA8888 code3F3F3FFF, red 0.24705882, green 0.24705882, blue 0.24705882, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.24705882.static final intThis color constant "CW Gray White" has RGBA8888 codeBFBFBFFF, red 0.7490196, green 0.7490196, blue 0.7490196, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7490196.static final intThis color constant "CW Green" has RGBA8888 code3EE628FF, red 0.24313726, green 0.9019608, blue 0.15686275, alpha 1.0, hue 0.3140351, saturation 0.74509805, and lightness 0.52941173.static final intThis color constant "CW Honeydew" has RGBA8888 codeA5F655FF, red 0.64705884, green 0.9647059, blue 0.33333334, alpha 1.0, hue 0.2505176, saturation 0.6313726, and lightness 0.64901954.static final intThis color constant "CW Indigo" has RGBA8888 code5313DFFF, red 0.3254902, green 0.07450981, blue 0.8745098, alpha 1.0, hue 0.71895427, saturation 0.8, and lightness 0.47450978.static final intThis color constant "CW Jade" has RGBA8888 code45E269FF, red 0.27058825, green 0.8862745, blue 0.4117647, alpha 1.0, hue 0.3715499, saturation 0.6156863, and lightness 0.57843137.static final intThis color constant "CW Light Apricot" has RGBA8888 codeF8CD90FF, red 0.972549, green 0.8039216, blue 0.5647059, alpha 1.0, hue 0.09775641, saturation 0.4078431, and lightness 0.76862746.static final intThis color constant "CW Light Azure" has RGBA8888 code8BD8EBFF, red 0.54509807, green 0.84705883, blue 0.92156863, alpha 1.0, hue 0.53298616, saturation 0.37647057, and lightness 0.7333333.static final intThis color constant "CW Light Blue" has RGBA8888 code81B0EBFF, red 0.5058824, green 0.6901961, blue 0.92156863, alpha 1.0, hue 0.5927673, saturation 0.41568625, and lightness 0.71372545.static final intThis color constant "CW Light Brown" has RGBA8888 codeDEBA9BFF, red 0.87058824, green 0.7294118, blue 0.60784316, alpha 1.0, hue 0.077114426, saturation 0.26274508, and lightness 0.7392157.static final intThis color constant "CW Light Chartreuse" has RGBA8888 codeDFF58CFF, red 0.8745098, green 0.9607843, blue 0.54901963, alpha 1.0, hue 0.20158732, saturation 0.41176468, and lightness 0.75490195.static final intThis color constant "CW Light Cyan" has RGBA8888 code7DEFECFF, red 0.49019608, green 0.9372549, blue 0.9254902, alpha 1.0, hue 0.49561405, saturation 0.44705883, and lightness 0.71372545.static final intThis color constant "CW Light Gold" has RGBA8888 codeF1E081FF, red 0.94509804, green 0.8784314, blue 0.5058824, alpha 1.0, hue 0.14136904, saturation 0.43921566, and lightness 0.7254902.static final intThis color constant "CW Light Gray" has RGBA8888 code9F9F9FFF, red 0.62352943, green 0.62352943, blue 0.62352943, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.62352943.static final intThis color constant "CW Light Green" has RGBA8888 code91EC85FF, red 0.5686275, green 0.9254902, blue 0.52156866, alpha 1.0, hue 0.31391588, saturation 0.40392154, and lightness 0.7235294.static final intThis color constant "CW Light Honeydew" has RGBA8888 codeCCF8A0FF, red 0.8, green 0.972549, blue 0.627451, alpha 1.0, hue 0.25, saturation 0.34509802, and lightness 0.8.static final intThis color constant "CW Light Indigo" has RGBA8888 code9774E2FF, red 0.5921569, green 0.45490196, blue 0.8862745, alpha 1.0, hue 0.719697, saturation 0.43137255, and lightness 0.67058825.static final intThis color constant "CW Light Jade" has RGBA8888 code95EAA9FF, red 0.58431375, green 0.91764706, blue 0.6627451, alpha 1.0, hue 0.37254903, saturation 0.3333333, and lightness 0.7509804.static final intThis color constant "CW Light Lime" has RGBA8888 codeC6E97AFF, red 0.7764706, green 0.9137255, blue 0.47843137, alpha 1.0, hue 0.21921922, saturation 0.43529412, and lightness 0.6960784.static final intThis color constant "CW Light Magenta" has RGBA8888 codeEA7ED2FF, red 0.91764706, green 0.49411765, blue 0.8235294, alpha 1.0, hue 0.8703704, saturation 0.42352942, and lightness 0.7058824.static final intThis color constant "CW Light Orange" has RGBA8888 codeF2B383FF, red 0.9490196, green 0.7019608, blue 0.5137255, alpha 1.0, hue 0.072072074, saturation 0.4352941, and lightness 0.7313726.static final intThis color constant "CW Light Purple" has RGBA8888 codeDA89ECFF, red 0.85490197, green 0.5372549, blue 0.9254902, alpha 1.0, hue 0.8030303, saturation 0.38823527, and lightness 0.73137254.static final intThis color constant "CW Light Red" has RGBA8888 codeED8383FF, red 0.92941177, green 0.5137255, blue 0.5137255, alpha 1.0, hue 0.0, saturation 0.41568625, and lightness 0.72156864.static final intThis color constant "CW Light Rose" has RGBA8888 codeE87AA9FF, red 0.9098039, green 0.47843137, blue 0.6627451, alpha 1.0, hue 0.9287879, saturation 0.43137255, and lightness 0.69411767.static final intThis color constant "CW Light Sapphire" has RGBA8888 code8690E9FF, red 0.5254902, green 0.5647059, blue 0.9137255, alpha 1.0, hue 0.64983165, saturation 0.38823527, and lightness 0.7196079.static final intThis color constant "CW Light Seafoam" has RGBA8888 code8FF6D1FF, red 0.56078434, green 0.9647059, blue 0.81960785, alpha 1.0, hue 0.44012946, saturation 0.40392154, and lightness 0.76274514.static final intThis color constant "CW Light Violet" has RGBA8888 codeBA83E9FF, red 0.7294118, green 0.5137255, blue 0.9137255, alpha 1.0, hue 0.75653595, saturation 0.39999998, and lightness 0.7137255.static final intThis color constant "CW Light Yellow" has RGBA8888 codeFCFB88FF, red 0.9882353, green 0.9843137, blue 0.53333336, alpha 1.0, hue 0.16522989, saturation 0.45490193, and lightness 0.7607843.static final intThis color constant "CW Lime" has RGBA8888 code9DDD11FF, red 0.6156863, green 0.8666667, blue 0.06666667, alpha 1.0, hue 0.21895427, saturation 0.8, and lightness 0.4666667.static final intThis color constant "CW Magenta" has RGBA8888 codeE71FBCFF, red 0.90588236, green 0.12156863, blue 0.7372549, alpha 1.0, hue 0.8691667, saturation 0.78431374, and lightness 0.5137255.static final intThis color constant "CW Orange" has RGBA8888 codeF17C24FF, red 0.94509804, green 0.4862745, blue 0.14117648, alpha 1.0, hue 0.071544714, saturation 0.8039216, and lightness 0.54313725.static final intThis color constant "CW Pale Apricot" has RGBA8888 codeF4DBB7FF, red 0.95686275, green 0.85882354, blue 0.7176471, alpha 1.0, hue 0.09836066, saturation 0.23921567, and lightness 0.8372549.static final intThis color constant "CW Pale Azure" has RGBA8888 codeB2DFEAFF, red 0.69803923, green 0.8745098, blue 0.91764706, alpha 1.0, hue 0.5327381, saturation 0.21960783, and lightness 0.80784315.static final intThis color constant "CW Pale Blue" has RGBA8888 codeA7C3E6FF, red 0.654902, green 0.7647059, blue 0.9019608, alpha 1.0, hue 0.5925926, saturation 0.24705881, and lightness 0.77843136.static final intThis color constant "CW Pale Brown" has RGBA8888 codeE2CDBBFF, red 0.8862745, green 0.8039216, blue 0.73333335, alpha 1.0, hue 0.07692308, saturation 0.15294117, and lightness 0.8098039.static final intThis color constant "CW Pale Chartreuse" has RGBA8888 codeE8F5B8FF, red 0.9098039, green 0.9607843, blue 0.72156864, alpha 1.0, hue 0.20218581, saturation 0.23921567, and lightness 0.8411765.static final intThis color constant "CW Pale Cyan" has RGBA8888 codeABEEECFF, red 0.67058825, green 0.93333334, blue 0.9254902, alpha 1.0, hue 0.4950249, saturation 0.26274508, and lightness 0.80196077.static final intThis color constant "CW Pale Gold" has RGBA8888 codeF1E7B0FF, red 0.94509804, green 0.90588236, blue 0.6901961, alpha 1.0, hue 0.14102565, saturation 0.25490195, and lightness 0.81764704.static final intThis color constant "CW Pale Green" has RGBA8888 codeB5EBAEFF, red 0.70980394, green 0.92156863, blue 0.68235296, alpha 1.0, hue 0.31420767, saturation 0.23921567, and lightness 0.8019608.static final intThis color constant "CW Pale Honeydew" has RGBA8888 codeDCF6C3FF, red 0.8627451, green 0.9647059, blue 0.7647059, alpha 1.0, hue 0.251634, saturation 0.19999999, and lightness 0.86470586.static final intThis color constant "CW Pale Indigo" has RGBA8888 codeAF9BDBFF, red 0.6862745, green 0.60784316, blue 0.85882354, alpha 1.0, hue 0.71875, saturation 0.25098038, and lightness 0.73333335.static final intThis color constant "CW Pale Jade" has RGBA8888 codeB8EAC4FF, red 0.72156864, green 0.91764706, blue 0.76862746, alpha 1.0, hue 0.37333333, saturation 0.19607842, and lightness 0.81960785.static final intThis color constant "CW Pale Lime" has RGBA8888 codeD6EBAAFF, red 0.8392157, green 0.92156863, blue 0.6666667, alpha 1.0, hue 0.22051284, saturation 0.25490195, and lightness 0.7941177.static final intThis color constant "CW Pale Magenta" has RGBA8888 codeE4A5D6FF, red 0.89411765, green 0.64705884, blue 0.8392157, alpha 1.0, hue 0.8703704, saturation 0.24705881, and lightness 0.7705882.static final intThis color constant "CW Pale Orange" has RGBA8888 codeEDC8ACFF, red 0.92941177, green 0.78431374, blue 0.6745098, alpha 1.0, hue 0.071794875, saturation 0.25490195, and lightness 0.80196077.static final intThis color constant "CW Pale Purple" has RGBA8888 codeDCADE7FF, red 0.8627451, green 0.6784314, blue 0.90588236, alpha 1.0, hue 0.80172414, saturation 0.22745097, and lightness 0.7921569.static final intThis color constant "CW Pale Red" has RGBA8888 codeE6A7A7FF, red 0.9019608, green 0.654902, blue 0.654902, alpha 1.0, hue 0.0, saturation 0.24705881, and lightness 0.77843136.static final intThis color constant "CW Pale Rose" has RGBA8888 codeE2A2BDFF, red 0.8862745, green 0.63529414, blue 0.7411765, alpha 1.0, hue 0.9296875, saturation 0.25098038, and lightness 0.7607843.static final intThis color constant "CW Pale Sapphire" has RGBA8888 codeA7ADE1FF, red 0.654902, green 0.6784314, blue 0.88235295, alpha 1.0, hue 0.6494253, saturation 0.22745097, and lightness 0.7686275.static final intThis color constant "CW Pale Seafoam" has RGBA8888 codeB6F3DDFF, red 0.7137255, green 0.9529412, blue 0.8666667, alpha 1.0, hue 0.4398907, saturation 0.23921567, and lightness 0.8333334.static final intThis color constant "CW Pale Violet" has RGBA8888 codeC6A7E2FF, red 0.7764706, green 0.654902, blue 0.8862745, alpha 1.0, hue 0.7542373, saturation 0.23137254, and lightness 0.7705883.static final intThis color constant "CW Pale Yellow" has RGBA8888 codeFBFAB8FF, red 0.9843137, green 0.98039216, blue 0.72156864, alpha 1.0, hue 0.1641791, saturation 0.26274508, and lightness 0.8529412.static final intThis color constant "CW Purple" has RGBA8888 codeC934E9FF, red 0.7882353, green 0.20392157, blue 0.9137255, alpha 1.0, hue 0.80386746, saturation 0.70980394, and lightness 0.5588235.static final intThis color constant "CW Red" has RGBA8888 codeEE2A2AFF, red 0.93333334, green 0.16470589, blue 0.16470589, alpha 1.0, hue 0.0, saturation 0.76862746, and lightness 0.5490196.static final intThis color constant "CW Rich Apricot" has RGBA8888 codeC77F17FF, red 0.78039217, green 0.49803922, blue 0.09019608, alpha 1.0, hue 0.098484844, saturation 0.6901961, and lightness 0.43529415.static final intThis color constant "CW Rich Azure" has RGBA8888 code1596B6FF, red 0.08235294, green 0.5882353, blue 0.7137255, alpha 1.0, hue 0.5331263, saturation 0.6313726, and lightness 0.39803922.static final intThis color constant "CW Rich Blue" has RGBA8888 code0F5ABBFF, red 0.05882353, green 0.3529412, blue 0.73333335, alpha 1.0, hue 0.5939923, saturation 0.6745098, and lightness 0.39607844.static final intThis color constant "CW Rich Brown" has RGBA8888 codeA45D20FF, red 0.6431373, green 0.3647059, blue 0.1254902, alpha 1.0, hue 0.0770202, saturation 0.5176471, and lightness 0.38431376.static final intThis color constant "CW Rich Chartreuse" has RGBA8888 code9BC112FF, red 0.60784316, green 0.75686276, blue 0.07058824, alpha 1.0, hue 0.20285715, saturation 0.6862745, and lightness 0.4137255.static final intThis color constant "CW Rich Cyan" has RGBA8888 code09BAB6FF, red 0.03529412, green 0.7294118, blue 0.7137255, alpha 1.0, hue 0.49623352, saturation 0.69411767, and lightness 0.38235292.static final intThis color constant "CW Rich Gold" has RGBA8888 codeBCA20BFF, red 0.7372549, green 0.63529414, blue 0.043137256, alpha 1.0, hue 0.14218456, saturation 0.69411767, and lightness 0.39019608.static final intThis color constant "CW Rich Green" has RGBA8888 code23B810FF, red 0.13725491, green 0.72156864, blue 0.0627451, alpha 1.0, hue 0.31448415, saturation 0.65882355, and lightness 0.39215687.static final intThis color constant "CW Rich Honeydew" has RGBA8888 code73C522FF, red 0.4509804, green 0.77254903, blue 0.13333334, alpha 1.0, hue 0.25051126, saturation 0.6392157, and lightness 0.45294118.static final intThis color constant "CW Rich Indigo" has RGBA8888 code3D07B3FF, red 0.23921569, green 0.02745098, blue 0.7019608, alpha 1.0, hue 0.7189923, saturation 0.6745098, and lightness 0.3647059.static final intThis color constant "CW Rich Jade" has RGBA8888 code1BB53FFF, red 0.105882354, green 0.70980394, blue 0.24705882, alpha 1.0, hue 0.37229437, saturation 0.6039216, and lightness 0.40784314.static final intThis color constant "CW Rich Lime" has RGBA8888 code7CB106FF, red 0.4862745, green 0.69411767, blue 0.023529412, alpha 1.0, hue 0.21832359, saturation 0.67058825, and lightness 0.35882357.static final intThis color constant "CW Rich Magenta" has RGBA8888 codeB90D94FF, red 0.7254902, green 0.050980393, blue 0.5803922, alpha 1.0, hue 0.86918604, saturation 0.6745098, and lightness 0.3882353.static final intThis color constant "CW Rich Orange" has RGBA8888 codeC15B0FFF, red 0.75686276, green 0.35686275, blue 0.05882353, alpha 1.0, hue 0.071161054, saturation 0.69803923, and lightness 0.40784314.static final intThis color constant "CW Rich Purple" has RGBA8888 code9E15BAFF, red 0.61960787, green 0.08235294, blue 0.7294118, alpha 1.0, hue 0.8050505, saturation 0.64705884, and lightness 0.40588236.static final intThis color constant "CW Rich Red" has RGBA8888 codeBE1111FF, red 0.74509805, green 0.06666667, blue 0.06666667, alpha 1.0, hue 0.0, saturation 0.6784314, and lightness 0.4058824.static final intThis color constant "CW Rich Rose" has RGBA8888 codeB60B54FF, red 0.7137255, green 0.043137256, blue 0.32941177, alpha 1.0, hue 0.9288499, saturation 0.67058825, and lightness 0.37843138.static final intThis color constant "CW Rich Sapphire" has RGBA8888 code1424BAFF, red 0.078431375, green 0.14117648, blue 0.7294118, alpha 1.0, hue 0.6506024, saturation 0.6509804, and lightness 0.40392157.static final intThis color constant "CW Rich Seafoam" has RGBA8888 code16C385FF, red 0.08627451, green 0.7647059, blue 0.52156866, alpha 1.0, hue 0.44026977, saturation 0.6784314, and lightness 0.4254902.static final intThis color constant "CW Rich Violet" has RGBA8888 code6B11B9FF, red 0.41960785, green 0.06666667, blue 0.7254902, alpha 1.0, hue 0.7559524, saturation 0.65882355, and lightness 0.39607844.static final intThis color constant "CW Rich Yellow" has RGBA8888 codeC9C80FFF, red 0.7882353, green 0.78431374, blue 0.05882353, alpha 1.0, hue 0.16577062, saturation 0.7294118, and lightness 0.42352945.static final intThis color constant "CW Rose" has RGBA8888 codeE41A71FF, red 0.89411765, green 0.101960786, blue 0.44313726, alpha 1.0, hue 0.9282178, saturation 0.7921569, and lightness 0.49803925.static final intThis color constant "CW Sapphire" has RGBA8888 code3244E8FF, red 0.19607843, green 0.26666668, blue 0.9098039, alpha 1.0, hue 0.65018314, saturation 0.7137255, and lightness 0.5529412.static final intThis color constant "CW Seafoam" has RGBA8888 code37F4B0FF, red 0.21568628, green 0.95686275, blue 0.6901961, alpha 1.0, hue 0.44003528, saturation 0.7411765, and lightness 0.58627445.static final intThis color constant "CW Violet" has RGBA8888 code902BE7FF, red 0.5647059, green 0.16862746, blue 0.90588236, alpha 1.0, hue 0.7562057, saturation 0.7372549, and lightness 0.5372549.static final intThis color constant "CW White" has RGBA8888 codeFFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0.static final intThis color constant "CW Yellow" has RGBA8888 codeFBFA27FF, red 0.9843137, green 0.98039216, blue 0.15294118, alpha 1.0, hue 0.1658805, saturation 0.83137256, and lightness 0.5686274.static final intThis color constant "Cyan" has RGBA8888 code00FFFFFF, red 0.0, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 1.0, and lightness 0.5.static final intThis color constant "Cypress Bark" has RGBA8888 code752E23FF, red 0.45882353, green 0.18039216, blue 0.13725491, alpha 1.0, hue 0.022357723, saturation 0.3215686, and lightness 0.29803923.static final intThis color constant "Cypress Bark Red" has RGBA8888 code6F3028FF, red 0.43529412, green 0.1882353, blue 0.15686275, alpha 1.0, hue 0.018779343, saturation 0.27843136, and lightness 0.29607844.static final intThis color constant "Dark Blue" has RGBA8888 code0000C8FF, red 0.0, green 0.0, blue 0.78431374, alpha 1.0, hue 0.6666667, saturation 0.78431374, and lightness 0.39215687.static final intThis color constant "Dark Blue Dye" has RGBA8888 code192236FF, red 0.09803922, green 0.13333334, blue 0.21176471, alpha 1.0, hue 0.61494255, saturation 0.11372549, and lightness 0.15490197.static final intThis color constant "Dark Blue Lapis Lazuli" has RGBA8888 code1B294BFF, red 0.105882354, green 0.16078432, blue 0.29411766, alpha 1.0, hue 0.6180556, saturation 0.18823531, and lightness 0.19999999.static final intThis color constant "Dark Brown" has RGBA8888 code654321FF, red 0.39607844, green 0.2627451, blue 0.12941177, alpha 1.0, hue 0.08333334, saturation 0.26666665, and lightness 0.26274508.static final intThis color constant "Dark Cerulean" has RGBA8888 code08457EFF, red 0.03137255, green 0.27058825, blue 0.49411765, alpha 1.0, hue 0.5805085, saturation 0.4627451, and lightness 0.2627451.static final intThis color constant "Dark Chestnut" has RGBA8888 code986960FF, red 0.59607846, green 0.4117647, blue 0.3764706, alpha 1.0, hue 0.026785709, saturation 0.21960786, and lightness 0.4862745.static final intThis color constant "Dark Coral" has RGBA8888 codeCD5B45FF, red 0.8039216, green 0.35686275, blue 0.27058825, alpha 1.0, hue 0.026960785, saturation 0.5333333, and lightness 0.5372549.static final intThis color constant "Dark Goldenrod" has RGBA8888 codeB8860BFF, red 0.72156864, green 0.5254902, blue 0.043137256, alpha 1.0, hue 0.11849712, saturation 0.6784314, and lightness 0.38235295.static final intThis color constant "Dark Gray" has RGBA8888 code404040FF, red 0.2509804, green 0.2509804, blue 0.2509804, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.2509804.static final intThis color constant "Dark Green" has RGBA8888 code013220FF, red 0.003921569, green 0.19607843, blue 0.1254902, alpha 1.0, hue 0.43877554, saturation 0.19215687, and lightness 0.1.static final intThis color constant "Dark Indigo" has RGBA8888 code614E6EFF, red 0.38039216, green 0.30588236, blue 0.43137255, alpha 1.0, hue 0.765625, saturation 0.12549019, and lightness 0.36862746.static final intThis color constant "Dark Khaki" has RGBA8888 codeBDB76BFF, red 0.7411765, green 0.7176471, blue 0.41960785, alpha 1.0, hue 0.15447155, saturation 0.32156864, and lightness 0.5803922.static final intThis color constant "Dark Pastel Green" has RGBA8888 code03C03CFF, red 0.011764706, green 0.7529412, blue 0.23529412, alpha 1.0, hue 0.3835979, saturation 0.7411765, and lightness 0.38235295.static final intThis color constant "Dark Pink" has RGBA8888 codeE75480FF, red 0.90588236, green 0.32941177, blue 0.5019608, alpha 1.0, hue 0.95011336, saturation 0.5764706, and lightness 0.617647.static final intThis color constant "Dark Red" has RGBA8888 code800000FF, red 0.5019608, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.5019608, and lightness 0.2509804.static final intThis color constant "Dark Red Dye" has RGBA8888 code23191EFF, red 0.13725491, green 0.09803922, blue 0.11764706, alpha 1.0, hue 0.9166667, saturation 0.03921569, and lightness 0.11764707.static final intThis color constant "Dark Salmon" has RGBA8888 codeE9967AFF, red 0.9137255, green 0.5882353, blue 0.47843137, alpha 1.0, hue 0.04204205, saturation 0.43529412, and lightness 0.6960784.static final intThis color constant "Dark Scarlet" has RGBA8888 code560319FF, red 0.3372549, green 0.011764706, blue 0.09803922, alpha 1.0, hue 0.9558233, saturation 0.3254902, and lightness 0.17450981.static final intThis color constant "Dark Slate Gray" has RGBA8888 code2F4F4FFF, red 0.18431373, green 0.30980393, blue 0.30980393, alpha 1.0, hue 0.5, saturation 0.1254902, and lightness 0.24705884.static final intThis color constant "Dark Spring Green" has RGBA8888 code177245FF, red 0.09019608, green 0.44705883, blue 0.27058825, alpha 1.0, hue 0.41758245, saturation 0.35686275, and lightness 0.26862743.static final intThis color constant "Dark Tan" has RGBA8888 code918151FF, red 0.5686275, green 0.5058824, blue 0.31764707, alpha 1.0, hue 0.125, saturation 0.2509804, and lightness 0.4431373.static final intThis color constant "Dark Turquoise" has RGBA8888 code00CED1FF, red 0.0, green 0.80784315, blue 0.81960785, alpha 1.0, hue 0.50239235, saturation 0.81960785, and lightness 0.40980393.static final intThis color constant "Dark Violet" has RGBA8888 code9400D3FF, red 0.5803922, green 0.0, blue 0.827451, alpha 1.0, hue 0.78357035, saturation 0.827451, and lightness 0.4137255.static final intThis color constant "Dawn" has RGBA8888 codeFA7B62FF, red 0.98039216, green 0.48235294, blue 0.38431373, alpha 1.0, hue 0.02741228, saturation 0.5960784, and lightness 0.6823529.static final int[]DawnBringer's original 16-color palette, as posted on the Pixel Joint forums, and since then used in lots of pixel art.static final int[]DawnBringer's 32-color palette, as posted on, the Pixel Joint forums , and since then used in lots of pixel art.static final int[]DawnBringer's 256-color Aurora palette, modified slightly to fit one transparent color by removing one gray.static final intThis color constant "Daylily" has RGBA8888 codeFF8936FF, red 1.0, green 0.5372549, blue 0.21176471, alpha 1.0, hue 0.068822555, saturation 0.7882353, and lightness 0.60588235.static final intThis color constant "DB Army Green" has RGBA8888 code8F974AFF, red 0.56078434, green 0.5921569, blue 0.2901961, alpha 1.0, hue 0.18398269, saturation 0.3019608, and lightness 0.4411765.static final intThis color constant "DB Black" has RGBA8888 code000000FF, red 0.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.0.static final intThis color constant "DB Blood" has RGBA8888 codeAC3232FF, red 0.6745098, green 0.19607843, blue 0.19607843, alpha 1.0, hue 0.0, saturation 0.4784314, and lightness 0.4352941.static final intThis color constant "DB Cadet Blue" has RGBA8888 code597DCEFF, red 0.34901962, green 0.49019608, blue 0.80784315, alpha 1.0, hue 0.61538464, saturation 0.45882353, and lightness 0.57843137.static final intThis color constant "DB Cappuccino" has RGBA8888 code8F563BFF, red 0.56078434, green 0.3372549, blue 0.23137255, alpha 1.0, hue 0.053571425, saturation 0.3294118, and lightness 0.39607844.static final intThis color constant "DB Cerulean" has RGBA8888 code306082FF, red 0.1882353, green 0.3764706, blue 0.50980395, alpha 1.0, hue 0.56910574, saturation 0.32156867, and lightness 0.34901962.static final intThis color constant "DB Chestnut" has RGBA8888 code663931FF, red 0.4, green 0.22352941, blue 0.19215687, alpha 1.0, hue 0.02515723, saturation 0.20784314, and lightness 0.29607844.static final intThis color constant "DB Cobalt" has RGBA8888 code3F3F74FF, red 0.24705882, green 0.24705882, blue 0.45490196, alpha 1.0, hue 0.6666667, saturation 0.20784314, and lightness 0.3509804.static final intThis color constant "DB Compost" has RGBA8888 code8A6F30FF, red 0.5411765, green 0.43529412, blue 0.1882353, alpha 1.0, hue 0.11666666, saturation 0.35294122, and lightness 0.3647059.static final intThis color constant "DB Coral" has RGBA8888 codeD95763FF, red 0.8509804, green 0.34117648, blue 0.3882353, alpha 1.0, hue 0.9846154, saturation 0.5098039, and lightness 0.59607846.static final intThis color constant "DB Daffodil" has RGBA8888 codeFBF236FF, red 0.9843137, green 0.9490196, blue 0.21176471, alpha 1.0, hue 0.15905246, saturation 0.77254903, and lightness 0.5980392.static final intThis color constant "DB Dark Leather" has RGBA8888 code442434FF, red 0.26666668, green 0.14117648, blue 0.20392157, alpha 1.0, hue 0.9166667, saturation 0.1254902, and lightness 0.20392159.static final intThis color constant "DB Deep Ocean" has RGBA8888 code30346DFF, red 0.1882353, green 0.20392157, blue 0.42745098, alpha 1.0, hue 0.6557377, saturation 0.23921569, and lightness 0.30784315.static final intThis color constant "DB Denim" has RGBA8888 code5B6EE1FF, red 0.35686275, green 0.43137255, blue 0.88235295, alpha 1.0, hue 0.6430348, saturation 0.52549016, and lightness 0.61960787.static final intThis color constant "DB Drab" has RGBA8888 code757161FF, red 0.45882353, green 0.44313726, blue 0.38039216, alpha 1.0, hue 0.13333334, saturation 0.07843137, and lightness 0.41960785.static final intThis color constant "DB Earth" has RGBA8888 code854C30FF, red 0.52156866, green 0.29803923, blue 0.1882353, alpha 1.0, hue 0.054901958, saturation 0.33333337, and lightness 0.35490197.static final intThis color constant "DB Eggplant" has RGBA8888 code76428AFF, red 0.4627451, green 0.25882354, blue 0.5411765, alpha 1.0, hue 0.787037, saturation 0.28235295, and lightness 0.40000004.static final intThis color constant "DB Eggshell" has RGBA8888 codeDEEED6FF, red 0.87058824, green 0.93333334, blue 0.8392157, alpha 1.0, hue 0.2777778, saturation 0.09411764, and lightness 0.8862745.static final intThis color constant "DB Elephant" has RGBA8888 code847E87FF, red 0.5176471, green 0.49411765, blue 0.5294118, alpha 1.0, hue 0.77777785, saturation 0.035294145, and lightness 0.5117647.static final intThis color constant "DB Fawn" has RGBA8888 codeD9A066FF, red 0.8509804, green 0.627451, blue 0.4, alpha 1.0, hue 0.08405798, saturation 0.4509804, and lightness 0.6254902.static final intThis color constant "DB Forest" has RGBA8888 code346524FF, red 0.20392157, green 0.39607844, blue 0.14117648, alpha 1.0, hue 0.2923077, saturation 0.25490195, and lightness 0.2686275.static final intThis color constant "DB Graphite" has RGBA8888 code696A6AFF, red 0.4117647, green 0.41568628, blue 0.41568628, alpha 1.0, hue 0.5, saturation 0.0039215684, and lightness 0.4137255.static final intThis color constant "DB Ink" has RGBA8888 code222034FF, red 0.13333334, green 0.1254902, blue 0.20392157, alpha 1.0, hue 0.68333334, saturation 0.07843137, and lightness 0.16470589.static final intThis color constant "DB Iron" has RGBA8888 code8595A1FF, red 0.52156866, green 0.58431375, blue 0.6313726, alpha 1.0, hue 0.5714286, saturation 0.109803915, and lightness 0.5764706.static final intThis color constant "DB Jungle" has RGBA8888 code37946EFF, red 0.21568628, green 0.5803922, blue 0.43137255, alpha 1.0, hue 0.43189964, saturation 0.36470592, and lightness 0.39803922.static final intThis color constant "DB Key Lime" has RGBA8888 code99E550FF, red 0.6, green 0.8980392, blue 0.3137255, alpha 1.0, hue 0.25167787, saturation 0.58431375, and lightness 0.60588235.static final intThis color constant "DB Lavender" has RGBA8888 codeD77BBAFF, red 0.84313726, green 0.48235294, blue 0.7294118, alpha 1.0, hue 0.88586956, saturation 0.36078432, and lightness 0.6627451.static final intThis color constant "DB Lead" has RGBA8888 code4E4A4FFF, red 0.30588236, green 0.2901961, blue 0.30980393, alpha 1.0, hue 0.8, saturation 0.019607842, and lightness 0.3.static final intThis color constant "DB Lobster" has RGBA8888 codeD04648FF, red 0.8156863, green 0.27450982, blue 0.28235295, alpha 1.0, hue 0.9975845, saturation 0.54117644, and lightness 0.54509807.static final intThis color constant "DB Midnight" has RGBA8888 code140C1CFF, red 0.078431375, green 0.047058824, blue 0.10980392, alpha 1.0, hue 0.75, saturation 0.062745094, and lightness 0.078431375.static final intThis color constant "DB Mud" has RGBA8888 code524B24FF, red 0.32156864, green 0.29411766, blue 0.14117648, alpha 1.0, hue 0.14130434, saturation 0.18039216, and lightness 0.23137257.static final intThis color constant "DB Mustard" has RGBA8888 codeDAD45EFF, red 0.85490197, green 0.83137256, blue 0.36862746, alpha 1.0, hue 0.15860215, saturation 0.4862745, and lightness 0.6117647.static final intThis color constant "DB Nude" has RGBA8888 codeEEC39AFF, red 0.93333334, green 0.7647059, blue 0.6039216, alpha 1.0, hue 0.08134921, saturation 0.32941175, and lightness 0.76862746.static final intThis color constant "DB Olive" has RGBA8888 code4B692FFF, red 0.29411766, green 0.4117647, blue 0.18431373, alpha 1.0, hue 0.25287357, saturation 0.22745098, and lightness 0.29803923.static final intThis color constant "DB Pea Soup" has RGBA8888 code6DAA2CFF, red 0.42745098, green 0.6666667, blue 0.17254902, alpha 1.0, hue 0.2473545, saturation 0.49411768, and lightness 0.41960785.static final intThis color constant "DB Platinum" has RGBA8888 codeCBDBFCFF, red 0.79607844, green 0.85882354, blue 0.9882353, alpha 1.0, hue 0.6122449, saturation 0.19215685, and lightness 0.8921569.static final intThis color constant "DB Pumpkin" has RGBA8888 codeDF7126FF, red 0.8745098, green 0.44313726, blue 0.14901961, alpha 1.0, hue 0.06756756, saturation 0.7254902, and lightness 0.5117647.static final intThis color constant "DB Putty" has RGBA8888 codeD2AA99FF, red 0.8235294, green 0.6666667, blue 0.6, alpha 1.0, hue 0.049707603, saturation 0.2235294, and lightness 0.7117647.static final intThis color constant "DB Seafoam" has RGBA8888 code5FCDE4FF, red 0.37254903, green 0.8039216, blue 0.89411765, alpha 1.0, hue 0.52882206, saturation 0.52156866, and lightness 0.6333333.static final intThis color constant "DB Seal Brown" has RGBA8888 code45283CFF, red 0.27058825, green 0.15686275, blue 0.23529412, alpha 1.0, hue 0.8850575, saturation 0.1137255, and lightness 0.21372549.static final intThis color constant "DB Shadow" has RGBA8888 code323C39FF, red 0.19607843, green 0.23529412, blue 0.22352941, alpha 1.0, hue 0.45000002, saturation 0.039215684, and lightness 0.21568628.static final intThis color constant "DB Shamrock" has RGBA8888 code6ABE30FF, red 0.41568628, green 0.74509805, blue 0.1882353, alpha 1.0, hue 0.26525822, saturation 0.5568628, and lightness 0.46666667.static final intThis color constant "DB Sky Blue" has RGBA8888 code639BFFFF, red 0.3882353, green 0.60784316, blue 1.0, alpha 1.0, hue 0.60683763, saturation 0.61176467, and lightness 0.69411767.static final intThis color constant "DB Soot" has RGBA8888 code595652FF, red 0.34901962, green 0.3372549, blue 0.32156864, alpha 1.0, hue 0.0952381, saturation 0.027450979, and lightness 0.33529413.static final intThis color constant "DB Storm Cloud" has RGBA8888 code9BADB7FF, red 0.60784316, green 0.6784314, blue 0.7176471, alpha 1.0, hue 0.5595238, saturation 0.109803915, and lightness 0.6627451.static final intThis color constant "DB Tawny Brown" has RGBA8888 codeD27D2CFF, red 0.8235294, green 0.49019608, blue 0.17254902, alpha 1.0, hue 0.08132529, saturation 0.6509804, and lightness 0.49803922.static final intThis color constant "DB Turquoise" has RGBA8888 code6DC2CAFF, red 0.42745098, green 0.7607843, blue 0.7921569, alpha 1.0, hue 0.51433694, saturation 0.3647059, and lightness 0.6098039.static final intThis color constant "DB White" has RGBA8888 codeFFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0.static final intThis color constant "Dead Man's Fingers Seaweed" has RGBA8888 code524B2AFF, red 0.32156864, green 0.29411766, blue 0.16470589, alpha 1.0, hue 0.1375, saturation 0.15686275, and lightness 0.24313726.static final intThis color constant "Decaying Leaves" has RGBA8888 codeD57835FF, red 0.8352941, green 0.47058824, blue 0.20784314, alpha 1.0, hue 0.06979166, saturation 0.627451, and lightness 0.5215686.static final intThis color constant "Deep Cerise" has RGBA8888 codeDA3287FF, red 0.85490197, green 0.19607843, blue 0.5294118, alpha 1.0, hue 0.91567457, saturation 0.65882355, and lightness 0.52549016.static final intThis color constant "Deep Chestnut" has RGBA8888 codeB94E48FF, red 0.7254902, green 0.30588236, blue 0.28235295, alpha 1.0, hue 0.0088495575, saturation 0.44313726, and lightness 0.5039216.static final intThis color constant "Deep Fuchsia" has RGBA8888 codeC154C1FF, red 0.75686276, green 0.32941177, blue 0.75686276, alpha 1.0, hue 0.8333333, saturation 0.42745098, and lightness 0.54313725.static final intThis color constant "Deep Lilac" has RGBA8888 code9955BBFF, red 0.6, green 0.33333334, blue 0.73333335, alpha 1.0, hue 0.7777778, saturation 0.4, and lightness 0.53333336.static final intThis color constant "Deep Magenta" has RGBA8888 codeCD00CCFF, red 0.8039216, green 0.0, blue 0.8, alpha 1.0, hue 0.8341463, saturation 0.8039216, and lightness 0.4019608.static final intThis color constant "Deep Peach" has RGBA8888 codeFFCBA4FF, red 1.0, green 0.79607844, blue 0.6431373, alpha 1.0, hue 0.071428575, saturation 0.35686272, and lightness 0.8215686.static final intThis color constant "Deep Pink" has RGBA8888 codeFF1493FF, red 1.0, green 0.078431375, blue 0.5764706, alpha 1.0, hue 0.9099291, saturation 0.92156863, and lightness 0.5392157.static final intThis color constant "Deep Purple" has RGBA8888 code3A243BFF, red 0.22745098, green 0.14117648, blue 0.23137255, alpha 1.0, hue 0.826087, saturation 0.09019607, and lightness 0.18627451.static final intThis color constant "Deep Scarlet" has RGBA8888 code7B3B3AFF, red 0.48235294, green 0.23137255, blue 0.22745098, alpha 1.0, hue 0.0025641026, saturation 0.25490195, and lightness 0.35490197.static final intThis color constant "Denim" has RGBA8888 code1560BDFF, red 0.08235294, green 0.3764706, blue 0.7411765, alpha 1.0, hue 0.5922619, saturation 0.65882355, and lightness 0.41176474.static final intThis color constant "Disappearing Purple" has RGBA8888 code3F313AFF, red 0.24705882, green 0.19215687, blue 0.22745098, alpha 1.0, hue 0.89285713, saturation 0.054901958, and lightness 0.21960784.static final intThis color constant "Distant River Brown" has RGBA8888 codeCB6649FF, red 0.79607844, green 0.4, blue 0.28627452, alpha 1.0, hue 0.03717949, saturation 0.5098039, and lightness 0.5411765.static final intThis color constant "Dodger Blue" has RGBA8888 code1E90FFFF, red 0.11764706, green 0.5647059, blue 1.0, alpha 1.0, hue 0.5822222, saturation 0.88235295, and lightness 0.5588235.static final intThis color constant "Dove Feather Grey" has RGBA8888 code755D5BFF, red 0.45882353, green 0.3647059, blue 0.35686275, alpha 1.0, hue 0.012820513, saturation 0.10196078, and lightness 0.40784314.static final intThis color constant "Dried Weathered Bamboo" has RGBA8888 code7D4E2DFF, red 0.49019608, green 0.30588236, blue 0.1764706, alpha 1.0, hue 0.06875001, saturation 0.31372547, and lightness 0.33333334.static final intThis color constant "Dull Blue" has RGBA8888 code4F4944FF, red 0.30980393, green 0.28627452, blue 0.26666668, alpha 1.0, hue 0.07575758, saturation 0.043137252, and lightness 0.2882353.static final intThis color constant "Earthen Yellow" has RGBA8888 codeBE7F51FF, red 0.74509805, green 0.49803922, blue 0.31764707, alpha 1.0, hue 0.07033639, saturation 0.42745098, and lightness 0.53137255.static final intThis color constant "Earthen Yellow Red Brown" has RGBA8888 codeFF4E20FF, red 1.0, green 0.30588236, blue 0.1254902, alpha 1.0, hue 0.034379672, saturation 0.8745098, and lightness 0.5627451.static final intThis color constant "Ecru" has RGBA8888 codeC2B280FF, red 0.7607843, green 0.69803923, blue 0.5019608, alpha 1.0, hue 0.12626262, saturation 0.2588235, and lightness 0.6313726.static final intThis color constant "Edo Brown" has RGBA8888 codeA13D2DFF, red 0.6313726, green 0.23921569, blue 0.1764706, alpha 1.0, hue 0.022988502, saturation 0.454902, and lightness 0.40392157.static final intThis color constant "Egg Dye" has RGBA8888 codeFFA631FF, red 1.0, green 0.6509804, blue 0.19215687, alpha 1.0, hue 0.0946602, saturation 0.80784315, and lightness 0.5960784.static final intThis color constant "Eggplant" has RGBA8888 code614051FF, red 0.38039216, green 0.2509804, blue 0.31764707, alpha 1.0, hue 0.9141414, saturation 0.12941176, and lightness 0.3156863.static final intThis color constant "Eggshell Paper" has RGBA8888 codeECBE9FFF, red 0.9254902, green 0.74509805, blue 0.62352943, alpha 1.0, hue 0.067099564, saturation 0.30196077, and lightness 0.7745098.static final intThis color constant "Egyptian Blue" has RGBA8888 code1034A6FF, red 0.0627451, green 0.20392157, blue 0.6509804, alpha 1.0, hue 0.62666667, saturation 0.5882353, and lightness 0.35686272.static final intThis color constant "Electric Blue" has RGBA8888 code7DF9FFFF, red 0.49019608, green 0.9764706, blue 1.0, alpha 1.0, hue 0.50769234, saturation 0.5098039, and lightness 0.74509805.static final intThis color constant "Electric Green" has RGBA8888 code00FF00FF, red 0.0, green 1.0, blue 0.0, alpha 1.0, hue 0.33333334, saturation 1.0, and lightness 0.5.static final intThis color constant "Electric Indigo" has RGBA8888 code6600FFFF, red 0.4, green 0.0, blue 1.0, alpha 1.0, hue 0.73333335, saturation 1.0, and lightness 0.5.static final intThis color constant "Electric Lime" has RGBA8888 codeCCFF00FF, red 0.8, green 1.0, blue 0.0, alpha 1.0, hue 0.2, saturation 1.0, and lightness 0.5.static final intThis color constant "Electric Purple" has RGBA8888 codeBF00FFFF, red 0.7490196, green 0.0, blue 1.0, alpha 1.0, hue 0.7915033, saturation 1.0, and lightness 0.5.static final intThis color constant "Emerald" has RGBA8888 code50C878FF, red 0.3137255, green 0.78431374, blue 0.47058824, alpha 1.0, hue 0.3888889, saturation 0.47058824, and lightness 0.54901963.static final intThis color constant "Faded Chinese Tea Brown" has RGBA8888 code60281EFF, red 0.3764706, green 0.15686275, blue 0.11764706, alpha 1.0, hue 0.025252527, saturation 0.25882354, and lightness 0.24705882.static final intThis color constant "Faded Sen No Rikyu's Tea" has RGBA8888 codeB0927AFF, red 0.6901961, green 0.57254905, blue 0.47843137, alpha 1.0, hue 0.07407408, saturation 0.21176472, and lightness 0.5843137.static final intThis color constant "Fake Purple" has RGBA8888 code43242AFF, red 0.2627451, green 0.14117648, blue 0.16470589, alpha 1.0, hue 0.96774197, saturation 0.121568635, and lightness 0.2019608.static final intThis color constant "Falu Red" has RGBA8888 code801818FF, red 0.5019608, green 0.09411765, blue 0.09411765, alpha 1.0, hue 0.0, saturation 0.40784317, and lightness 0.29803923.static final intThis color constant "Fern Green" has RGBA8888 code4F7942FF, red 0.30980393, green 0.4745098, blue 0.25882354, alpha 1.0, hue 0.2939394, saturation 0.21568626, and lightness 0.36666664.static final intThis color constant "Finch Brown" has RGBA8888 code957B38FF, red 0.58431375, green 0.48235294, blue 0.21960784, alpha 1.0, hue 0.120071664, saturation 0.36470592, and lightness 0.4019608.static final intThis color constant "Firebrick" has RGBA8888 codeB22222FF, red 0.69803923, green 0.13333334, blue 0.13333334, alpha 1.0, hue 0.0, saturation 0.5647059, and lightness 0.41568628.static final intThis color constant "Flattery Brown" has RGBA8888 code6B4423FF, red 0.41960785, green 0.26666668, blue 0.13725491, alpha 1.0, hue 0.076388896, saturation 0.28235292, and lightness 0.2784314.static final intThis color constant "Flax" has RGBA8888 codeEEDC82FF, red 0.93333334, green 0.8627451, blue 0.50980395, alpha 1.0, hue 0.1388889, saturation 0.4235294, and lightness 0.72156864.static final intThis color constant "Flirtatious Indigo Tea" has RGBA8888 code473F2DFF, red 0.2784314, green 0.24705882, blue 0.1764706, alpha 1.0, hue 0.11538459, saturation 0.10196079, and lightness 0.22745098.static final intThis color constant "Floral Leaf" has RGBA8888 codeFFB94EFF, red 1.0, green 0.7254902, blue 0.30588236, alpha 1.0, hue 0.100753285, saturation 0.69411767, and lightness 0.65294117.static final intThis color constant "Foreign Crimson" has RGBA8888 codeC91F37FF, red 0.7882353, green 0.12156863, blue 0.21568628, alpha 1.0, hue 0.9764706, saturation 0.6666667, and lightness 0.454902.static final intThis color constant "Forest Green" has RGBA8888 code228B22FF, red 0.13333334, green 0.54509807, blue 0.13333334, alpha 1.0, hue 0.33333334, saturation 0.41176474, and lightness 0.33921573.static final intThis color constant "Fox" has RGBA8888 code985629FF, red 0.59607846, green 0.3372549, blue 0.16078432, alpha 1.0, hue 0.067567565, saturation 0.43529415, and lightness 0.37843138.static final intThis color constant "Fragile Seaweed Brown" has RGBA8888 code2E372EFF, red 0.18039216, green 0.21568628, blue 0.18039216, alpha 1.0, hue 0.33333334, saturation 0.035294116, and lightness 0.19803922.static final intThis color constant "French Rose" has RGBA8888 codeF64A8AFF, red 0.9647059, green 0.2901961, blue 0.5411765, alpha 1.0, hue 0.93798447, saturation 0.67450976, and lightness 0.627451.static final intThis color constant "Fresh Onion" has RGBA8888 code5B8930FF, red 0.35686275, green 0.5372549, blue 0.1882353, alpha 1.0, hue 0.252809, saturation 0.34901965, and lightness 0.3627451.static final intThis color constant "Fuchsia Pink" has RGBA8888 codeFF77FFFF, red 1.0, green 0.46666667, blue 1.0, alpha 1.0, hue 0.8333333, saturation 0.5333333, and lightness 0.73333335.static final intThis color constant "Gamboge" has RGBA8888 codeE49B0FFF, red 0.89411765, green 0.60784316, blue 0.05882353, alpha 1.0, hue 0.10954618, saturation 0.8352941, and lightness 0.4764706.static final intThis color constant "Gamboge Dye" has RGBA8888 codeFFB61EFF, red 1.0, green 0.7137255, blue 0.11764706, alpha 1.0, hue 0.11259259, saturation 0.88235295, and lightness 0.5588235.static final intThis color constant "Glazed Persimmon" has RGBA8888 codeD34E36FF, red 0.827451, green 0.30588236, blue 0.21176471, alpha 1.0, hue 0.02547771, saturation 0.6156863, and lightness 0.5196079.static final intThis color constant "Gold" has RGBA8888 codeD4AF37FF, red 0.83137256, green 0.6862745, blue 0.21568628, alpha 1.0, hue 0.12738854, saturation 0.6156863, and lightness 0.5235294.static final intThis color constant "Golden" has RGBA8888 codeFFD700FF, red 1.0, green 0.84313726, blue 0.0, alpha 1.0, hue 0.14052288, saturation 1.0, and lightness 0.5.static final intThis color constant "Golden Brown" has RGBA8888 code996515FF, red 0.6, green 0.39607844, blue 0.08235294, alpha 1.0, hue 0.10101009, saturation 0.5176471, and lightness 0.3411765.static final intThis color constant "Golden Brown Dye" has RGBA8888 codeC66B27FF, red 0.7764706, green 0.41960785, blue 0.15294118, alpha 1.0, hue 0.07127882, saturation 0.62352943, and lightness 0.4647059.static final intThis color constant "Golden Fallen Leaves" has RGBA8888 codeE29C45FF, red 0.8862745, green 0.6117647, blue 0.27058825, alpha 1.0, hue 0.09235669, saturation 0.6156863, and lightness 0.57843137.static final intThis color constant "Golden Oak" has RGBA8888 codeBB8141FF, red 0.73333335, green 0.5058824, blue 0.25490198, alpha 1.0, hue 0.0874317, saturation 0.47843137, and lightness 0.49411765.static final intThis color constant "Golden Yellow" has RGBA8888 codeFFDF00FF, red 1.0, green 0.8745098, blue 0.0, alpha 1.0, hue 0.14575164, saturation 1.0, and lightness 0.5.static final intThis color constant "Goldenrod" has RGBA8888 codeDAA520FF, red 0.85490197, green 0.64705884, blue 0.1254902, alpha 1.0, hue 0.119175635, saturation 0.7294118, and lightness 0.49019608.static final intThis color constant "Goryeo Storeroom" has RGBA8888 code203838FF, red 0.1254902, green 0.21960784, blue 0.21960784, alpha 1.0, hue 0.5, saturation 0.09411764, and lightness 0.17254902.static final intThis color constant "Grape Mouse" has RGBA8888 code63424BFF, red 0.3882353, green 0.25882354, blue 0.29411766, alpha 1.0, hue 0.95454544, saturation 0.12941176, and lightness 0.32352942.static final intThis color constant "Gray" has RGBA8888 code808080FF, red 0.5019608, green 0.5019608, blue 0.5019608, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.5019608.static final intThis color constant "Gray Asparagus" has RGBA8888 code465945FF, red 0.27450982, green 0.34901962, blue 0.27058825, alpha 1.0, hue 0.32500002, saturation 0.07843137, and lightness 0.30980393.static final intThis color constant "Green" has RGBA8888 code008000FF, red 0.0, green 0.5019608, blue 0.0, alpha 1.0, hue 0.33333334, saturation 0.5019608, and lightness 0.2509804.static final intThis color constant "Green Bamboo" has RGBA8888 code006442FF, red 0.0, green 0.39215687, blue 0.25882354, alpha 1.0, hue 0.44333333, saturation 0.39215687, and lightness 0.19607843.static final intThis color constant "Green Tea Dye" has RGBA8888 code824B35FF, red 0.50980395, green 0.29411766, blue 0.20784314, alpha 1.0, hue 0.047619045, saturation 0.30196083, and lightness 0.3588235.static final intThis color constant "Green Yellow" has RGBA8888 codeADFF2FFF, red 0.6784314, green 1.0, blue 0.18431373, alpha 1.0, hue 0.2323718, saturation 0.8156863, and lightness 0.5921569.static final intThis color constant "Greenfinch" has RGBA8888 codeBDA928FF, red 0.7411765, green 0.6627451, blue 0.15686275, alpha 1.0, hue 0.1442953, saturation 0.58431375, and lightness 0.44901958.static final intThis color constant "Greyish Dark Green" has RGBA8888 code656255FF, red 0.39607844, green 0.38431373, blue 0.33333334, alpha 1.0, hue 0.13541667, saturation 0.062745094, and lightness 0.3647059.static final intThis color constant "Half Purple" has RGBA8888 code8D608CFF, red 0.5529412, green 0.3764706, blue 0.54901963, alpha 1.0, hue 0.837037, saturation 0.17647061, and lightness 0.46470588.static final intThis color constant "Han Purple" has RGBA8888 code5218FAFF, red 0.32156864, green 0.09411765, blue 0.98039216, alpha 1.0, hue 0.7094396, saturation 0.8862745, and lightness 0.53725487.static final intThis color constant "Harbor Rat" has RGBA8888 code757D75FF, red 0.45882353, green 0.49019608, blue 0.45882353, alpha 1.0, hue 0.33333334, saturation 0.031372547, and lightness 0.4745098.static final intThis color constant "Heliotrope" has RGBA8888 codeDF73FFFF, red 0.8745098, green 0.4509804, blue 1.0, alpha 1.0, hue 0.79523814, saturation 0.5490196, and lightness 0.7254902.static final intThis color constant "Hollywood Cerise" has RGBA8888 codeF400A1FF, red 0.95686275, green 0.0, blue 0.6313726, alpha 1.0, hue 0.89002734, saturation 0.95686275, and lightness 0.47843137.static final intThis color constant "Horsetail" has RGBA8888 code3D5D42FF, red 0.23921569, green 0.3647059, blue 0.25882354, alpha 1.0, hue 0.35937503, saturation 0.1254902, and lightness 0.3019608.static final intThis color constant "Hot Magenta" has RGBA8888 codeFF00CCFF, red 1.0, green 0.0, blue 0.8, alpha 1.0, hue 0.8666667, saturation 1.0, and lightness 0.5.static final intThis color constant "Hot Pink" has RGBA8888 codeFF69B4FF, red 1.0, green 0.4117647, blue 0.7058824, alpha 1.0, hue 0.9166666, saturation 0.58823526, and lightness 0.7058824.static final intThis color constant "Ibis" has RGBA8888 code4C221BFF, red 0.29803923, green 0.13333334, blue 0.105882354, alpha 1.0, hue 0.023809528, saturation 0.19215688, and lightness 0.20196079.static final intThis color constant "Ibis Wing" has RGBA8888 codeF58F84FF, red 0.9607843, green 0.56078434, blue 0.5176471, alpha 1.0, hue 0.016224189, saturation 0.44313723, and lightness 0.73921573.static final intThis color constant "Indigo" has RGBA8888 code4B0082FF, red 0.29411766, green 0.0, blue 0.50980395, alpha 1.0, hue 0.76282054, saturation 0.50980395, and lightness 0.25490198.static final intThis color constant "Indigo Dye" has RGBA8888 code00416AFF, red 0.0, green 0.25490198, blue 0.41568628, alpha 1.0, hue 0.5644654, saturation 0.41568628, and lightness 0.20784314.static final intThis color constant "Indigo Ink Brown" has RGBA8888 code393432FF, red 0.22352941, green 0.20392157, blue 0.19607843, alpha 1.0, hue 0.04761905, saturation 0.027450979, and lightness 0.20980392.static final intThis color constant "Indigo White" has RGBA8888 codeEBF6F7FF, red 0.92156863, green 0.9647059, blue 0.96862745, alpha 1.0, hue 0.5138889, saturation 0.04705882, and lightness 0.94509804.static final intThis color constant "Ink" has RGBA8888 code27221FFF, red 0.15294118, green 0.13333334, blue 0.12156863, alpha 1.0, hue 0.06250002, saturation 0.031372555, and lightness 0.13725491.static final intThis color constant "Insect Screen" has RGBA8888 code2D4436FF, red 0.1764706, green 0.26666668, blue 0.21176471, alpha 1.0, hue 0.39855072, saturation 0.09019609, and lightness 0.22156863.static final intThis color constant "Inside Of A Bottle" has RGBA8888 codeC6C2B6FF, red 0.7764706, green 0.7607843, blue 0.7137255, alpha 1.0, hue 0.125, saturation 0.062745094, and lightness 0.74509805.static final intThis color constant "International Klein Blue" has RGBA8888 code002FA7FF, red 0.0, green 0.18431373, blue 0.654902, alpha 1.0, hue 0.6197605, saturation 0.654902, and lightness 0.327451.static final intThis color constant "International Orange" has RGBA8888 codeFF4F00FF, red 1.0, green 0.30980393, blue 0.0, alpha 1.0, hue 0.051633988, saturation 1.0, and lightness 0.5.static final intThis color constant "Iris" has RGBA8888 code763568FF, red 0.4627451, green 0.20784314, blue 0.40784314, alpha 1.0, hue 0.86923075, saturation 0.25490195, and lightness 0.33529413.static final intThis color constant "Iron" has RGBA8888 code2B3733FF, red 0.16862746, green 0.21568628, blue 0.2, alpha 1.0, hue 0.44444445, saturation 0.04705882, and lightness 0.19215687.static final intThis color constant "Iron Storage" has RGBA8888 code2B3736FF, red 0.16862746, green 0.21568628, blue 0.21176471, alpha 1.0, hue 0.4861111, saturation 0.04705882, and lightness 0.19215687.static final intThis color constant "Ironhead Flower" has RGBA8888 code344D56FF, red 0.20392157, green 0.3019608, blue 0.3372549, alpha 1.0, hue 0.5441177, saturation 0.13333334, and lightness 0.27058825.static final intThis color constant "Islamic Green" has RGBA8888 code009000FF, red 0.0, green 0.5647059, blue 0.0, alpha 1.0, hue 0.33333334, saturation 0.5647059, and lightness 0.28235295.static final intThis color constant "Ivory" has RGBA8888 codeFFFFF0FF, red 1.0, green 1.0, blue 0.9411765, alpha 1.0, hue 0.16666667, saturation 0.058823526, and lightness 0.9705882.static final intThis color constant "Iwai Brown" has RGBA8888 code5E5545FF, red 0.36862746, green 0.33333334, blue 0.27058825, alpha 1.0, hue 0.10666667, saturation 0.09803921, and lightness 0.31960785.static final intThis color constant "Jade" has RGBA8888 code00A86BFF, red 0.0, green 0.65882355, blue 0.41960785, alpha 1.0, hue 0.43948412, saturation 0.65882355, and lightness 0.32941177.static final intThis color constant "Japanese Indigo" has RGBA8888 code264348FF, red 0.14901961, green 0.2627451, blue 0.28235295, alpha 1.0, hue 0.52450985, saturation 0.13333334, and lightness 0.21568629.static final intThis color constant "Japanese Iris" has RGBA8888 code7F5D3BFF, red 0.49803922, green 0.3647059, blue 0.23137255, alpha 1.0, hue 0.08333334, saturation 0.26666665, and lightness 0.3647059.static final intThis color constant "Japanese Pale Blue" has RGBA8888 code8C9C76FF, red 0.54901963, green 0.6117647, blue 0.4627451, alpha 1.0, hue 0.2368421, saturation 0.14901963, and lightness 0.5372549.static final intThis color constant "Japanese Triandra Grass" has RGBA8888 codeE2B13CFF, red 0.8862745, green 0.69411767, blue 0.23529412, alpha 1.0, hue 0.117469884, saturation 0.6509804, and lightness 0.56078434.static final intThis color constant "Kelly Green" has RGBA8888 code4CBB17FF, red 0.29803923, green 0.73333335, blue 0.09019608, alpha 1.0, hue 0.27947155, saturation 0.6431373, and lightness 0.4117647.static final intThis color constant "Khaki" has RGBA8888 codeC3B091FF, red 0.7647059, green 0.6901961, blue 0.5686275, alpha 1.0, hue 0.10333333, saturation 0.19607842, and lightness 0.6666667.static final intThis color constant "Kimono Storage" has RGBA8888 code3D4C51FF, red 0.23921569, green 0.29803923, blue 0.31764707, alpha 1.0, hue 0.5416667, saturation 0.07843138, and lightness 0.2784314.static final intThis color constant "Lapis Lazuli" has RGBA8888 code1F4788FF, red 0.12156863, green 0.2784314, blue 0.53333336, alpha 1.0, hue 0.6031746, saturation 0.41176474, and lightness 0.327451.static final intThis color constant "Lavender" has RGBA8888 codeE6E6FAFF, red 0.9019608, green 0.9019608, blue 0.98039216, alpha 1.0, hue 0.6666667, saturation 0.07843137, and lightness 0.9411765.static final intThis color constant "Lavender Blue" has RGBA8888 codeCCCCFFFF, red 0.8, green 0.8, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.19999999, and lightness 0.9.static final intThis color constant "Lavender Blush" has RGBA8888 codeFFF0F5FF, red 1.0, green 0.9411765, blue 0.9607843, alpha 1.0, hue 0.9444444, saturation 0.058823526, and lightness 0.9705882.static final intThis color constant "Lavender Floral" has RGBA8888 codeB57EDCFF, red 0.70980394, green 0.49411765, blue 0.8627451, alpha 1.0, hue 0.7641844, saturation 0.36862746, and lightness 0.67843133.static final intThis color constant "Lavender Gray" has RGBA8888 codeC4C3D0FF, red 0.76862746, green 0.7647059, blue 0.8156863, alpha 1.0, hue 0.6794872, saturation 0.05098039, and lightness 0.79019606.static final intThis color constant "Lavender Magenta" has RGBA8888 codeEE82EEFF, red 0.93333334, green 0.50980395, blue 0.93333334, alpha 1.0, hue 0.8333333, saturation 0.4235294, and lightness 0.72156864.static final intThis color constant "Lavender Pink" has RGBA8888 codeFBAED2FF, red 0.9843137, green 0.68235296, blue 0.8235294, alpha 1.0, hue 0.9220779, saturation 0.30196077, and lightness 0.8333333.static final intThis color constant "Lavender Purple" has RGBA8888 code967BB6FF, red 0.5882353, green 0.48235294, blue 0.7137255, alpha 1.0, hue 0.74293786, saturation 0.23137257, and lightness 0.5980392.static final intThis color constant "Lavender Rose" has RGBA8888 codeFBA0E3FF, red 0.9843137, green 0.627451, blue 0.8901961, alpha 1.0, hue 0.87728935, saturation 0.35686272, and lightness 0.80588233.static final intThis color constant "Lawn Green" has RGBA8888 code7CFC00FF, red 0.4862745, green 0.9882353, blue 0.0, alpha 1.0, hue 0.25132275, saturation 0.9882353, and lightness 0.49411765.static final intThis color constant "Legal Dye" has RGBA8888 code2E211BFF, red 0.18039216, green 0.12941177, blue 0.105882354, alpha 1.0, hue 0.052631587, saturation 0.07450981, and lightness 0.14313726.static final intThis color constant "Lemon" has RGBA8888 codeFDE910FF, red 0.99215686, green 0.9137255, blue 0.0627451, alpha 1.0, hue 0.15260197, saturation 0.92941177, and lightness 0.527451.static final intThis color constant "Lemon Chiffon" has RGBA8888 codeFFFACDFF, red 1.0, green 0.98039216, blue 0.8039216, alpha 1.0, hue 0.15, saturation 0.19607842, and lightness 0.9019608.static final intThis color constant "Light Blue" has RGBA8888 codeADD8E6FF, red 0.6784314, green 0.84705883, blue 0.9019608, alpha 1.0, hue 0.5409357, saturation 0.2235294, and lightness 0.79019606.static final intThis color constant "Light Blue Dye" has RGBA8888 code48929BFF, red 0.28235295, green 0.57254905, blue 0.60784316, alpha 1.0, hue 0.5180723, saturation 0.3254902, and lightness 0.44509807.static final intThis color constant "Light Blue Flower" has RGBA8888 code1D697CFF, red 0.11372549, green 0.4117647, blue 0.4862745, alpha 1.0, hue 0.53333336, saturation 0.37254903, and lightness 0.3.static final intThis color constant "Light Blue Silk" has RGBA8888 code044F67FF, red 0.015686275, green 0.30980393, blue 0.40392157, alpha 1.0, hue 0.5404041, saturation 0.3882353, and lightness 0.20980392.static final intThis color constant "Light Gray" has RGBA8888 codeC0C0C0FF, red 0.7529412, green 0.7529412, blue 0.7529412, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7529412.static final intThis color constant "Light Khaki" has RGBA8888 codeF0E68CFF, red 0.9411765, green 0.9019608, blue 0.54901963, alpha 1.0, hue 0.15, saturation 0.39215684, and lightness 0.74509805.static final intThis color constant "Light Lime" has RGBA8888 codeBFFF00FF, red 0.7490196, green 1.0, blue 0.0, alpha 1.0, hue 0.20849675, saturation 1.0, and lightness 0.5.static final intThis color constant "Light Maroon" has RGBA8888 codeB03060FF, red 0.6901961, green 0.1882353, blue 0.3764706, alpha 1.0, hue 0.9375, saturation 0.5019608, and lightness 0.4392157.static final intThis color constant "Light Pink" has RGBA8888 codeFFB6C1FF, red 1.0, green 0.7137255, blue 0.75686276, alpha 1.0, hue 0.9748858, saturation 0.2862745, and lightness 0.8568628.static final intThis color constant "Light Violet" has RGBA8888 codeEE82EEFF, red 0.93333334, green 0.50980395, blue 0.93333334, alpha 1.0, hue 0.8333333, saturation 0.4235294, and lightness 0.72156864.static final intThis color constant "Light Yellow Dye" has RGBA8888 codeF7BB7DFF, red 0.96862745, green 0.73333335, blue 0.49019608, alpha 1.0, hue 0.08469946, saturation 0.47843137, and lightness 0.7294118.static final intThis color constant "Lilac" has RGBA8888 codeC8A2C8FF, red 0.78431374, green 0.63529414, blue 0.78431374, alpha 1.0, hue 0.8333333, saturation 0.1490196, and lightness 0.70980394.static final intThis color constant "Lime" has RGBA8888 code00FF00FF, red 0.0, green 1.0, blue 0.0, alpha 1.0, hue 0.33333334, saturation 1.0, and lightness 0.5.static final intThis color constant "Lime Green" has RGBA8888 code32CD32FF, red 0.19607843, green 0.8039216, blue 0.19607843, alpha 1.0, hue 0.33333334, saturation 0.60784316, and lightness 0.5.static final intThis color constant "Linen" has RGBA8888 codeFAF0E6FF, red 0.98039216, green 0.9411765, blue 0.9019608, alpha 1.0, hue 0.083333336, saturation 0.07843137, and lightness 0.9411765.static final com.github.tommyettinger.ds.IntListstatic final intThis color constant "Long Spring" has RGBA8888 codeB95754FF, red 0.7254902, green 0.34117648, blue 0.32941177, alpha 1.0, hue 0.004950495, saturation 0.39607844, and lightness 0.52745104.static final intThis color constant "Loquat Brown" has RGBA8888 codeAB6134FF, red 0.67058825, green 0.38039216, blue 0.20392157, alpha 1.0, hue 0.06302521, saturation 0.4666667, and lightness 0.43725494.static final intThis color constant "Lye" has RGBA8888 code7F6B5DFF, red 0.49803922, green 0.41960785, blue 0.3647059, alpha 1.0, hue 0.068627454, saturation 0.13333333, and lightness 0.43137255.static final intThis color constant "Magenta" has RGBA8888 codeFF00FFFF, red 1.0, green 0.0, blue 1.0, alpha 1.0, hue 0.8333333, saturation 1.0, and lightness 0.5.static final intThis color constant "Magenta Dye" has RGBA8888 codeCA1F7BFF, red 0.7921569, green 0.12156863, blue 0.48235294, alpha 1.0, hue 0.91033137, saturation 0.67058825, and lightness 0.45686272.static final intThis color constant "Magic Mint" has RGBA8888 codeAAF0D1FF, red 0.6666667, green 0.9411765, blue 0.81960785, alpha 1.0, hue 0.4261905, saturation 0.2745098, and lightness 0.8039216.static final intThis color constant "Magnolia" has RGBA8888 codeF8F4FFFF, red 0.972549, green 0.95686275, blue 1.0, alpha 1.0, hue 0.72727275, saturation 0.043137252, and lightness 0.97843134.static final intThis color constant "Malachite" has RGBA8888 code0BDA51FF, red 0.043137256, green 0.85490197, blue 0.31764707, alpha 1.0, hue 0.38969406, saturation 0.8117647, and lightness 0.44901958.static final intThis color constant "Maroon" has RGBA8888 code800000FF, red 0.5019608, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.5019608, and lightness 0.2509804.static final intThis color constant "Mauve" has RGBA8888 codeE0B0FFFF, red 0.8784314, green 0.6901961, blue 1.0, alpha 1.0, hue 0.76793253, saturation 0.3098039, and lightness 0.845098.static final intThis color constant "Mauve Taupe" has RGBA8888 code915F6DFF, red 0.5686275, green 0.37254903, blue 0.42745098, alpha 1.0, hue 0.9533333, saturation 0.19607845, and lightness 0.47058824.static final intThis color constant "Maya Blue" has RGBA8888 code73C2FBFF, red 0.4509804, green 0.7607843, blue 0.9843137, alpha 1.0, hue 0.56985295, saturation 0.5333333, and lightness 0.7176471.static final intThis color constant "Meat" has RGBA8888 codeF9906FFF, red 0.9764706, green 0.5647059, blue 0.43529412, alpha 1.0, hue 0.03985508, saturation 0.54117644, and lightness 0.7058824.static final intThis color constant "Medium Blue" has RGBA8888 code0000CDFF, red 0.0, green 0.0, blue 0.8039216, alpha 1.0, hue 0.6666667, saturation 0.8039216, and lightness 0.4019608.static final intThis color constant "Medium Carmine" has RGBA8888 codeAF4035FF, red 0.6862745, green 0.2509804, blue 0.20784314, alpha 1.0, hue 0.0150273265, saturation 0.4784314, and lightness 0.44705886.static final intThis color constant "Medium Crimson" has RGBA8888 codeC93756FF, red 0.7882353, green 0.21568628, blue 0.3372549, alpha 1.0, hue 0.9646119, saturation 0.57254905, and lightness 0.50196075.static final intThis color constant "Medium Lavender Magenta" has RGBA8888 codeCC99CCFF, red 0.8, green 0.6, blue 0.8, alpha 1.0, hue 0.8333333, saturation 0.19999999, and lightness 0.7.static final intThis color constant "Medium Purple" has RGBA8888 code9370DBFF, red 0.5764706, green 0.4392157, blue 0.85882354, alpha 1.0, hue 0.72118384, saturation 0.41960785, and lightness 0.6490196.static final intThis color constant "Medium Spring Green" has RGBA8888 code00FA9AFF, red 0.0, green 0.98039216, blue 0.6039216, alpha 1.0, hue 0.43600002, saturation 0.98039216, and lightness 0.49019608.static final intThis color constant "Midnight Blue" has RGBA8888 code003366FF, red 0.0, green 0.2, blue 0.4, alpha 1.0, hue 0.5833334, saturation 0.4, and lightness 0.2.static final intThis color constant "Midori" has RGBA8888 code2A606BFF, red 0.16470589, green 0.3764706, blue 0.41960785, alpha 1.0, hue 0.52820516, saturation 0.25490195, and lightness 0.29215688.static final intThis color constant "Mint Green" has RGBA8888 code98FF98FF, red 0.59607846, green 1.0, blue 0.59607846, alpha 1.0, hue 0.33333334, saturation 0.40392154, and lightness 0.7980392.static final intThis color constant "Misty Rose" has RGBA8888 codeFFE4E1FF, red 1.0, green 0.89411765, blue 0.88235295, alpha 1.0, hue 0.016666668, saturation 0.11764705, and lightness 0.9411765.static final intThis color constant "Moss" has RGBA8888 code8B7D3AFF, red 0.54509807, green 0.49019608, blue 0.22745098, alpha 1.0, hue 0.13786006, saturation 0.3176471, and lightness 0.38627452.static final intThis color constant "Moss Green" has RGBA8888 codeADDFADFF, red 0.6784314, green 0.8745098, blue 0.6784314, alpha 1.0, hue 0.33333334, saturation 0.19607842, and lightness 0.7764706.static final intThis color constant "Mountbatten Pink" has RGBA8888 code997A8DFF, red 0.6, green 0.47843137, blue 0.5529412, alpha 1.0, hue 0.89784944, saturation 0.12156865, and lightness 0.5392157.static final intThis color constant "Mousy Indigo" has RGBA8888 code5C544EFF, red 0.36078432, green 0.32941177, blue 0.30588236, alpha 1.0, hue 0.071428575, saturation 0.054901958, and lightness 0.33333334.static final intThis color constant "Mousy Wisteria" has RGBA8888 code766980FF, red 0.4627451, green 0.4117647, blue 0.5019608, alpha 1.0, hue 0.76086956, saturation 0.0901961, and lightness 0.45686278.static final intThis color constant "Mulberry" has RGBA8888 code59292CFF, red 0.34901962, green 0.16078432, blue 0.17254902, alpha 1.0, hue 0.9895833, saturation 0.1882353, and lightness 0.25490198.static final intThis color constant "Mulberry Dyed" has RGBA8888 codeC57F2EFF, red 0.77254903, green 0.49803922, blue 0.18039216, alpha 1.0, hue 0.089403965, saturation 0.5921569, and lightness 0.4764706.static final intThis color constant "Mustard" has RGBA8888 codeFFDB58FF, red 1.0, green 0.85882354, blue 0.34509805, alpha 1.0, hue 0.13073853, saturation 0.654902, and lightness 0.672549.static final intThis color constant "Myrtle" has RGBA8888 code21421EFF, red 0.12941177, green 0.25882354, blue 0.11764706, alpha 1.0, hue 0.31944445, saturation 0.14117649, and lightness 0.1882353.static final com.github.tommyettinger.ds.ObjectIntOrderedMap<String> You can look up colors by name here; the names are lower-case, and the colors are packed ints in Oklab format.static final com.github.tommyettinger.ds.ObjectList<String> All names for colors in this palette, in alphabetical order.static final com.github.tommyettinger.ds.ObjectList<String> All names for colors in this palette, with grayscale first, then sorted by hue from red to yellow to green to blue.static final com.github.tommyettinger.ds.ObjectList<String> All names for colors in this palette, sorted by lightness from black to white.static final intThis color constant "Navajo White" has RGBA8888 codeFFDEADFF, red 1.0, green 0.87058824, blue 0.6784314, alpha 1.0, hue 0.0995935, saturation 0.3215686, and lightness 0.8392157.static final intThis color constant "Navy Blue" has RGBA8888 code000080FF, red 0.0, green 0.0, blue 0.5019608, alpha 1.0, hue 0.6666667, saturation 0.5019608, and lightness 0.2509804.static final intThis color constant "Navy Blue Bellflower" has RGBA8888 code191F45FF, red 0.09803922, green 0.12156863, blue 0.27058825, alpha 1.0, hue 0.64393944, saturation 0.17254904, and lightness 0.18431373.static final intThis color constant "Navy Blue Dye" has RGBA8888 code003171FF, red 0.0, green 0.19215687, blue 0.44313726, alpha 1.0, hue 0.5943953, saturation 0.44313726, and lightness 0.22156863.static final intThis color constant "New Bridge" has RGBA8888 code006C7FFF, red 0.0, green 0.42352942, blue 0.49803922, alpha 1.0, hue 0.5249344, saturation 0.49803922, and lightness 0.24901961.static final intThis color constant "Nightingale" has RGBA8888 code645530FF, red 0.39215687, green 0.33333334, blue 0.1882353, alpha 1.0, hue 0.118589744, saturation 0.20392157, and lightness 0.2901961.static final intThis color constant "Nightingale Brown" has RGBA8888 code5C4827FF, red 0.36078432, green 0.28235295, blue 0.15294118, alpha 1.0, hue 0.10377359, saturation 0.20784314, and lightness 0.25686273.static final intThis color constant "Ocean Blue" has RGBA8888 code50B0B8FF, red 0.3137255, green 0.6901961, blue 0.72156864, alpha 1.0, hue 0.51282054, saturation 0.40784314, and lightness 0.5176471.static final intThis color constant "Ochre" has RGBA8888 codeCC7722FF, red 0.8, green 0.46666667, blue 0.13333334, alpha 1.0, hue 0.08333333, saturation 0.6666667, and lightness 0.46666667.static final intThis color constant "Old Bamboo" has RGBA8888 code5E644FFF, red 0.36862746, green 0.39215687, blue 0.30980393, alpha 1.0, hue 0.21428573, saturation 0.082352936, and lightness 0.3509804.static final intThis color constant "Old Gold" has RGBA8888 codeCFB53BFF, red 0.8117647, green 0.70980394, blue 0.23137255, alpha 1.0, hue 0.13738738, saturation 0.5803922, and lightness 0.52156866.static final intThis color constant "Old Lace" has RGBA8888 codeFDF5E6FF, red 0.99215686, green 0.9607843, blue 0.9019608, alpha 1.0, hue 0.10869565, saturation 0.09019607, and lightness 0.9470588.static final intThis color constant "Old Lavender" has RGBA8888 code796878FF, red 0.4745098, green 0.40784314, blue 0.47058824, alpha 1.0, hue 0.84313726, saturation 0.06666666, and lightness 0.44117647.static final intThis color constant "Old Rose" has RGBA8888 codeC08081FF, red 0.7529412, green 0.5019608, blue 0.5058824, alpha 1.0, hue 0.9973958, saturation 0.25098038, and lightness 0.627451.static final intThis color constant "Olive" has RGBA8888 code808000FF, red 0.5019608, green 0.5019608, blue 0.0, alpha 1.0, hue 0.16666666, saturation 0.5019608, and lightness 0.2509804.static final intThis color constant "Olive Drab" has RGBA8888 code6B8E23FF, red 0.41960785, green 0.5568628, blue 0.13725491, alpha 1.0, hue 0.22118384, saturation 0.41960788, and lightness 0.34705883.static final intThis color constant "Olivine" has RGBA8888 code9AB973FF, red 0.6039216, green 0.7254902, blue 0.4509804, alpha 1.0, hue 0.24047619, saturation 0.27450982, and lightness 0.5882353.static final intThis color constant "Onando" has RGBA8888 code364141FF, red 0.21176471, green 0.25490198, blue 0.25490198, alpha 1.0, hue 0.5, saturation 0.043137267, and lightness 0.23333333.static final intThis color constant "One Kin Dye" has RGBA8888 codeF08F90FF, red 0.9411765, green 0.56078434, blue 0.5647059, alpha 1.0, hue 0.9982818, saturation 0.38039213, and lightness 0.7509804.static final intThis color constant "Opposite Flower" has RGBA8888 code4D646CFF, red 0.3019608, green 0.39215687, blue 0.42352942, alpha 1.0, hue 0.5430108, saturation 0.12156862, and lightness 0.3627451.static final intThis color constant "Orange" has RGBA8888 codeFFC800FF, red 1.0, green 0.78431374, blue 0.0, alpha 1.0, hue 0.13071896, saturation 1.0, and lightness 0.5.static final intThis color constant "Orange Peel" has RGBA8888 codeFFA000FF, red 1.0, green 0.627451, blue 0.0, alpha 1.0, hue 0.104575165, saturation 1.0, and lightness 0.5.static final intThis color constant "Orange Red" has RGBA8888 codeFF4500FF, red 1.0, green 0.27058825, blue 0.0, alpha 1.0, hue 0.04509804, saturation 1.0, and lightness 0.5.static final intThis color constant "Orangutan" has RGBA8888 codeDC3023FF, red 0.8627451, green 0.1882353, blue 0.13725491, alpha 1.0, hue 0.01171171, saturation 0.7254902, and lightness 0.5.static final intThis color constant "Orchid" has RGBA8888 codeDA70D6FF, red 0.85490197, green 0.4392157, blue 0.8392157, alpha 1.0, hue 0.8396226, saturation 0.41568628, and lightness 0.64705884.static final intThis color constant "Overdyed Red Brown" has RGBA8888 codeE35C38FF, red 0.8901961, green 0.36078432, blue 0.21960784, alpha 1.0, hue 0.03508772, saturation 0.67058825, and lightness 0.55490196.static final intThis color constant "Pale Blue" has RGBA8888 codeAFEEEEFF, red 0.6862745, green 0.93333334, blue 0.93333334, alpha 1.0, hue 0.5, saturation 0.24705881, and lightness 0.8098039.static final intThis color constant "Pale Brown" has RGBA8888 code987654FF, red 0.59607846, green 0.4627451, blue 0.32941177, alpha 1.0, hue 0.08333332, saturation 0.26666668, and lightness 0.46274513.static final intThis color constant "Pale Carmine" has RGBA8888 codeAF4035FF, red 0.6862745, green 0.2509804, blue 0.20784314, alpha 1.0, hue 0.0150273265, saturation 0.4784314, and lightness 0.44705886.static final intThis color constant "Pale Chestnut" has RGBA8888 codeDDADAFFF, red 0.8666667, green 0.6784314, blue 0.6862745, alpha 1.0, hue 0.9930556, saturation 0.18823528, and lightness 0.77254903.static final intThis color constant "Pale Cornflower Blue" has RGBA8888 codeABCDEFFF, red 0.67058825, green 0.8039216, blue 0.9372549, alpha 1.0, hue 0.5833334, saturation 0.26666665, and lightness 0.8039216.static final intThis color constant "Pale Crimson" has RGBA8888 codeF2666CFF, red 0.9490196, green 0.4, blue 0.42352942, alpha 1.0, hue 0.99285716, saturation 0.5490196, and lightness 0.67450976.static final intThis color constant "Pale Fallen Leaves" has RGBA8888 codeAA8736FF, red 0.6666667, green 0.5294118, blue 0.21176471, alpha 1.0, hue 0.11637931, saturation 0.454902, and lightness 0.43921566.static final intThis color constant "Pale Green Onion" has RGBA8888 code749F8DFF, red 0.45490196, green 0.62352943, blue 0.5529412, alpha 1.0, hue 0.43023258, saturation 0.16862747, and lightness 0.5392157.static final intThis color constant "Pale Incense" has RGBA8888 codeFFA565FF, red 1.0, green 0.64705884, blue 0.39607844, alpha 1.0, hue 0.06926408, saturation 0.60392153, and lightness 0.69803923.static final intThis color constant "Pale Magenta" has RGBA8888 codeF984E5FF, red 0.9764706, green 0.5176471, blue 0.8980392, alpha 1.0, hue 0.8618234, saturation 0.4588235, and lightness 0.7470588.static final intThis color constant "Pale Oak" has RGBA8888 codeBBA46DFF, red 0.73333335, green 0.6431373, blue 0.42745098, alpha 1.0, hue 0.11752137, saturation 0.30588236, and lightness 0.5803921.static final intThis color constant "Pale Persimmon" has RGBA8888 codeFCA474FF, red 0.9882353, green 0.6431373, blue 0.45490196, alpha 1.0, hue 0.058823537, saturation 0.5333333, and lightness 0.72156864.static final intThis color constant "Pale Pink" has RGBA8888 codeFADADDFF, red 0.98039216, green 0.85490197, blue 0.8666667, alpha 1.0, hue 0.984375, saturation 0.12549019, and lightness 0.91764706.static final intThis color constant "Pale Red Violet" has RGBA8888 codeDB7093FF, red 0.85882354, green 0.4392157, blue 0.5764706, alpha 1.0, hue 0.94548285, saturation 0.41960785, and lightness 0.6490196.static final intThis color constant "Pale Young Green Onion" has RGBA8888 code8DB255FF, red 0.5529412, green 0.69803923, blue 0.33333334, alpha 1.0, hue 0.23297492, saturation 0.3647059, and lightness 0.5156863.static final intThis color constant "Papaya Whip" has RGBA8888 codeFFEFD5FF, red 1.0, green 0.9372549, blue 0.8352941, alpha 1.0, hue 0.103174604, saturation 0.16470587, and lightness 0.91764706.static final intThis color constant "Pastel Green" has RGBA8888 code77DD77FF, red 0.46666667, green 0.8666667, blue 0.46666667, alpha 1.0, hue 0.33333334, saturation 0.4, and lightness 0.6666667.static final intThis color constant "Pastel Pink" has RGBA8888 codeFFD1DCFF, red 1.0, green 0.81960785, blue 0.8627451, alpha 1.0, hue 0.96014494, saturation 0.18039215, and lightness 0.9098039.static final intThis color constant "Patina" has RGBA8888 code407A52FF, red 0.2509804, green 0.47843137, blue 0.32156864, alpha 1.0, hue 0.38505748, saturation 0.22745097, and lightness 0.3647059.static final intThis color constant "Patrinia Flower" has RGBA8888 codeD9B611FF, red 0.8509804, green 0.7137255, blue 0.06666667, alpha 1.0, hue 0.1375, saturation 0.78431374, and lightness 0.45882353.static final intThis color constant "Peach" has RGBA8888 codeFFE5B4FF, red 1.0, green 0.8980392, blue 0.7058824, alpha 1.0, hue 0.10888889, saturation 0.29411763, and lightness 0.85294116.static final intThis color constant "Peach Dye" has RGBA8888 codeF47983FF, red 0.95686275, green 0.4745098, blue 0.5137255, alpha 1.0, hue 0.98644984, saturation 0.48235294, and lightness 0.71568626.static final intThis color constant "Peach Orange" has RGBA8888 codeFFCC99FF, red 1.0, green 0.8, blue 0.6, alpha 1.0, hue 0.083333336, saturation 0.39999998, and lightness 0.8.static final intThis color constant "Peach Yellow" has RGBA8888 codeFADFADFF, red 0.98039216, green 0.8745098, blue 0.6784314, alpha 1.0, hue 0.10822511, saturation 0.30196077, and lightness 0.8294118.static final intThis color constant "Pear" has RGBA8888 codeD1E231FF, red 0.81960785, green 0.8862745, blue 0.19215687, alpha 1.0, hue 0.18267421, saturation 0.69411767, and lightness 0.5392157.static final intThis color constant "Periwinkle" has RGBA8888 codeCCCCFFFF, red 0.8, green 0.8, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.19999999, and lightness 0.9.static final intThis color constant "Persian Blue" has RGBA8888 code1C39BBFF, red 0.10980392, green 0.22352941, blue 0.73333335, alpha 1.0, hue 0.6362684, saturation 0.62352943, and lightness 0.42156863.static final intThis color constant "Persian Green" has RGBA8888 code00A693FF, red 0.0, green 0.6509804, blue 0.5764706, alpha 1.0, hue 0.4809237, saturation 0.6509804, and lightness 0.3254902.static final intThis color constant "Persian Indigo" has RGBA8888 code32127AFF, red 0.19607843, green 0.07058824, blue 0.47843137, alpha 1.0, hue 0.71794873, saturation 0.40784314, and lightness 0.27450982.static final intThis color constant "Persian Pink" has RGBA8888 codeF77FBEFF, red 0.96862745, green 0.49803922, blue 0.74509805, alpha 1.0, hue 0.9125, saturation 0.47058824, and lightness 0.73333335.static final intThis color constant "Persian Red" has RGBA8888 codeCC3333FF, red 0.8, green 0.2, blue 0.2, alpha 1.0, hue 0.0, saturation 0.6, and lightness 0.5.static final intThis color constant "Persian Rose" has RGBA8888 codeFE28A2FF, red 0.99607843, green 0.15686275, blue 0.63529414, alpha 1.0, hue 0.9049844, saturation 0.8392157, and lightness 0.57647055.static final intThis color constant "Persimmon" has RGBA8888 codeEC5800FF, red 0.9254902, green 0.34509805, blue 0.0, alpha 1.0, hue 0.06214689, saturation 0.9254902, and lightness 0.4627451.static final intThis color constant "Persimmon Juice" has RGBA8888 code934337FF, red 0.5764706, green 0.2627451, blue 0.21568628, alpha 1.0, hue 0.021739133, saturation 0.36078435, and lightness 0.3960784.static final intThis color constant "Pigment Blue" has RGBA8888 code333399FF, red 0.2, green 0.2, blue 0.6, alpha 1.0, hue 0.6666667, saturation 0.40000004, and lightness 0.4.static final intThis color constant "Pine Green" has RGBA8888 code01796FFF, red 0.003921569, green 0.4745098, blue 0.43529412, alpha 1.0, hue 0.4861111, saturation 0.47058824, and lightness 0.2392157.static final intThis color constant "Pine Needle" has RGBA8888 code454D32FF, red 0.27058825, green 0.3019608, blue 0.19607843, alpha 1.0, hue 0.21604939, saturation 0.10588236, and lightness 0.24901962.static final intThis color constant "Pink" has RGBA8888 codeFFAFAFFF, red 1.0, green 0.6862745, blue 0.6862745, alpha 1.0, hue 0.0, saturation 0.31372547, and lightness 0.84313726.static final intThis color constant "Pink Orange" has RGBA8888 codeFF9966FF, red 1.0, green 0.6, blue 0.4, alpha 1.0, hue 0.05555556, saturation 0.6, and lightness 0.7.static final intA fully-transparent color that is not exactly transparent black (rather, transparent very dark blue), to be used as a placeholder for colors that aren't valid in some way.static final intThis color constant "Plain Mouse" has RGBA8888 code6E5F57FF, red 0.43137255, green 0.37254903, blue 0.34117648, alpha 1.0, hue 0.057971016, saturation 0.09019607, and lightness 0.38627452.static final intThis color constant "Platinum" has RGBA8888 codeE5E4E2FF, red 0.8980392, green 0.89411765, blue 0.8862745, alpha 1.0, hue 0.11111111, saturation 0.011764705, and lightness 0.8921569.static final intThis color constant "Plum" has RGBA8888 codeCC99CCFF, red 0.8, green 0.6, blue 0.8, alpha 1.0, hue 0.8333333, saturation 0.19999999, and lightness 0.7.static final intThis color constant "Plum Blossom Mouse" has RGBA8888 code97645AFF, red 0.5921569, green 0.39215687, blue 0.3529412, alpha 1.0, hue 0.027322402, saturation 0.2392157, and lightness 0.47254902.static final intThis color constant "Plum Dyed" has RGBA8888 codeFA9258FF, red 0.98039216, green 0.57254905, blue 0.34509805, alpha 1.0, hue 0.05967079, saturation 0.6352941, and lightness 0.6627451.static final intThis color constant "Plum Purple" has RGBA8888 code8F4155FF, red 0.56078434, green 0.25490198, blue 0.33333334, alpha 1.0, hue 0.95726496, saturation 0.30588236, and lightness 0.40784317.static final intThis color constant "Polished Brown" has RGBA8888 code9F5233FF, red 0.62352943, green 0.32156864, blue 0.2, alpha 1.0, hue 0.047839504, saturation 0.42352945, and lightness 0.41176474.static final intThis color constant "Powder Blue" has RGBA8888 codeB0E0E6FF, red 0.6901961, green 0.8784314, blue 0.9019608, alpha 1.0, hue 0.51851857, saturation 0.2117647, and lightness 0.79607844.static final intThis color constant "Prussian Blue" has RGBA8888 code003153FF, red 0.0, green 0.19215687, blue 0.3254902, alpha 1.0, hue 0.5682731, saturation 0.3254902, and lightness 0.1627451.static final intThis color constant "Psychedelic Purple" has RGBA8888 codeDD00FFFF, red 0.8666667, green 0.0, blue 1.0, alpha 1.0, hue 0.81111115, saturation 1.0, and lightness 0.5.static final intThis color constant "Puce" has RGBA8888 codeCC8899FF, red 0.8, green 0.53333336, blue 0.6, alpha 1.0, hue 0.9583333, saturation 0.26666665, and lightness 0.6666667.static final intThis color constant "Pumpkin" has RGBA8888 codeFF7518FF, red 1.0, green 0.45882353, blue 0.09411765, alpha 1.0, hue 0.06709957, saturation 0.90588236, and lightness 0.5470588.static final intThis color constant "Pure Crimson" has RGBA8888 codeC3272BFF, red 0.7647059, green 0.15294118, blue 0.16862746, alpha 1.0, hue 0.9957265, saturation 0.6117647, and lightness 0.45882356.static final intThis color constant "Pure Dark Gray" has RGBA8888 code3F4041FF, red 0.24705882, green 0.2509804, blue 0.25490198, alpha 1.0, hue 0.5833332, saturation 0.007843152, and lightness 0.2509804.static final intThis color constant "Purple" has RGBA8888 code800080FF, red 0.5019608, green 0.0, blue 0.5019608, alpha 1.0, hue 0.8333334, saturation 0.5019608, and lightness 0.2509804.static final intThis color constant "Purple Dye" has RGBA8888 code4F284BFF, red 0.30980393, green 0.15686275, blue 0.29411766, alpha 1.0, hue 0.8504274, saturation 0.15294118, and lightness 0.23333333.static final intThis color constant "Purple Kite" has RGBA8888 code512C31FF, red 0.31764707, green 0.17254902, blue 0.19215687, alpha 1.0, hue 0.9774775, saturation 0.14509805, and lightness 0.24509805.static final intThis color constant "Purple Taupe" has RGBA8888 code50404DFF, red 0.3137255, green 0.2509804, blue 0.3019608, alpha 1.0, hue 0.8645833, saturation 0.062745094, and lightness 0.28235295.static final intThis color constant "Rabbit Ear Iris" has RGBA8888 code491E3CFF, red 0.28627452, green 0.11764706, blue 0.23529412, alpha 1.0, hue 0.88372093, saturation 0.16862747, and lightness 0.20196079.static final int[]This array is loaded with the colors found in the rainbow, in the standard ROYGBIV order.static final intThis color constant "Rapeblossom Brown" has RGBA8888 codeE3B130FF, red 0.8901961, green 0.69411767, blue 0.1882353, alpha 1.0, hue 0.12011173, saturation 0.7019608, and lightness 0.5392157.static final intThis color constant "Rapeseed Oil" has RGBA8888 codeA17917FF, red 0.6313726, green 0.4745098, blue 0.09019608, alpha 1.0, hue 0.11835749, saturation 0.5411765, and lightness 0.3607843.static final intThis color constant "Raw Umber" has RGBA8888 code734A12FF, red 0.4509804, green 0.2901961, blue 0.07058824, alpha 1.0, hue 0.09621994, saturation 0.38039216, and lightness 0.26078433.static final intThis color constant "Razzamatazz" has RGBA8888 codeE30B5CFF, red 0.8901961, green 0.043137256, blue 0.36078432, alpha 1.0, hue 0.9375, saturation 0.84705883, and lightness 0.46666664.static final intThis color constant "Red" has RGBA8888 codeFF0000FF, red 1.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 1.0, and lightness 0.5.static final intThis color constant "Red Bean" has RGBA8888 code672422FF, red 0.40392157, green 0.14117648, blue 0.13333334, alpha 1.0, hue 0.004830918, saturation 0.27058822, and lightness 0.26862746.static final intThis color constant "Red Birch" has RGBA8888 code9D2B22FF, red 0.6156863, green 0.16862746, blue 0.13333334, alpha 1.0, hue 0.012195121, saturation 0.48235297, and lightness 0.3745098.static final intThis color constant "Red Dye Turmeric" has RGBA8888 codeFB8136FF, red 0.9843137, green 0.5058824, blue 0.21176471, alpha 1.0, hue 0.06345179, saturation 0.77254903, and lightness 0.5980392.static final intThis color constant "Red Incense" has RGBA8888 codeF07F5EFF, red 0.9411765, green 0.49803922, blue 0.36862746, alpha 1.0, hue 0.037671234, saturation 0.572549, and lightness 0.654902.static final intThis color constant "Red Kite" has RGBA8888 code913228FF, red 0.5686275, green 0.19607843, blue 0.15686275, alpha 1.0, hue 0.015873013, saturation 0.41176474, and lightness 0.36274508.static final intThis color constant "Red Ochre" has RGBA8888 code9F5233FF, red 0.62352943, green 0.32156864, blue 0.2, alpha 1.0, hue 0.047839504, saturation 0.42352945, and lightness 0.41176474.static final intThis color constant "Red Pigment" has RGBA8888 codeED1C24FF, red 0.92941177, green 0.10980392, blue 0.14117648, alpha 1.0, hue 0.9936204, saturation 0.81960785, and lightness 0.51960784.static final intThis color constant "Red Plum" has RGBA8888 codeDB5A6BFF, red 0.85882354, green 0.3529412, blue 0.41960785, alpha 1.0, hue 0.97803617, saturation 0.5058824, and lightness 0.60588235.static final int[]This array is loaded with the colors from the traditional Japanese Red Series found on Wikipedia.static final intThis color constant "Red Violet" has RGBA8888 codeC71585FF, red 0.78039217, green 0.08235294, blue 0.52156866, alpha 1.0, hue 0.8951311, saturation 0.69803923, and lightness 0.43137255.static final int[]This array is loaded with the colors from the traditional Japanese Red-Violet Series found on Wikipedia.static final intThis color constant "Red Wisteria" has RGBA8888 codeBB7796FF, red 0.73333335, green 0.46666667, blue 0.5882353, alpha 1.0, hue 0.9240196, saturation 0.26666668, and lightness 0.6.static final intThis color constant "Rich Carmine" has RGBA8888 codeD70040FF, red 0.84313726, green 0.0, blue 0.2509804, alpha 1.0, hue 0.9503876, saturation 0.84313726, and lightness 0.42156863.static final intThis color constant "Rich Gardenia" has RGBA8888 codeF57F4FFF, red 0.9607843, green 0.49803922, blue 0.30980393, alpha 1.0, hue 0.04819277, saturation 0.65098035, and lightness 0.63529414.static final intThis color constant "Rikan Brown" has RGBA8888 code534A32FF, red 0.3254902, green 0.2901961, blue 0.19607843, alpha 1.0, hue 0.121212125, saturation 0.12941177, and lightness 0.26078433.static final intThis color constant "Rinsed Out Red" has RGBA8888 codeFF7952FF, red 1.0, green 0.4745098, blue 0.32156864, alpha 1.0, hue 0.037572253, saturation 0.6784314, and lightness 0.6607843.static final intThis color constant "Robin Egg Blue" has RGBA8888 code00CCCCFF, red 0.0, green 0.8, blue 0.8, alpha 1.0, hue 0.5, saturation 0.8, and lightness 0.4.static final intThis color constant "Rose" has RGBA8888 codeFF007FFF, red 1.0, green 0.0, blue 0.49803922, alpha 1.0, hue 0.91699344, saturation 1.0, and lightness 0.5.static final intThis color constant "Rose Madder" has RGBA8888 codeE32636FF, red 0.8901961, green 0.14901961, blue 0.21176471, alpha 1.0, hue 0.9858906, saturation 0.7411765, and lightness 0.51960784.static final intThis color constant "Rose Taupe" has RGBA8888 code905D5DFF, red 0.5647059, green 0.3647059, blue 0.3647059, alpha 1.0, hue 0.0, saturation 0.20000002, and lightness 0.46470588.static final intThis color constant "Royal Blue" has RGBA8888 code4169E1FF, red 0.25490198, green 0.4117647, blue 0.88235295, alpha 1.0, hue 0.625, saturation 0.62745094, and lightness 0.5686275.static final intThis color constant "Royal Purple" has RGBA8888 code6B3FA0FF, red 0.41960785, green 0.24705882, blue 0.627451, alpha 1.0, hue 0.7422681, saturation 0.3803922, and lightness 0.4372549.static final intThis color constant "Ruby" has RGBA8888 codeE0115FFF, red 0.8784314, green 0.06666667, blue 0.37254903, alpha 1.0, hue 0.93719804, saturation 0.8117647, and lightness 0.47254905.static final intThis color constant "Russet" has RGBA8888 code80461BFF, red 0.5019608, green 0.27450982, blue 0.105882354, alpha 1.0, hue 0.070957094, saturation 0.39607847, and lightness 0.30392158.static final intThis color constant "Rust" has RGBA8888 codeB7410EFF, red 0.7176471, green 0.25490198, blue 0.05490196, alpha 1.0, hue 0.05029586, saturation 0.6627451, and lightness 0.38627455.static final intThis color constant "Rusted Light Blue" has RGBA8888 code6A7F7AFF, red 0.41568628, green 0.49803922, blue 0.47843137, alpha 1.0, hue 0.4603175, saturation 0.082352936, and lightness 0.45686275.static final intThis color constant "Rusty Celadon" has RGBA8888 code898A74FF, red 0.5372549, green 0.5411765, blue 0.45490196, alpha 1.0, hue 0.17424244, saturation 0.086274534, and lightness 0.49803922.static final intThis color constant "Rusty Storage" has RGBA8888 code455859FF, red 0.27058825, green 0.34509805, blue 0.34901962, alpha 1.0, hue 0.5083333, saturation 0.07843137, and lightness 0.30980393.static final intThis color constant "Rusty Storeroom" has RGBA8888 code3A403BFF, red 0.22745098, green 0.2509804, blue 0.23137255, alpha 1.0, hue 0.3611111, saturation 0.023529425, and lightness 0.2392157.static final intThis color constant "Safety Orange" has RGBA8888 codeFF6600FF, red 1.0, green 0.4, blue 0.0, alpha 1.0, hue 0.06666667, saturation 1.0, and lightness 0.5.static final intThis color constant "Safflower" has RGBA8888 code5A4F74FF, red 0.3529412, green 0.30980393, blue 0.45490196, alpha 1.0, hue 0.7162162, saturation 0.14509803, and lightness 0.38235295.static final intThis color constant "Saffron" has RGBA8888 codeF4C430FF, red 0.95686275, green 0.76862746, blue 0.1882353, alpha 1.0, hue 0.12585033, saturation 0.76862746, and lightness 0.57254905.static final intThis color constant "Salmon" has RGBA8888 codeFF8C69FF, red 1.0, green 0.54901963, blue 0.4117647, alpha 1.0, hue 0.038888898, saturation 0.58823526, and lightness 0.7058824.static final intThis color constant "Sandy Brown" has RGBA8888 codeF4A460FF, red 0.95686275, green 0.6431373, blue 0.3764706, alpha 1.0, hue 0.07657658, saturation 0.5803921, and lightness 0.6666667.static final intThis color constant "Sangria" has RGBA8888 code92000AFF, red 0.57254905, green 0.0, blue 0.039215688, alpha 1.0, hue 0.98858446, saturation 0.57254905, and lightness 0.28627452.static final intThis color constant "Sappanwood" has RGBA8888 code7E2639FF, red 0.49411765, green 0.14901961, blue 0.22352941, alpha 1.0, hue 0.9640151, saturation 0.34509802, and lightness 0.32156864.static final intThis color constant "Sappanwood Incense" has RGBA8888 codeA24F46FF, red 0.63529414, green 0.30980393, blue 0.27450982, alpha 1.0, hue 0.016304346, saturation 0.36078432, and lightness 0.45490196.static final intThis color constant "Sapphire" has RGBA8888 code082567FF, red 0.03137255, green 0.14509805, blue 0.40392157, alpha 1.0, hue 0.6157895, saturation 0.37254903, and lightness 0.21764705.static final intThis color constant "Sawtooth Oak" has RGBA8888 codeEC956CFF, red 0.9254902, green 0.58431375, blue 0.42352942, alpha 1.0, hue 0.053385425, saturation 0.50196075, and lightness 0.6745098.static final intThis color constant "Scarlet" has RGBA8888 codeFF2400FF, red 1.0, green 0.14117648, blue 0.0, alpha 1.0, hue 0.023529412, saturation 1.0, and lightness 0.5.static final intThis color constant "School Bus Yellow" has RGBA8888 codeFFD800FF, red 1.0, green 0.84705883, blue 0.0, alpha 1.0, hue 0.14117648, saturation 1.0, and lightness 0.5.static final intThis color constant "Scorched Brown" has RGBA8888 code351F19FF, red 0.20784314, green 0.12156863, blue 0.09803922, alpha 1.0, hue 0.035714284, saturation 0.10980392, and lightness 0.15294117.static final intThis color constant "Sea Green" has RGBA8888 code2E8B57FF, red 0.18039216, green 0.54509807, blue 0.34117648, alpha 1.0, hue 0.40681005, saturation 0.36470592, and lightness 0.3627451.static final intThis color constant "Seashell" has RGBA8888 codeFFF5EEFF, red 1.0, green 0.9607843, blue 0.93333334, alpha 1.0, hue 0.068627454, saturation 0.06666666, and lightness 0.9666667.static final intThis color constant "Selective Yellow" has RGBA8888 codeFFBA00FF, red 1.0, green 0.7294118, blue 0.0, alpha 1.0, hue 0.12156863, saturation 1.0, and lightness 0.5.static final intThis color constant "Sen No Rikyu's Tea" has RGBA8888 code826B58FF, red 0.50980395, green 0.41960785, blue 0.34509805, alpha 1.0, hue 0.07539681, saturation 0.1647059, and lightness 0.42745098.static final intThis color constant "Sepia" has RGBA8888 code704214FF, red 0.4392157, green 0.25882354, blue 0.078431375, alpha 1.0, hue 0.083333336, saturation 0.36078432, and lightness 0.25882354.static final intThis color constant "Shamrock Green" has RGBA8888 code009E60FF, red 0.0, green 0.61960787, blue 0.3764706, alpha 1.0, hue 0.43459916, saturation 0.61960787, and lightness 0.30980393.static final intThis color constant "Shocking Pink" has RGBA8888 codeFC0FC0FF, red 0.9882353, green 0.05882353, blue 0.7529412, alpha 1.0, hue 0.87552744, saturation 0.92941177, and lightness 0.5235294.static final intThis color constant "Shrimp Brown" has RGBA8888 code5E2824FF, red 0.36862746, green 0.15686275, blue 0.14117648, alpha 1.0, hue 0.011494252, saturation 0.22745098, and lightness 0.25490195.static final intThis color constant "Silk Crepe Brown" has RGBA8888 code354E4BFF, red 0.20784314, green 0.30588236, blue 0.29411766, alpha 1.0, hue 0.48000002, saturation 0.098039225, and lightness 0.25686276.static final intThis color constant "Silver" has RGBA8888 codeC0C0C0FF, red 0.7529412, green 0.7529412, blue 0.7529412, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7529412.static final intThis color constant "Silver Grey" has RGBA8888 code97867CFF, red 0.5921569, green 0.5254902, blue 0.4862745, alpha 1.0, hue 0.061728425, saturation 0.10588238, and lightness 0.5392157.static final intThis color constant "Silvered Red" has RGBA8888 codeBC2D29FF, red 0.7372549, green 0.1764706, blue 0.16078432, alpha 1.0, hue 0.004535147, saturation 0.5764706, and lightness 0.4490196.static final intThis color constant "Simmered Seawead" has RGBA8888 code4C3D30FF, red 0.29803923, green 0.23921569, blue 0.1882353, alpha 1.0, hue 0.07738094, saturation 0.10980393, and lightness 0.24313726.static final intThis color constant "Siskin Sprout Yellow" has RGBA8888 code7A942EFF, red 0.47843137, green 0.5803922, blue 0.18039216, alpha 1.0, hue 0.20915034, saturation 0.40000004, and lightness 0.38039216.static final intThis color constant "Sky" has RGBA8888 code4D8FACFF, red 0.3019608, green 0.56078434, blue 0.6745098, alpha 1.0, hue 0.5508772, saturation 0.37254903, and lightness 0.4882353.static final intThis color constant "Sky Blue" has RGBA8888 code87CEEBFF, red 0.5294118, green 0.80784315, blue 0.92156863, alpha 1.0, hue 0.54833335, saturation 0.39215684, and lightness 0.7254902.static final intThis color constant "Slate Gray" has RGBA8888 code708090FF, red 0.4392157, green 0.5019608, blue 0.5647059, alpha 1.0, hue 0.5833333, saturation 0.12549022, and lightness 0.5019608.static final intThis color constant "Smalt" has RGBA8888 code003399FF, red 0.0, green 0.2, blue 0.6, alpha 1.0, hue 0.6111111, saturation 0.6, and lightness 0.3.static final intThis color constant "Sooty Bamboo" has RGBA8888 code593A27FF, red 0.34901962, green 0.22745098, blue 0.15294118, alpha 1.0, hue 0.063333325, saturation 0.19607843, and lightness 0.2509804.static final intThis color constant "Sooty Willow Bamboo" has RGBA8888 code4D4B3AFF, red 0.3019608, green 0.29411766, blue 0.22745098, alpha 1.0, hue 0.1491228, saturation 0.074509814, and lightness 0.2647059.static final intThis color constant "Sparrow Brown" has RGBA8888 code8C4736FF, red 0.54901963, green 0.2784314, blue 0.21176471, alpha 1.0, hue 0.03294574, saturation 0.33725494, and lightness 0.38039216.static final intThis color constant "Spring Bud" has RGBA8888 codeA7FC00FF, red 0.654902, green 0.9882353, blue 0.0, alpha 1.0, hue 0.22288361, saturation 0.9882353, and lightness 0.49411765.static final intThis color constant "Spring Green" has RGBA8888 code00FF7FFF, red 0.0, green 1.0, blue 0.49803922, alpha 1.0, hue 0.41633987, saturation 1.0, and lightness 0.5.static final intThis color constant "Stained Red" has RGBA8888 code78779BFF, red 0.47058824, green 0.46666667, blue 0.60784316, alpha 1.0, hue 0.6712963, saturation 0.14117649, and lightness 0.5372549.static final intThis color constant "Steamed Chestnut" has RGBA8888 codeD3B17DFF, red 0.827451, green 0.69411767, blue 0.49019608, alpha 1.0, hue 0.1007752, saturation 0.3372549, and lightness 0.6588235.static final intThis color constant "Steel Blue" has RGBA8888 code4682B4FF, red 0.27450982, green 0.50980395, blue 0.7058824, alpha 1.0, hue 0.5757576, saturation 0.43137255, and lightness 0.49019608.static final intThis color constant "Storeroom Brown" has RGBA8888 code3D4035FF, red 0.23921569, green 0.2509804, blue 0.20784314, alpha 1.0, hue 0.21212126, saturation 0.043137267, and lightness 0.22941178.static final intThis color constant "Stylish Persimnmon" has RGBA8888 codeFFA26BFF, red 1.0, green 0.63529414, blue 0.41960785, alpha 1.0, hue 0.061936945, saturation 0.5803921, and lightness 0.70980394.static final intThis color constant "Sumac" has RGBA8888 code592B1FFF, red 0.34901962, green 0.16862746, blue 0.12156863, alpha 1.0, hue 0.03448276, saturation 0.227451, and lightness 0.2352941.static final intThis color constant "Sumac Dyed" has RGBA8888 codeE08A1EFF, red 0.8784314, green 0.5411765, blue 0.11764706, alpha 1.0, hue 0.09278351, saturation 0.7607843, and lightness 0.49803922.static final intThis color constant "Tan" has RGBA8888 codeD2B48CFF, red 0.8235294, green 0.7058824, blue 0.54901963, alpha 1.0, hue 0.0952381, saturation 0.2745098, and lightness 0.6862745.static final intThis color constant "Tangerine" has RGBA8888 codeF28500FF, red 0.9490196, green 0.52156866, blue 0.0, alpha 1.0, hue 0.0915978, saturation 0.9490196, and lightness 0.4745098.static final intThis color constant "Tangerine Yellow" has RGBA8888 codeFFCC00FF, red 1.0, green 0.8, blue 0.0, alpha 1.0, hue 0.13333334, saturation 1.0, and lightness 0.5.static final intThis color constant "Tatarian Aster" has RGBA8888 code976E9AFF, red 0.5921569, green 0.43137255, blue 0.6039216, alpha 1.0, hue 0.8219697, saturation 0.17254904, and lightness 0.5176471.static final intThis color constant "Taupe" has RGBA8888 code483C32FF, red 0.28235295, green 0.23529412, blue 0.19607843, alpha 1.0, hue 0.075757556, saturation 0.08627452, and lightness 0.23921569.static final intThis color constant "Tawny" has RGBA8888 codeCD5700FF, red 0.8039216, green 0.34117648, blue 0.0, alpha 1.0, hue 0.070731714, saturation 0.8039216, and lightness 0.4019608.static final intThis color constant "Tea Garden Contemplation" has RGBA8888 code665343FF, red 0.4, green 0.3254902, blue 0.2627451, alpha 1.0, hue 0.07619048, saturation 0.1372549, and lightness 0.33137256.static final intThis color constant "Tea Green" has RGBA8888 codeD0F0C0FF, red 0.8156863, green 0.9411765, blue 0.7529412, alpha 1.0, hue 0.2777778, saturation 0.18823528, and lightness 0.84705883.static final intThis color constant "Tea Orange" has RGBA8888 codeF88379FF, red 0.972549, green 0.5137255, blue 0.4745098, alpha 1.0, hue 0.013123369, saturation 0.49803922, and lightness 0.7235294.static final intThis color constant "Tea Rose" has RGBA8888 codeF4C2C2FF, red 0.95686275, green 0.7607843, blue 0.7607843, alpha 1.0, hue 0.0, saturation 0.19607842, and lightness 0.85882354.static final intThis color constant "Teal" has RGBA8888 code008080FF, red 0.0, green 0.5019608, blue 0.5019608, alpha 1.0, hue 0.5, saturation 0.5019608, and lightness 0.2509804.static final intThis color constant "Terra Cotta" has RGBA8888 codeE2725BFF, red 0.8862745, green 0.44705883, blue 0.35686275, alpha 1.0, hue 0.028395059, saturation 0.5294118, and lightness 0.6215686.static final intThis color constant "Thin Violet" has RGBA8888 codeA87CA0FF, red 0.65882355, green 0.4862745, blue 0.627451, alpha 1.0, hue 0.8636364, saturation 0.17254904, and lightness 0.57254905.static final intThis color constant "Thistle" has RGBA8888 codeD8BFD8FF, red 0.84705883, green 0.7490196, blue 0.84705883, alpha 1.0, hue 0.8333333, saturation 0.09803921, and lightness 0.7980392.static final intThis color constant "Thousand Herb" has RGBA8888 code317589FF, red 0.19215687, green 0.45882353, blue 0.5372549, alpha 1.0, hue 0.5378789, saturation 0.34509808, and lightness 0.36470586.static final intThis color constant "Thousand Year Old Brown" has RGBA8888 code3B3429FF, red 0.23137255, green 0.20392157, blue 0.16078432, alpha 1.0, hue 0.10185185, saturation 0.07058823, and lightness 0.19607843.static final intThis color constant "Thousand Year Old Green" has RGBA8888 code374231FF, red 0.21568628, green 0.25882354, blue 0.19215687, alpha 1.0, hue 0.27450982, saturation 0.06666668, and lightness 0.22549021.static final intThis color constant "Thrice Dyed Crimson" has RGBA8888 codeF7665AFF, red 0.96862745, green 0.4, blue 0.3529412, alpha 1.0, hue 0.012738852, saturation 0.6156863, and lightness 0.6607843.static final intThis color constant "Tomato" has RGBA8888 codeFF6347FF, red 1.0, green 0.3882353, blue 0.2784314, alpha 1.0, hue 0.025362318, saturation 0.7215686, and lightness 0.6392157.static final intThis color constant "Tree Peony" has RGBA8888 codeA4345DFF, red 0.6431373, green 0.20392157, blue 0.3647059, alpha 1.0, hue 0.9389881, saturation 0.43921572, and lightness 0.42352942.static final intThis color constant "True Pink" has RGBA8888 codeFFC0CBFF, red 1.0, green 0.7529412, blue 0.79607844, alpha 1.0, hue 0.97089946, saturation 0.24705881, and lightness 0.87647057.static final intThis color constant "True Red" has RGBA8888 code8F1D21FF, red 0.56078434, green 0.11372549, blue 0.12941177, alpha 1.0, hue 0.99415207, saturation 0.44705886, and lightness 0.3372549.static final intThis color constant "Turmeric" has RGBA8888 codeE69B3AFF, red 0.9019608, green 0.60784316, blue 0.22745098, alpha 1.0, hue 0.09399225, saturation 0.6745098, and lightness 0.5647059.static final intThis color constant "Turquoise" has RGBA8888 code30D5C8FF, red 0.1882353, green 0.8352941, blue 0.78431374, alpha 1.0, hue 0.48686868, saturation 0.64705884, and lightness 0.5117647.static final intThis color constant "Tyrian Purple" has RGBA8888 code66023CFF, red 0.4, green 0.007843138, blue 0.23529412, alpha 1.0, hue 0.9033333, saturation 0.39215687, and lightness 0.20392156.static final intThis color constant "Ultramarine" has RGBA8888 code120A8FFF, red 0.07058824, green 0.039215688, blue 0.56078434, alpha 1.0, hue 0.6766918, saturation 0.52156866, and lightness 0.3.static final intThis color constant "Ultramarine Dye" has RGBA8888 code5D8CAEFF, red 0.3647059, green 0.54901963, blue 0.68235296, alpha 1.0, hue 0.56995887, saturation 0.31764707, and lightness 0.5235294.static final intThis color constant "Unbleached Silk" has RGBA8888 codeFFDDCAFF, red 1.0, green 0.8666667, blue 0.7921569, alpha 1.0, hue 0.059748426, saturation 0.20784312, and lightness 0.89607847.static final intThis color constant "Undried Wall" has RGBA8888 code785E49FF, red 0.47058824, green 0.36862746, blue 0.28627452, alpha 1.0, hue 0.07446808, saturation 0.18431371, and lightness 0.37843138.static final intThis color constant "Vanishing Red Mouse" has RGBA8888 code44312EFF, red 0.26666668, green 0.19215687, blue 0.18039216, alpha 1.0, hue 0.022727268, saturation 0.08627452, and lightness 0.22352941.static final int[]An array of Oklab int colors that should all be fairly different from any other in the group.static final intThis color constant "Vegas Gold" has RGBA8888 codeC5B358FF, red 0.77254903, green 0.7019608, blue 0.34509805, alpha 1.0, hue 0.13914374, saturation 0.42745098, and lightness 0.5588236.static final intThis color constant "Velvet" has RGBA8888 code224634FF, red 0.13333334, green 0.27450982, blue 0.20392157, alpha 1.0, hue 0.41666666, saturation 0.14117648, and lightness 0.20392159.static final intThis color constant "Vermillion" has RGBA8888 codeE34234FF, red 0.8901961, green 0.25882354, blue 0.20392157, alpha 1.0, hue 0.0133333355, saturation 0.6862745, and lightness 0.5470589.static final intThis color constant "Vine Grape" has RGBA8888 code6D2B50FF, red 0.42745098, green 0.16862746, blue 0.3137255, alpha 1.0, hue 0.90656567, saturation 0.2588235, and lightness 0.29803923.static final intThis color constant "Violet" has RGBA8888 code8B00FFFF, red 0.54509807, green 0.0, blue 1.0, alpha 1.0, hue 0.7575164, saturation 1.0, and lightness 0.5.static final intThis color constant "Violet Dye" has RGBA8888 code5B3256FF, red 0.35686275, green 0.19607843, blue 0.3372549, alpha 1.0, hue 0.85365856, saturation 0.16078432, and lightness 0.2764706.static final int[]This array is loaded with the colors from the traditional Japanese Violet Series found on Wikipedia.static final intThis color constant "Viridian" has RGBA8888 code40826DFF, red 0.2509804, green 0.50980395, blue 0.42745098, alpha 1.0, hue 0.4469697, saturation 0.25882354, and lightness 0.38039216.static final intThis color constant "Walnut" has RGBA8888 code9F7462FF, red 0.62352943, green 0.45490196, blue 0.38431373, alpha 1.0, hue 0.049180325, saturation 0.2392157, and lightness 0.50392157.static final intThis color constant "Washed Out Crimson" has RGBA8888 codeFFB3A7FF, red 1.0, green 0.7019608, blue 0.654902, alpha 1.0, hue 0.022727273, saturation 0.34509802, and lightness 0.827451.static final intThis color constant "Washed Out Persimmon" has RGBA8888 codeEC8254FF, red 0.9254902, green 0.50980395, blue 0.32941177, alpha 1.0, hue 0.050438605, saturation 0.5960784, and lightness 0.627451.static final intThis color constant "Water" has RGBA8888 code86ABA5FF, red 0.5254902, green 0.67058825, blue 0.64705884, alpha 1.0, hue 0.472973, saturation 0.14509803, and lightness 0.5980392.static final intThis color constant "Water Persimmon" has RGBA8888 codeB56C60FF, red 0.70980394, green 0.42352942, blue 0.3764706, alpha 1.0, hue 0.02352941, saturation 0.33333334, and lightness 0.54313725.static final intThis color constant "Wheat" has RGBA8888 codeF5DEB3FF, red 0.9607843, green 0.87058824, blue 0.7019608, alpha 1.0, hue 0.10858586, saturation 0.2588235, and lightness 0.83137256.static final intThis color constant "White" has RGBA8888 codeFFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0.static final intThis color constant "White Mouse" has RGBA8888 codeB9A193FF, red 0.7254902, green 0.6313726, blue 0.5764706, alpha 1.0, hue 0.06140351, saturation 0.1490196, and lightness 0.6509804.static final intThis color constant "White Oak" has RGBA8888 codeCE9F6FFF, red 0.80784315, green 0.62352943, blue 0.43529412, alpha 1.0, hue 0.08421054, saturation 0.37254903, and lightness 0.6215686.static final intThis color constant "White Tea Dye" has RGBA8888 codeC48E69FF, red 0.76862746, green 0.5568628, blue 0.4117647, alpha 1.0, hue 0.06776558, saturation 0.35686275, and lightness 0.5901961.static final intThis color constant "Whitish Green" has RGBA8888 codeA5BA93FF, red 0.64705884, green 0.7294118, blue 0.5764706, alpha 1.0, hue 0.25641027, saturation 0.15294117, and lightness 0.65294117.static final intThis color constant "Willow Dye" has RGBA8888 code8C9E5EFF, red 0.54901963, green 0.61960787, blue 0.36862746, alpha 1.0, hue 0.21354169, saturation 0.2509804, and lightness 0.49411768.static final intThis color constant "Willow Grey" has RGBA8888 code817B69FF, red 0.5058824, green 0.48235294, blue 0.4117647, alpha 1.0, hue 0.12499996, saturation 0.09411767, and lightness 0.45882353.static final intThis color constant "Willow Leaves Underside" has RGBA8888 codeBCB58CFF, red 0.7372549, green 0.70980394, blue 0.54901963, alpha 1.0, hue 0.1423611, saturation 0.18823528, and lightness 0.6431373.static final intThis color constant "Willow Tea" has RGBA8888 code9C8A4DFF, red 0.6117647, green 0.5411765, blue 0.3019608, alpha 1.0, hue 0.12869199, saturation 0.30980393, and lightness 0.45686278.static final intThis color constant "Wilted Lawn Clippings" has RGBA8888 codeAB4C3DFF, red 0.67058825, green 0.29803923, blue 0.23921569, alpha 1.0, hue 0.022727277, saturation 0.43137258, and lightness 0.45490196.static final intThis color constant "Wisteria" has RGBA8888 codeC9A0DCFF, red 0.7882353, green 0.627451, blue 0.8627451, alpha 1.0, hue 0.7805556, saturation 0.2352941, and lightness 0.74509805.static final intThis color constant "Wisteria Dye" has RGBA8888 code89729EFF, red 0.5372549, green 0.44705883, blue 0.61960787, alpha 1.0, hue 0.7537879, saturation 0.17254904, and lightness 0.53333336.static final intThis color constant "Wisteria Purple" has RGBA8888 code875F9AFF, red 0.5294118, green 0.37254903, blue 0.6039216, alpha 1.0, hue 0.77966106, saturation 0.23137257, and lightness 0.4882353.static final intThis color constant "Yellow" has RGBA8888 codeFFFF00FF, red 1.0, green 1.0, blue 0.0, alpha 1.0, hue 0.16666667, saturation 1.0, and lightness 0.5.static final intThis color constant "Yellow Green" has RGBA8888 code9ACD32FF, red 0.6039216, green 0.8039216, blue 0.19607843, alpha 1.0, hue 0.22150537, saturation 0.60784316, and lightness 0.5.static final int[]This array is loaded with the colors from the traditional Japanese Yellow Green Series found on Wikipedia.static final int[]This array is loaded with the colors from the traditional Japanese Yellow Red Series found on Wikipedia.static final intThis color constant "Yellow Sea Pine Brown" has RGBA8888 code896C39FF, red 0.5372549, green 0.42352942, blue 0.22352941, alpha 1.0, hue 0.10624999, saturation 0.31372553, and lightness 0.38039216.static final int[]This array is loaded with the colors from the traditional Japanese Yellow Series found on Wikipedia.static final intThis color constant "Young Bamboo" has RGBA8888 code6B9362FF, red 0.41960785, green 0.5764706, blue 0.38431373, alpha 1.0, hue 0.3027211, saturation 0.19215688, and lightness 0.48039216.static final intThis color constant "Zinnwaldite" has RGBA8888 codeEBC2AFFF, red 0.92156863, green 0.7607843, blue 0.6862745, alpha 1.0, hue 0.05277778, saturation 0.2352941, and lightness 0.8039216. -
Method Summary
Modifier and TypeMethodDescriptionstatic intindexedColorWheel(int idx) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, using the given index to ensure similar index values usually return very different colors.static intindexedColorWheel(int idx, int sat) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the given index to ensure similar index values usually return very different colors.static intindexedColorWheel(int idx, int bright, int sat) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified brightness (0 is darkest, 1 is middle-bright, 2 is brightest) and saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the given index to ensure similar index values usually return very different colors.static intrandomColorWheel(com.github.tommyettinger.random.EnhancedRandom rng) Gets a random color from the paletteCOLOR_WHEEL_PALETTE_REDUCED, using the specified EnhancedRandom to determine saturation, brightness, and hue.static intrandomColorWheel(com.github.tommyettinger.random.EnhancedRandom rng, int bright, int sat) Gets a random color from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified brightness (0 is darkest, 1 is middle-bright, 2 is brightest) and saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the specified EnhancedRandom.
-
Field Details
-
NAMED
You can look up colors by name here; the names are lower-case, and the colors are packed ints in Oklab format. -
LIST
public static final com.github.tommyettinger.ds.IntList LIST -
PLACEHOLDER
-
ALICE_BLUE
public static final int ALICE_BLUEThis color constant "Alice Blue" has RGBA8888 codeF0F8FFFF, red 0.9411765, green 0.972549, blue 1.0, alpha 1.0, hue 0.5777778, saturation 0.058823526, and lightness 0.9705882. It has the hex RGBA8888 value0xf0f8ffff.@ @ @ @ @ @
- See Also:
-
ALIZARIN
public static final int ALIZARINThis color constant "Alizarin" has RGBA8888 codeE32636FF, red 0.8901961, green 0.14901961, blue 0.21176471, alpha 1.0, hue 0.9858906, saturation 0.7411765, and lightness 0.51960784. It has the hex RGBA8888 value0xe32636ff.@ @ @ @ @ @
- See Also:
-
ALOEWOOD
public static final int ALOEWOODThis color constant "Aloewood" has RGBA8888 code6A432DFF, red 0.41568628, green 0.2627451, blue 0.1764706, alpha 1.0, hue 0.060109295, saturation 0.23921569, and lightness 0.29607844. It has the hex RGBA8888 value0x6a432dff.@ @ @ @ @ @
- See Also:
-
ALOEWOOD_BROWN
public static final int ALOEWOOD_BROWNThis color constant "Aloewood Brown" has RGBA8888 code5A6457FF, red 0.3529412, green 0.39215687, blue 0.34117648, alpha 1.0, hue 0.2948718, saturation 0.05098039, and lightness 0.36666667. It has the hex RGBA8888 value0x5a6457ff.@ @ @ @ @ @
- See Also:
-
AMARANTH
public static final int AMARANTHThis color constant "Amaranth" has RGBA8888 codeE52B50FF, red 0.8980392, green 0.16862746, blue 0.3137255, alpha 1.0, hue 0.96684587, saturation 0.7294118, and lightness 0.53333336. It has the hex RGBA8888 value0xe52b50ff.@ @ @ @ @ @
- See Also:
-
AMBER
public static final int AMBERThis color constant "Amber" has RGBA8888 codeFFBF00FF, red 1.0, green 0.7490196, blue 0.0, alpha 1.0, hue 0.1248366, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffbf00ff.@ @ @ @ @ @
- See Also:
-
AMBER_DYE
public static final int AMBER_DYEThis color constant "Amber Dye" has RGBA8888 codeCA6924FF, red 0.7921569, green 0.4117647, blue 0.14117648, alpha 1.0, hue 0.06927711, saturation 0.6509804, and lightness 0.4666667. It has the hex RGBA8888 value0xca6924ff.@ @ @ @ @ @
- See Also:
-
AMETHYST
public static final int AMETHYSTThis color constant "Amethyst" has RGBA8888 code9966CCFF, red 0.6, green 0.4, blue 0.8, alpha 1.0, hue 0.75, saturation 0.4, and lightness 0.6. It has the hex RGBA8888 value0x9966ccff.@ @ @ @ @ @
- See Also:
-
AMUR_CORK_TREE
public static final int AMUR_CORK_TREEThis color constant "Amur Cork Tree" has RGBA8888 codeF3C13AFF, red 0.9529412, green 0.75686276, blue 0.22745098, alpha 1.0, hue 0.121621616, saturation 0.7254902, and lightness 0.5901961. It has the hex RGBA8888 value0xf3c13aff.@ @ @ @ @ @
- See Also:
-
APRICOT
public static final int APRICOTThis color constant "Apricot" has RGBA8888 codeFBCEB1FF, red 0.9843137, green 0.80784315, blue 0.69411767, alpha 1.0, hue 0.06531531, saturation 0.29019606, and lightness 0.8392157. It has the hex RGBA8888 value0xfbceb1ff.@ @ @ @ @ @
- See Also:
-
AQUA
public static final int AQUAThis color constant "Aqua" has RGBA8888 code00FFFFFF, red 0.0, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x00ffffff.@ @ @ @ @ @
- See Also:
-
AQUAMARINE
public static final int AQUAMARINEThis color constant "Aquamarine" has RGBA8888 code7FFFD4FF, red 0.49803922, green 1.0, blue 0.83137256, alpha 1.0, hue 0.44401044, saturation 0.50196075, and lightness 0.7490196. It has the hex RGBA8888 value0x7fffd4ff.@ @ @ @ @ @
- See Also:
-
ARMY_GREEN
public static final int ARMY_GREENThis color constant "Army Green" has RGBA8888 code4B5320FF, red 0.29411766, green 0.3254902, blue 0.1254902, alpha 1.0, hue 0.19281048, saturation 0.2, and lightness 0.2254902. It has the hex RGBA8888 value0x4b5320ff.@ @ @ @ @ @
- See Also:
-
ASPARAGUS
public static final int ASPARAGUSThis color constant "Asparagus" has RGBA8888 code7BA05BFF, red 0.48235294, green 0.627451, blue 0.35686275, alpha 1.0, hue 0.25603867, saturation 0.27058825, and lightness 0.4921569. It has the hex RGBA8888 value0x7ba05bff.@ @ @ @ @ @
- See Also:
-
ATOMIC_TANGERINE
public static final int ATOMIC_TANGERINEThis color constant "Atomic Tangerine" has RGBA8888 codeFF9966FF, red 1.0, green 0.6, blue 0.4, alpha 1.0, hue 0.05555556, saturation 0.6, and lightness 0.7. It has the hex RGBA8888 value0xff9966ff.@ @ @ @ @ @
- See Also:
-
AUBURN
public static final int AUBURNThis color constant "Auburn" has RGBA8888 code6D351AFF, red 0.42745098, green 0.20784314, blue 0.101960786, alpha 1.0, hue 0.05421687, saturation 0.3254902, and lightness 0.26470587. It has the hex RGBA8888 value0x6d351aff.@ @ @ @ @ @
- See Also:
-
AZUL
public static final int AZULThis color constant "Azul" has RGBA8888 code007FFFFF, red 0.0, green 0.49803922, blue 1.0, alpha 1.0, hue 0.5836601, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x007fffff.@ @ @ @ @ @
- See Also:
-
AZURE
public static final int AZUREThis color constant "Azure" has RGBA8888 codeF0FFFFFF, red 0.9411765, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 0.058823526, and lightness 0.9705882. It has the hex RGBA8888 value0xf0ffffff.@ @ @ @ @ @
- See Also:
-
BABY_BLUE
public static final int BABY_BLUEThis color constant "Baby Blue" has RGBA8888 codeE0FFFFFF, red 0.8784314, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 0.12156862, and lightness 0.93921566. It has the hex RGBA8888 value0xe0ffffff.@ @ @ @ @ @
- See Also:
-
BAIKO_BROWN
public static final int BAIKO_BROWNThis color constant "Baiko Brown" has RGBA8888 code857C55FF, red 0.52156866, green 0.4862745, blue 0.33333334, alpha 1.0, hue 0.13541664, saturation 0.18823531, and lightness 0.42745098. It has the hex RGBA8888 value0x857c55ff.@ @ @ @ @ @
- See Also:
-
BEIGE
public static final int BEIGEThis color constant "Beige" has RGBA8888 codeF5F5DCFF, red 0.9607843, green 0.9607843, blue 0.8627451, alpha 1.0, hue 0.16666667, saturation 0.09803921, and lightness 0.91176474. It has the hex RGBA8888 value0xf5f5dcff.@ @ @ @ @ @
- See Also:
-
BELLFLOWER
public static final int BELLFLOWERThis color constant "Bellflower" has RGBA8888 code5D3F6AFF, red 0.3647059, green 0.24705882, blue 0.41568628, alpha 1.0, hue 0.78294575, saturation 0.16862746, and lightness 0.33137256. It has the hex RGBA8888 value0x5d3f6aff.@ @ @ @ @ @
- See Also:
-
BENI_DYE
public static final int BENI_DYEThis color constant "Beni Dye" has RGBA8888 code913225FF, red 0.5686275, green 0.19607843, blue 0.14509805, alpha 1.0, hue 0.020061724, saturation 0.42352945, and lightness 0.35686275. It has the hex RGBA8888 value0x913225ff.@ @ @ @ @ @
- See Also:
-
BETEL_NUT_DYE
public static final int BETEL_NUT_DYEThis color constant "Betel Nut Dye" has RGBA8888 code352925FF, red 0.20784314, green 0.16078432, blue 0.14509805, alpha 1.0, hue 0.041666668, saturation 0.062745094, and lightness 0.1764706. It has the hex RGBA8888 value0x352925ff.@ @ @ @ @ @
- See Also:
-
BIRCH_BROWN
public static final int BIRCH_BROWNThis color constant "Birch Brown" has RGBA8888 codeB14A30FF, red 0.69411767, green 0.2901961, blue 0.1882353, alpha 1.0, hue 0.033591732, saturation 0.5058824, and lightness 0.44117644. It has the hex RGBA8888 value0xb14a30ff.@ @ @ @ @ @
- See Also:
-
BISTRE
public static final int BISTREThis color constant "Bistre" has RGBA8888 code3D2B1FFF, red 0.23921569, green 0.16862746, blue 0.12156863, alpha 1.0, hue 0.06666667, saturation 0.11764706, and lightness 0.18039216. It has the hex RGBA8888 value0x3d2b1fff.@ @ @ @ @ @
- See Also:
-
BLACK
public static final int BLACKThis color constant "Black" has RGBA8888 code000000FF, red 0.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.0. It has the hex RGBA8888 value0x000000ff.@ @ @ @ @ @
- See Also:
-
BLACK_CHESTNUT_OAK
public static final int BLACK_CHESTNUT_OAKThis color constant "Black Chestnut Oak" has RGBA8888 code252321FF, red 0.14509805, green 0.13725491, blue 0.12941177, alpha 1.0, hue 0.083333336, saturation 0.015686274, and lightness 0.13725491. It has the hex RGBA8888 value0x252321ff.@ @ @ @ @ @
- See Also:
-
BLACK_DYE
public static final int BLACK_DYEThis color constant "Black Dye" has RGBA8888 code171412FF, red 0.09019608, green 0.078431375, blue 0.07058824, alpha 1.0, hue 0.06666667, saturation 0.019607842, and lightness 0.08039216. It has the hex RGBA8888 value0x171412ff.@ @ @ @ @ @
- See Also:
-
BLACK_KITE
public static final int BLACK_KITEThis color constant "Black Kite" has RGBA8888 code351E1CFF, red 0.20784314, green 0.11764706, blue 0.10980392, alpha 1.0, hue 0.013333332, saturation 0.09803922, and lightness 0.15882353. It has the hex RGBA8888 value0x351e1cff.@ @ @ @ @ @
- See Also:
-
BLOOD
public static final int BLOODThis color constant "Blood" has RGBA8888 codeCF3A24FF, red 0.8117647, green 0.22745098, blue 0.14117648, alpha 1.0, hue 0.021442493, saturation 0.67058825, and lightness 0.4764706. It has the hex RGBA8888 value0xcf3a24ff.@ @ @ @ @ @
- See Also:
-
BLOOD_RED
public static final int BLOOD_REDThis color constant "Blood Red" has RGBA8888 codeF35336FF, red 0.9529412, green 0.3254902, blue 0.21176471, alpha 1.0, hue 0.025573194, saturation 0.7411765, and lightness 0.58235294. It has the hex RGBA8888 value0xf35336ff.@ @ @ @ @ @
- See Also:
-
BLUE
public static final int BLUEThis color constant "Blue" has RGBA8888 code0000FFFF, red 0.0, green 0.0, blue 1.0, alpha 1.0, hue 0.6666667, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x0000ffff.@ @ @ @ @ @
- See Also:
-
BLUE_BLACK_CRAYFISH
public static final int BLUE_BLACK_CRAYFISHThis color constant "Blue Black Crayfish" has RGBA8888 code62693BFF, red 0.38431373, green 0.4117647, blue 0.23137255, alpha 1.0, hue 0.192029, saturation 0.18039216, and lightness 0.32156864. It has the hex RGBA8888 value0x62693bff.@ @ @ @ @ @
- See Also:
-
BLUE_GREEN
public static final int BLUE_GREENThis color constant "Blue Green" has RGBA8888 code00DDDDFF, red 0.0, green 0.8666667, blue 0.8666667, alpha 1.0, hue 0.5, saturation 0.8666667, and lightness 0.43333334. It has the hex RGBA8888 value0x00ddddff.@ @ @ @ @ @
- See Also:
-
BLUE_GREEN_DYE
public static final int BLUE_GREEN_DYEThis color constant "Blue Green Dye" has RGBA8888 code3A6960FF, red 0.22745098, green 0.4117647, blue 0.3764706, alpha 1.0, hue 0.4680851, saturation 0.18431373, and lightness 0.31960785. It has the hex RGBA8888 value0x3a6960ff.@ @ @ @ @ @
- See Also:
-
BLUE_VIOLET
public static final int BLUE_VIOLETThis color constant "Blue Violet" has RGBA8888 code8A2BE2FF, red 0.5411765, green 0.16862746, blue 0.8862745, alpha 1.0, hue 0.75318766, saturation 0.7176471, and lightness 0.527451. It has the hex RGBA8888 value0x8a2be2ff.@ @ @ @ @ @
- See Also:
-
BLUE_VIOLET_DYE
public static final int BLUE_VIOLET_DYEThis color constant "Blue Violet Dye" has RGBA8888 code2B2028FF, red 0.16862746, green 0.1254902, blue 0.15686275, alpha 1.0, hue 0.8787879, saturation 0.043137252, and lightness 0.14705883. It has the hex RGBA8888 value0x2b2028ff.@ @ @ @ @ @
- See Also:
-
BOILED_RED_BEAN_BROWN
public static final int BOILED_RED_BEAN_BROWNThis color constant "Boiled Red Bean Brown" has RGBA8888 code542D24FF, red 0.32941177, green 0.1764706, blue 0.14117648, alpha 1.0, hue 0.031249996, saturation 0.1882353, and lightness 0.23529413. It has the hex RGBA8888 value0x542d24ff.@ @ @ @ @ @
- See Also:
-
BONDI_BLUE
public static final int BONDI_BLUEThis color constant "Bondi Blue" has RGBA8888 code0095B6FF, red 0.0, green 0.58431375, blue 0.7137255, alpha 1.0, hue 0.5302198, saturation 0.7137255, and lightness 0.35686275. It has the hex RGBA8888 value0x0095b6ff.@ @ @ @ @ @
- See Also:
-
BRASS
public static final int BRASSThis color constant "Brass" has RGBA8888 codeB5A642FF, red 0.70980394, green 0.6509804, blue 0.25882354, alpha 1.0, hue 0.14492755, saturation 0.4509804, and lightness 0.48431376. It has the hex RGBA8888 value0xb5a642ff.@ @ @ @ @ @
- See Also:
-
BREWED_MUSTARD_BROWN
public static final int BREWED_MUSTARD_BROWNThis color constant "Brewed Mustard Brown" has RGBA8888 codeE68364FF, red 0.9019608, green 0.5137255, blue 0.39215687, alpha 1.0, hue 0.0397436, saturation 0.5098039, and lightness 0.64705884. It has the hex RGBA8888 value0xe68364ff.@ @ @ @ @ @
- See Also:
-
BRIGHT_GOLD_BROWN
public static final int BRIGHT_GOLD_BROWNThis color constant "Bright Gold Brown" has RGBA8888 codeCB7E1FFF, red 0.79607844, green 0.49411765, blue 0.12156863, alpha 1.0, hue 0.09205426, saturation 0.6745098, and lightness 0.45882353. It has the hex RGBA8888 value0xcb7e1fff.@ @ @ @ @ @
- See Also:
-
BRIGHT_GOLDEN_YELLOW
public static final int BRIGHT_GOLDEN_YELLOWThis color constant "Bright Golden Yellow" has RGBA8888 codeFFA400FF, red 1.0, green 0.6431373, blue 0.0, alpha 1.0, hue 0.10718954, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffa400ff.@ @ @ @ @ @
- See Also:
-
BRIGHT_GREEN
public static final int BRIGHT_GREENThis color constant "Bright Green" has RGBA8888 code66FF00FF, red 0.4, green 1.0, blue 0.0, alpha 1.0, hue 0.26666668, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x66ff00ff.@ @ @ @ @ @
- See Also:
-
BRIGHT_PINK
public static final int BRIGHT_PINKThis color constant "Bright Pink" has RGBA8888 codeFF0080FF, red 1.0, green 0.0, blue 0.5019608, alpha 1.0, hue 0.9163399, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff0080ff.@ @ @ @ @ @
- See Also:
-
BRIGHT_TURQUOISE
public static final int BRIGHT_TURQUOISEThis color constant "Bright Turquoise" has RGBA8888 code08E8DEFF, red 0.03137255, green 0.9098039, blue 0.87058824, alpha 1.0, hue 0.49255955, saturation 0.8784314, and lightness 0.4705882. It has the hex RGBA8888 value0x08e8deff.@ @ @ @ @ @
- See Also:
-
BRILLIANT_ROSE
public static final int BRILLIANT_ROSEThis color constant "Brilliant Rose" has RGBA8888 codeFF55A3FF, red 1.0, green 0.33333334, blue 0.6392157, alpha 1.0, hue 0.9235294, saturation 0.6666666, and lightness 0.6666667. It has the hex RGBA8888 value0xff55a3ff.@ @ @ @ @ @
- See Also:
-
BRONZE
public static final int BRONZEThis color constant "Bronze" has RGBA8888 codeCD7F32FF, red 0.8039216, green 0.49803922, blue 0.19607843, alpha 1.0, hue 0.082795694, saturation 0.60784316, and lightness 0.5. It has the hex RGBA8888 value0xcd7f32ff.@ @ @ @ @ @
- See Also:
-
BROWN
public static final int BROWNThis color constant "Brown" has RGBA8888 code808000FF, red 0.5019608, green 0.5019608, blue 0.0, alpha 1.0, hue 0.16666666, saturation 0.5019608, and lightness 0.2509804. It has the hex RGBA8888 value0x808000ff.@ @ @ @ @ @
- See Also:
-
BROWN_RAT_GREY
public static final int BROWN_RAT_GREYThis color constant "Brown Rat Grey" has RGBA8888 code4B3C39FF, red 0.29411766, green 0.23529412, blue 0.22352941, alpha 1.0, hue 0.027777772, saturation 0.070588246, and lightness 0.25882354. It has the hex RGBA8888 value0x4b3c39ff.@ @ @ @ @ @
- See Also:
-
BROWNER
public static final int BROWNERThis color constant "Browner" has RGBA8888 code964B00FF, red 0.5882353, green 0.29411766, blue 0.0, alpha 1.0, hue 0.083333336, saturation 0.5882353, and lightness 0.29411766. It has the hex RGBA8888 value0x964b00ff.@ @ @ @ @ @
- See Also:
-
BRUSHWOOD_DYED
public static final int BRUSHWOOD_DYEDThis color constant "Brushwood Dyed" has RGBA8888 code8C5939FF, red 0.54901963, green 0.34901962, blue 0.22352941, alpha 1.0, hue 0.064257026, saturation 0.32549024, and lightness 0.38627455. It has the hex RGBA8888 value0x8c5939ff.@ @ @ @ @ @
- See Also:
-
BUFF
public static final int BUFFThis color constant "Buff" has RGBA8888 codeF0DC82FF, red 0.9411765, green 0.8627451, blue 0.50980395, alpha 1.0, hue 0.13636364, saturation 0.43137252, and lightness 0.7254902. It has the hex RGBA8888 value0xf0dc82ff.@ @ @ @ @ @
- See Also:
-
BURGUNDY
public static final int BURGUNDYThis color constant "Burgundy" has RGBA8888 code900020FF, red 0.5647059, green 0.0, blue 0.1254902, alpha 1.0, hue 0.962963, saturation 0.5647059, and lightness 0.28235295. It has the hex RGBA8888 value0x900020ff.@ @ @ @ @ @
- See Also:
-
BURNT_BAMBOO
public static final int BURNT_BAMBOOThis color constant "Burnt Bamboo" has RGBA8888 code4D3B3CFF, red 0.3019608, green 0.23137255, blue 0.23529412, alpha 1.0, hue 0.9907407, saturation 0.070588246, and lightness 0.26666665. It has the hex RGBA8888 value0x4d3b3cff.@ @ @ @ @ @
- See Also:
-
BURNT_ORANGE
public static final int BURNT_ORANGEThis color constant "Burnt Orange" has RGBA8888 codeCC5500FF, red 0.8, green 0.33333334, blue 0.0, alpha 1.0, hue 0.06944444, saturation 0.8, and lightness 0.4. It has the hex RGBA8888 value0xcc5500ff.@ @ @ @ @ @
- See Also:
-
BURNT_SIENNA
public static final int BURNT_SIENNAThis color constant "Burnt Sienna" has RGBA8888 codeE97451FF, red 0.9137255, green 0.45490196, blue 0.31764707, alpha 1.0, hue 0.038377192, saturation 0.5960784, and lightness 0.6156863. It has the hex RGBA8888 value0xe97451ff.@ @ @ @ @ @
- See Also:
-
BURNT_UMBER
public static final int BURNT_UMBERThis color constant "Burnt Umber" has RGBA8888 code8A3324FF, red 0.5411765, green 0.2, blue 0.14117648, alpha 1.0, hue 0.0245098, saturation 0.40000004, and lightness 0.34117648. It has the hex RGBA8888 value0x8a3324ff.@ @ @ @ @ @
- See Also:
-
CAMO_GREEN
public static final int CAMO_GREENThis color constant "Camo Green" has RGBA8888 code78866BFF, red 0.47058824, green 0.5254902, blue 0.41960785, alpha 1.0, hue 0.25308645, saturation 0.10588238, and lightness 0.47254905. It has the hex RGBA8888 value0x78866bff.@ @ @ @ @ @
- See Also:
-
CAPE_JASMINE
public static final int CAPE_JASMINEThis color constant "Cape Jasmine" has RGBA8888 codeFFB95AFF, red 1.0, green 0.7254902, blue 0.3529412, alpha 1.0, hue 0.0959596, saturation 0.64705884, and lightness 0.6764706. It has the hex RGBA8888 value0xffb95aff.@ @ @ @ @ @
- See Also:
-
CAPUT_MORTUUM
public static final int CAPUT_MORTUUMThis color constant "Caput Mortuum" has RGBA8888 code592720FF, red 0.34901962, green 0.15294118, blue 0.1254902, alpha 1.0, hue 0.020467835, saturation 0.22352941, and lightness 0.23725492. It has the hex RGBA8888 value0x592720ff.@ @ @ @ @ @
- See Also:
-
CARDINAL
public static final int CARDINALThis color constant "Cardinal" has RGBA8888 codeC41E3AFF, red 0.76862746, green 0.11764706, blue 0.22745098, alpha 1.0, hue 0.9718875, saturation 0.6509804, and lightness 0.44313723. It has the hex RGBA8888 value0xc41e3aff.@ @ @ @ @ @
- See Also:
-
CARMINE
public static final int CARMINEThis color constant "Carmine" has RGBA8888 code960018FF, red 0.5882353, green 0.0, blue 0.09411765, alpha 1.0, hue 0.97333336, saturation 0.5882353, and lightness 0.29411766. It has the hex RGBA8888 value0x960018ff.@ @ @ @ @ @
- See Also:
-
CARNATION_PINK
public static final int CARNATION_PINKThis color constant "Carnation Pink" has RGBA8888 codeFFA6C9FF, red 1.0, green 0.6509804, blue 0.7882353, alpha 1.0, hue 0.93445694, saturation 0.3490196, and lightness 0.82549024. It has the hex RGBA8888 value0xffa6c9ff.@ @ @ @ @ @
- See Also:
-
CAROLINA_BLUE
public static final int CAROLINA_BLUEThis color constant "Carolina Blue" has RGBA8888 code99BADDFF, red 0.6, green 0.7294118, blue 0.8666667, alpha 1.0, hue 0.5857843, saturation 0.26666665, and lightness 0.73333335. It has the hex RGBA8888 value0x99baddff.@ @ @ @ @ @
- See Also:
-
CARROT_ORANGE
public static final int CARROT_ORANGEThis color constant "Carrot Orange" has RGBA8888 codeED9121FF, red 0.92941177, green 0.5686275, blue 0.12941177, alpha 1.0, hue 0.09150327, saturation 0.8, and lightness 0.5294118. It has the hex RGBA8888 value0xed9121ff.@ @ @ @ @ @
- See Also:
-
CATTAIL
public static final int CATTAILThis color constant "Cattail" has RGBA8888 codeB64925FF, red 0.7137255, green 0.28627452, blue 0.14509805, alpha 1.0, hue 0.04137931, saturation 0.5686275, and lightness 0.42941177. It has the hex RGBA8888 value0xb64925ff.@ @ @ @ @ @
- See Also:
-
CELADON
public static final int CELADONThis color constant "Celadon" has RGBA8888 codeACE1AFFF, red 0.6745098, green 0.88235295, blue 0.6862745, alpha 1.0, hue 0.3427673, saturation 0.20784312, and lightness 0.7784314. It has the hex RGBA8888 value0xace1afff.@ @ @ @ @ @
- See Also:
-
CELADON_DYE
public static final int CELADON_DYEThis color constant "Celadon Dye" has RGBA8888 code819C8BFF, red 0.5058824, green 0.6117647, blue 0.54509807, alpha 1.0, hue 0.39506173, saturation 0.10588235, and lightness 0.5588236. It has the hex RGBA8888 value0x819c8bff.@ @ @ @ @ @
- See Also:
-
CERISE
public static final int CERISEThis color constant "Cerise" has RGBA8888 codeDE3163FF, red 0.87058824, green 0.19215687, blue 0.3882353, alpha 1.0, hue 0.95183045, saturation 0.6784314, and lightness 0.53137255. It has the hex RGBA8888 value0xde3163ff.@ @ @ @ @ @
- See Also:
-
CERULEAN
public static final int CERULEANThis color constant "Cerulean" has RGBA8888 code007BA7FF, red 0.0, green 0.48235294, blue 0.654902, alpha 1.0, hue 0.5439122, saturation 0.654902, and lightness 0.327451. It has the hex RGBA8888 value0x007ba7ff.@ @ @ @ @ @
- See Also:
-
CERULEAN_BLUE
public static final int CERULEAN_BLUEThis color constant "Cerulean Blue" has RGBA8888 code2A52BEFF, red 0.16470589, green 0.32156864, blue 0.74509805, alpha 1.0, hue 0.62162167, saturation 0.5803922, and lightness 0.45490196. It has the hex RGBA8888 value0x2a52beff.@ @ @ @ @ @
- See Also:
-
CHARTREUSE
public static final int CHARTREUSEThis color constant "Chartreuse" has RGBA8888 codeDFFF00FF, red 0.8745098, green 1.0, blue 0.0, alpha 1.0, hue 0.1875817, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xdfff00ff.@ @ @ @ @ @
- See Also:
-
CHARTREUSE_GREEN
public static final int CHARTREUSE_GREENThis color constant "Chartreuse Green" has RGBA8888 code7FFF00FF, red 0.49803922, green 1.0, blue 0.0, alpha 1.0, hue 0.2503268, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x7fff00ff.@ @ @ @ @ @
- See Also:
-
CHERRY_BLOSSOM
public static final int CHERRY_BLOSSOMThis color constant "Cherry Blossom" has RGBA8888 codeFFB7C5FF, red 1.0, green 0.7176471, blue 0.77254903, alpha 1.0, hue 0.9675926, saturation 0.28235292, and lightness 0.85882354. It has the hex RGBA8888 value0xffb7c5ff.@ @ @ @ @ @
- See Also:
-
CHERRY_BLOSSOM_DYE
public static final int CHERRY_BLOSSOM_DYEThis color constant "Cherry Blossom Dye" has RGBA8888 codeFCC9B9FF, red 0.9882353, green 0.7882353, blue 0.7254902, alpha 1.0, hue 0.039800994, saturation 0.26274508, and lightness 0.8568628. It has the hex RGBA8888 value0xfcc9b9ff.@ @ @ @ @ @
- See Also:
-
CHERRY_BLOSSOM_MOUSE
public static final int CHERRY_BLOSSOM_MOUSEThis color constant "Cherry Blossom Mouse" has RGBA8888 codeAC8181FF, red 0.6745098, green 0.5058824, blue 0.5058824, alpha 1.0, hue 0.0, saturation 0.16862744, and lightness 0.5901961. It has the hex RGBA8888 value0xac8181ff.@ @ @ @ @ @
- See Also:
-
CHESTNUT
public static final int CHESTNUTThis color constant "Chestnut" has RGBA8888 codeCD5C5CFF, red 0.8039216, green 0.36078432, blue 0.36078432, alpha 1.0, hue 0.0, saturation 0.44313726, and lightness 0.582353. It has the hex RGBA8888 value0xcd5c5cff.@ @ @ @ @ @
- See Also:
-
CHESTNUT_LEATHER_BROWN
public static final int CHESTNUT_LEATHER_BROWNThis color constant "Chestnut Leather Brown" has RGBA8888 code60281EFF, red 0.3764706, green 0.15686275, blue 0.11764706, alpha 1.0, hue 0.025252527, saturation 0.25882354, and lightness 0.24705882. It has the hex RGBA8888 value0x60281eff.@ @ @ @ @ @
- See Also:
-
CHESTNUT_PLUM
public static final int CHESTNUT_PLUMThis color constant "Chestnut Plum" has RGBA8888 code8B352DFF, red 0.54509807, green 0.20784314, blue 0.1764706, alpha 1.0, hue 0.014184396, saturation 0.3686275, and lightness 0.36078432. It has the hex RGBA8888 value0x8b352dff.@ @ @ @ @ @
- See Also:
-
CHINESE_TEA_BROWN
public static final int CHINESE_TEA_BROWNThis color constant "Chinese Tea Brown" has RGBA8888 codeB35C44FF, red 0.7019608, green 0.36078432, blue 0.26666668, alpha 1.0, hue 0.036036033, saturation 0.43529412, and lightness 0.48431376. It has the hex RGBA8888 value0xb35c44ff.@ @ @ @ @ @
- See Also:
-
CHINESE_TEA_YELLOW
public static final int CHINESE_TEA_YELLOWThis color constant "Chinese Tea Yellow" has RGBA8888 codeB7702DFF, red 0.7176471, green 0.4392157, blue 0.1764706, alpha 1.0, hue 0.080917865, saturation 0.5411765, and lightness 0.44705883. It has the hex RGBA8888 value0xb7702dff.@ @ @ @ @ @
- See Also:
-
CHOCOLATE
public static final int CHOCOLATEThis color constant "Chocolate" has RGBA8888 code7B3F00FF, red 0.48235294, green 0.24705882, blue 0.0, alpha 1.0, hue 0.085365854, saturation 0.48235294, and lightness 0.24117647. It has the hex RGBA8888 value0x7b3f00ff.@ @ @ @ @ @
- See Also:
-
CINNABAR
public static final int CINNABARThis color constant "Cinnabar" has RGBA8888 codeE34234FF, red 0.8901961, green 0.25882354, blue 0.20392157, alpha 1.0, hue 0.0133333355, saturation 0.6862745, and lightness 0.5470589. It has the hex RGBA8888 value0xe34234ff.@ @ @ @ @ @
- See Also:
-
CINNAMON
public static final int CINNAMONThis color constant "Cinnamon" has RGBA8888 codeD2691EFF, red 0.8235294, green 0.4117647, blue 0.11764706, alpha 1.0, hue 0.06944444, saturation 0.7058824, and lightness 0.4705882. It has the hex RGBA8888 value0xd2691eff.@ @ @ @ @ @
- See Also:
-
CLOVE_BROWN
public static final int CLOVE_BROWNThis color constant "Clove Brown" has RGBA8888 code8F583CFF, red 0.56078434, green 0.34509805, blue 0.23529412, alpha 1.0, hue 0.056224898, saturation 0.32549024, and lightness 0.39803925. It has the hex RGBA8888 value0x8f583cff.@ @ @ @ @ @
- See Also:
-
CLOVE_DYED
public static final int CLOVE_DYEDThis color constant "Clove Dyed" has RGBA8888 codeC66B27FF, red 0.7764706, green 0.41960785, blue 0.15294118, alpha 1.0, hue 0.07127882, saturation 0.62352943, and lightness 0.4647059. It has the hex RGBA8888 value0xc66b27ff.@ @ @ @ @ @
- See Also:
-
COARSE_WOOL
public static final int COARSE_WOOLThis color constant "Coarse Wool" has RGBA8888 code181B26FF, red 0.09411765, green 0.105882354, blue 0.14901961, alpha 1.0, hue 0.6309524, saturation 0.054901965, and lightness 0.12156863. It has the hex RGBA8888 value0x181b26ff.@ @ @ @ @ @
- See Also:
-
COBALT
public static final int COBALTThis color constant "Cobalt" has RGBA8888 code0047ABFF, red 0.0, green 0.2784314, blue 0.67058825, alpha 1.0, hue 0.5974659, saturation 0.67058825, and lightness 0.33529413. It has the hex RGBA8888 value0x0047abff.@ @ @ @ @ @
- See Also:
-
COCHINEAL_RED
public static final int COCHINEAL_REDThis color constant "Cochineal Red" has RGBA8888 code9D2933FF, red 0.6156863, green 0.16078432, blue 0.2, alpha 1.0, hue 0.9856322, saturation 0.454902, and lightness 0.38823533. It has the hex RGBA8888 value0x9d2933ff.@ @ @ @ @ @
- See Also:
-
COLUMBIA_BLUE
public static final int COLUMBIA_BLUEThis color constant "Columbia Blue" has RGBA8888 code9BDDFFFF, red 0.60784316, green 0.8666667, blue 1.0, alpha 1.0, hue 0.5566667, saturation 0.39215684, and lightness 0.8039216. It has the hex RGBA8888 value0x9bddffff.@ @ @ @ @ @
- See Also:
-
COPPER
public static final int COPPERThis color constant "Copper" has RGBA8888 codeB87333FF, red 0.72156864, green 0.4509804, blue 0.2, alpha 1.0, hue 0.08020049, saturation 0.52156866, and lightness 0.46078432. It has the hex RGBA8888 value0xb87333ff.@ @ @ @ @ @
- See Also:
-
COPPER_ROSE
public static final int COPPER_ROSEThis color constant "Copper Rose" has RGBA8888 code996666FF, red 0.6, green 0.4, blue 0.4, alpha 1.0, hue 0.0, saturation 0.20000002, and lightness 0.5. It has the hex RGBA8888 value0x996666ff.@ @ @ @ @ @
- See Also:
-
CORAL
public static final int CORALThis color constant "Coral" has RGBA8888 codeFF7F50FF, red 1.0, green 0.49803922, blue 0.3137255, alpha 1.0, hue 0.0447619, saturation 0.6862745, and lightness 0.65686274. It has the hex RGBA8888 value0xff7f50ff.@ @ @ @ @ @
- See Also:
-
CORAL_DYE
public static final int CORAL_DYEThis color constant "Coral Dye" has RGBA8888 codeF8674FFF, red 0.972549, green 0.40392157, blue 0.30980393, alpha 1.0, hue 0.023668637, saturation 0.6627451, and lightness 0.6411765. It has the hex RGBA8888 value0xf8674fff.@ @ @ @ @ @
- See Also:
-
CORAL_RED
public static final int CORAL_REDThis color constant "Coral Red" has RGBA8888 codeFF4040FF, red 1.0, green 0.2509804, blue 0.2509804, alpha 1.0, hue 0.0, saturation 0.7490196, and lightness 0.6254902. It has the hex RGBA8888 value0xff4040ff.@ @ @ @ @ @
- See Also:
-
CORN
public static final int CORNThis color constant "Corn" has RGBA8888 codeFBEC5DFF, red 0.9843137, green 0.9254902, blue 0.3647059, alpha 1.0, hue 0.1508439, saturation 0.6196078, and lightness 0.6745098. It has the hex RGBA8888 value0xfbec5dff.@ @ @ @ @ @
- See Also:
-
CORN_DYE
public static final int CORN_DYEThis color constant "Corn Dye" has RGBA8888 codeFAA945FF, red 0.98039216, green 0.6627451, blue 0.27058825, alpha 1.0, hue 0.09208103, saturation 0.70980394, and lightness 0.6254902. It has the hex RGBA8888 value0xfaa945ff.@ @ @ @ @ @
- See Also:
-
CORNFLOWER_BLUE
public static final int CORNFLOWER_BLUEThis color constant "Cornflower Blue" has RGBA8888 code6495EDFF, red 0.39215687, green 0.58431375, blue 0.92941177, alpha 1.0, hue 0.60705596, saturation 0.5372549, and lightness 0.6607843. It has the hex RGBA8888 value0x6495edff.@ @ @ @ @ @
- See Also:
-
COSMIC_LATTE
public static final int COSMIC_LATTEThis color constant "Cosmic Latte" has RGBA8888 codeFFF8E7FF, red 1.0, green 0.972549, blue 0.90588236, alpha 1.0, hue 0.11805555, saturation 0.09411764, and lightness 0.9529412. It has the hex RGBA8888 value0xfff8e7ff.@ @ @ @ @ @
- See Also:
-
CREAM
public static final int CREAMThis color constant "Cream" has RGBA8888 codeFFFDD0FF, red 1.0, green 0.99215686, blue 0.8156863, alpha 1.0, hue 0.15957446, saturation 0.18431371, and lightness 0.9078431. It has the hex RGBA8888 value0xfffdd0ff.@ @ @ @ @ @
- See Also:
-
CRIMSON
public static final int CRIMSONThis color constant "Crimson" has RGBA8888 codeDC143CFF, red 0.8627451, green 0.078431375, blue 0.23529412, alpha 1.0, hue 0.9666667, saturation 0.78431374, and lightness 0.4705882. It has the hex RGBA8888 value0xdc143cff.@ @ @ @ @ @
- See Also:
-
CYAN
public static final int CYANThis color constant "Cyan" has RGBA8888 code00FFFFFF, red 0.0, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x00ffffff.@ @ @ @ @ @
- See Also:
-
CYPRESS_BARK
public static final int CYPRESS_BARKThis color constant "Cypress Bark" has RGBA8888 code752E23FF, red 0.45882353, green 0.18039216, blue 0.13725491, alpha 1.0, hue 0.022357723, saturation 0.3215686, and lightness 0.29803923. It has the hex RGBA8888 value0x752e23ff.@ @ @ @ @ @
- See Also:
-
CYPRESS_BARK_RED
public static final int CYPRESS_BARK_REDThis color constant "Cypress Bark Red" has RGBA8888 code6F3028FF, red 0.43529412, green 0.1882353, blue 0.15686275, alpha 1.0, hue 0.018779343, saturation 0.27843136, and lightness 0.29607844. It has the hex RGBA8888 value0x6f3028ff.@ @ @ @ @ @
- See Also:
-
DARK_BLUE
public static final int DARK_BLUEThis color constant "Dark Blue" has RGBA8888 code0000C8FF, red 0.0, green 0.0, blue 0.78431374, alpha 1.0, hue 0.6666667, saturation 0.78431374, and lightness 0.39215687. It has the hex RGBA8888 value0x0000c8ff.@ @ @ @ @ @
- See Also:
-
DARK_BLUE_DYE
public static final int DARK_BLUE_DYEThis color constant "Dark Blue Dye" has RGBA8888 code192236FF, red 0.09803922, green 0.13333334, blue 0.21176471, alpha 1.0, hue 0.61494255, saturation 0.11372549, and lightness 0.15490197. It has the hex RGBA8888 value0x192236ff.@ @ @ @ @ @
- See Also:
-
DARK_BLUE_LAPIS_LAZULI
public static final int DARK_BLUE_LAPIS_LAZULIThis color constant "Dark Blue Lapis Lazuli" has RGBA8888 code1B294BFF, red 0.105882354, green 0.16078432, blue 0.29411766, alpha 1.0, hue 0.6180556, saturation 0.18823531, and lightness 0.19999999. It has the hex RGBA8888 value0x1b294bff.@ @ @ @ @ @
- See Also:
-
DARK_BROWN
public static final int DARK_BROWNThis color constant "Dark Brown" has RGBA8888 code654321FF, red 0.39607844, green 0.2627451, blue 0.12941177, alpha 1.0, hue 0.08333334, saturation 0.26666665, and lightness 0.26274508. It has the hex RGBA8888 value0x654321ff.@ @ @ @ @ @
- See Also:
-
DARK_CERULEAN
public static final int DARK_CERULEANThis color constant "Dark Cerulean" has RGBA8888 code08457EFF, red 0.03137255, green 0.27058825, blue 0.49411765, alpha 1.0, hue 0.5805085, saturation 0.4627451, and lightness 0.2627451. It has the hex RGBA8888 value0x08457eff.@ @ @ @ @ @
- See Also:
-
DARK_CHESTNUT
public static final int DARK_CHESTNUTThis color constant "Dark Chestnut" has RGBA8888 code986960FF, red 0.59607846, green 0.4117647, blue 0.3764706, alpha 1.0, hue 0.026785709, saturation 0.21960786, and lightness 0.4862745. It has the hex RGBA8888 value0x986960ff.@ @ @ @ @ @
- See Also:
-
DARK_CORAL
public static final int DARK_CORALThis color constant "Dark Coral" has RGBA8888 codeCD5B45FF, red 0.8039216, green 0.35686275, blue 0.27058825, alpha 1.0, hue 0.026960785, saturation 0.5333333, and lightness 0.5372549. It has the hex RGBA8888 value0xcd5b45ff.@ @ @ @ @ @
- See Also:
-
DARK_GOLDENROD
public static final int DARK_GOLDENRODThis color constant "Dark Goldenrod" has RGBA8888 codeB8860BFF, red 0.72156864, green 0.5254902, blue 0.043137256, alpha 1.0, hue 0.11849712, saturation 0.6784314, and lightness 0.38235295. It has the hex RGBA8888 value0xb8860bff.@ @ @ @ @ @
- See Also:
-
DARK_GRAY
public static final int DARK_GRAYThis color constant "Dark Gray" has RGBA8888 code404040FF, red 0.2509804, green 0.2509804, blue 0.2509804, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.2509804. It has the hex RGBA8888 value0x404040ff.@ @ @ @ @ @
- See Also:
-
DARK_GREEN
public static final int DARK_GREENThis color constant "Dark Green" has RGBA8888 code013220FF, red 0.003921569, green 0.19607843, blue 0.1254902, alpha 1.0, hue 0.43877554, saturation 0.19215687, and lightness 0.1. It has the hex RGBA8888 value0x013220ff.@ @ @ @ @ @
- See Also:
-
DARK_INDIGO
public static final int DARK_INDIGOThis color constant "Dark Indigo" has RGBA8888 code614E6EFF, red 0.38039216, green 0.30588236, blue 0.43137255, alpha 1.0, hue 0.765625, saturation 0.12549019, and lightness 0.36862746. It has the hex RGBA8888 value0x614e6eff.@ @ @ @ @ @
- See Also:
-
DARK_KHAKI
public static final int DARK_KHAKIThis color constant "Dark Khaki" has RGBA8888 codeBDB76BFF, red 0.7411765, green 0.7176471, blue 0.41960785, alpha 1.0, hue 0.15447155, saturation 0.32156864, and lightness 0.5803922. It has the hex RGBA8888 value0xbdb76bff.@ @ @ @ @ @
- See Also:
-
DARK_PASTEL_GREEN
public static final int DARK_PASTEL_GREENThis color constant "Dark Pastel Green" has RGBA8888 code03C03CFF, red 0.011764706, green 0.7529412, blue 0.23529412, alpha 1.0, hue 0.3835979, saturation 0.7411765, and lightness 0.38235295. It has the hex RGBA8888 value0x03c03cff.@ @ @ @ @ @
- See Also:
-
DARK_PINK
public static final int DARK_PINKThis color constant "Dark Pink" has RGBA8888 codeE75480FF, red 0.90588236, green 0.32941177, blue 0.5019608, alpha 1.0, hue 0.95011336, saturation 0.5764706, and lightness 0.617647. It has the hex RGBA8888 value0xe75480ff.@ @ @ @ @ @
- See Also:
-
DARK_SCARLET
public static final int DARK_SCARLETThis color constant "Dark Scarlet" has RGBA8888 code560319FF, red 0.3372549, green 0.011764706, blue 0.09803922, alpha 1.0, hue 0.9558233, saturation 0.3254902, and lightness 0.17450981. It has the hex RGBA8888 value0x560319ff.@ @ @ @ @ @
- See Also:
-
DARK_RED
public static final int DARK_REDThis color constant "Dark Red" has RGBA8888 code800000FF, red 0.5019608, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.5019608, and lightness 0.2509804. It has the hex RGBA8888 value0x800000ff.@ @ @ @ @ @
- See Also:
-
DARK_RED_DYE
public static final int DARK_RED_DYEThis color constant "Dark Red Dye" has RGBA8888 code23191EFF, red 0.13725491, green 0.09803922, blue 0.11764706, alpha 1.0, hue 0.9166667, saturation 0.03921569, and lightness 0.11764707. It has the hex RGBA8888 value0x23191eff.@ @ @ @ @ @
- See Also:
-
DARK_SALMON
public static final int DARK_SALMONThis color constant "Dark Salmon" has RGBA8888 codeE9967AFF, red 0.9137255, green 0.5882353, blue 0.47843137, alpha 1.0, hue 0.04204205, saturation 0.43529412, and lightness 0.6960784. It has the hex RGBA8888 value0xe9967aff.@ @ @ @ @ @
- See Also:
-
DARK_SLATE_GRAY
public static final int DARK_SLATE_GRAYThis color constant "Dark Slate Gray" has RGBA8888 code2F4F4FFF, red 0.18431373, green 0.30980393, blue 0.30980393, alpha 1.0, hue 0.5, saturation 0.1254902, and lightness 0.24705884. It has the hex RGBA8888 value0x2f4f4fff.@ @ @ @ @ @
- See Also:
-
DARK_SPRING_GREEN
public static final int DARK_SPRING_GREENThis color constant "Dark Spring Green" has RGBA8888 code177245FF, red 0.09019608, green 0.44705883, blue 0.27058825, alpha 1.0, hue 0.41758245, saturation 0.35686275, and lightness 0.26862743. It has the hex RGBA8888 value0x177245ff.@ @ @ @ @ @
- See Also:
-
DARK_TAN
public static final int DARK_TANThis color constant "Dark Tan" has RGBA8888 code918151FF, red 0.5686275, green 0.5058824, blue 0.31764707, alpha 1.0, hue 0.125, saturation 0.2509804, and lightness 0.4431373. It has the hex RGBA8888 value0x918151ff.@ @ @ @ @ @
- See Also:
-
DARK_TURQUOISE
public static final int DARK_TURQUOISEThis color constant "Dark Turquoise" has RGBA8888 code00CED1FF, red 0.0, green 0.80784315, blue 0.81960785, alpha 1.0, hue 0.50239235, saturation 0.81960785, and lightness 0.40980393. It has the hex RGBA8888 value0x00ced1ff.@ @ @ @ @ @
- See Also:
-
DARK_VIOLET
public static final int DARK_VIOLETThis color constant "Dark Violet" has RGBA8888 code9400D3FF, red 0.5803922, green 0.0, blue 0.827451, alpha 1.0, hue 0.78357035, saturation 0.827451, and lightness 0.4137255. It has the hex RGBA8888 value0x9400d3ff.@ @ @ @ @ @
- See Also:
-
DAWN
public static final int DAWNThis color constant "Dawn" has RGBA8888 codeFA7B62FF, red 0.98039216, green 0.48235294, blue 0.38431373, alpha 1.0, hue 0.02741228, saturation 0.5960784, and lightness 0.6823529. It has the hex RGBA8888 value0xfa7b62ff.@ @ @ @ @ @
- See Also:
-
DAYLILY
public static final int DAYLILYThis color constant "Daylily" has RGBA8888 codeFF8936FF, red 1.0, green 0.5372549, blue 0.21176471, alpha 1.0, hue 0.068822555, saturation 0.7882353, and lightness 0.60588235. It has the hex RGBA8888 value0xff8936ff.@ @ @ @ @ @
- See Also:
-
DEAD_MANS_FINGERS_SEAWEED
public static final int DEAD_MANS_FINGERS_SEAWEEDThis color constant "Dead Man's Fingers Seaweed" has RGBA8888 code524B2AFF, red 0.32156864, green 0.29411766, blue 0.16470589, alpha 1.0, hue 0.1375, saturation 0.15686275, and lightness 0.24313726. It has the hex RGBA8888 value0x524b2aff.@ @ @ @ @ @
- See Also:
-
DECAYING_LEAVES
public static final int DECAYING_LEAVESThis color constant "Decaying Leaves" has RGBA8888 codeD57835FF, red 0.8352941, green 0.47058824, blue 0.20784314, alpha 1.0, hue 0.06979166, saturation 0.627451, and lightness 0.5215686. It has the hex RGBA8888 value0xd57835ff.@ @ @ @ @ @
- See Also:
-
DEEP_CERISE
public static final int DEEP_CERISEThis color constant "Deep Cerise" has RGBA8888 codeDA3287FF, red 0.85490197, green 0.19607843, blue 0.5294118, alpha 1.0, hue 0.91567457, saturation 0.65882355, and lightness 0.52549016. It has the hex RGBA8888 value0xda3287ff.@ @ @ @ @ @
- See Also:
-
DEEP_CHESTNUT
public static final int DEEP_CHESTNUTThis color constant "Deep Chestnut" has RGBA8888 codeB94E48FF, red 0.7254902, green 0.30588236, blue 0.28235295, alpha 1.0, hue 0.0088495575, saturation 0.44313726, and lightness 0.5039216. It has the hex RGBA8888 value0xb94e48ff.@ @ @ @ @ @
- See Also:
-
DEEP_FUCHSIA
public static final int DEEP_FUCHSIAThis color constant "Deep Fuchsia" has RGBA8888 codeC154C1FF, red 0.75686276, green 0.32941177, blue 0.75686276, alpha 1.0, hue 0.8333333, saturation 0.42745098, and lightness 0.54313725. It has the hex RGBA8888 value0xc154c1ff.@ @ @ @ @ @
- See Also:
-
DEEP_LILAC
public static final int DEEP_LILACThis color constant "Deep Lilac" has RGBA8888 code9955BBFF, red 0.6, green 0.33333334, blue 0.73333335, alpha 1.0, hue 0.7777778, saturation 0.4, and lightness 0.53333336. It has the hex RGBA8888 value0x9955bbff.@ @ @ @ @ @
- See Also:
-
DEEP_MAGENTA
public static final int DEEP_MAGENTAThis color constant "Deep Magenta" has RGBA8888 codeCD00CCFF, red 0.8039216, green 0.0, blue 0.8, alpha 1.0, hue 0.8341463, saturation 0.8039216, and lightness 0.4019608. It has the hex RGBA8888 value0xcd00ccff.@ @ @ @ @ @
- See Also:
-
DEEP_PEACH
public static final int DEEP_PEACHThis color constant "Deep Peach" has RGBA8888 codeFFCBA4FF, red 1.0, green 0.79607844, blue 0.6431373, alpha 1.0, hue 0.071428575, saturation 0.35686272, and lightness 0.8215686. It has the hex RGBA8888 value0xffcba4ff.@ @ @ @ @ @
- See Also:
-
DEEP_PINK
public static final int DEEP_PINKThis color constant "Deep Pink" has RGBA8888 codeFF1493FF, red 1.0, green 0.078431375, blue 0.5764706, alpha 1.0, hue 0.9099291, saturation 0.92156863, and lightness 0.5392157. It has the hex RGBA8888 value0xff1493ff.@ @ @ @ @ @
- See Also:
-
DEEP_PURPLE
public static final int DEEP_PURPLEThis color constant "Deep Purple" has RGBA8888 code3A243BFF, red 0.22745098, green 0.14117648, blue 0.23137255, alpha 1.0, hue 0.826087, saturation 0.09019607, and lightness 0.18627451. It has the hex RGBA8888 value0x3a243bff.@ @ @ @ @ @
- See Also:
-
DEEP_SCARLET
public static final int DEEP_SCARLETThis color constant "Deep Scarlet" has RGBA8888 code7B3B3AFF, red 0.48235294, green 0.23137255, blue 0.22745098, alpha 1.0, hue 0.0025641026, saturation 0.25490195, and lightness 0.35490197. It has the hex RGBA8888 value0x7b3b3aff.@ @ @ @ @ @
- See Also:
-
DENIM
public static final int DENIMThis color constant "Denim" has RGBA8888 code1560BDFF, red 0.08235294, green 0.3764706, blue 0.7411765, alpha 1.0, hue 0.5922619, saturation 0.65882355, and lightness 0.41176474. It has the hex RGBA8888 value0x1560bdff.@ @ @ @ @ @
- See Also:
-
DISAPPEARING_PURPLE
public static final int DISAPPEARING_PURPLEThis color constant "Disappearing Purple" has RGBA8888 code3F313AFF, red 0.24705882, green 0.19215687, blue 0.22745098, alpha 1.0, hue 0.89285713, saturation 0.054901958, and lightness 0.21960784. It has the hex RGBA8888 value0x3f313aff.@ @ @ @ @ @
- See Also:
-
DISTANT_RIVER_BROWN
public static final int DISTANT_RIVER_BROWNThis color constant "Distant River Brown" has RGBA8888 codeCB6649FF, red 0.79607844, green 0.4, blue 0.28627452, alpha 1.0, hue 0.03717949, saturation 0.5098039, and lightness 0.5411765. It has the hex RGBA8888 value0xcb6649ff.@ @ @ @ @ @
- See Also:
-
DODGER_BLUE
public static final int DODGER_BLUEThis color constant "Dodger Blue" has RGBA8888 code1E90FFFF, red 0.11764706, green 0.5647059, blue 1.0, alpha 1.0, hue 0.5822222, saturation 0.88235295, and lightness 0.5588235. It has the hex RGBA8888 value0x1e90ffff.@ @ @ @ @ @
- See Also:
-
DOVE_FEATHER_GREY
public static final int DOVE_FEATHER_GREYThis color constant "Dove Feather Grey" has RGBA8888 code755D5BFF, red 0.45882353, green 0.3647059, blue 0.35686275, alpha 1.0, hue 0.012820513, saturation 0.10196078, and lightness 0.40784314. It has the hex RGBA8888 value0x755d5bff.@ @ @ @ @ @
- See Also:
-
DRIED_WEATHERED_BAMBOO
public static final int DRIED_WEATHERED_BAMBOOThis color constant "Dried Weathered Bamboo" has RGBA8888 code7D4E2DFF, red 0.49019608, green 0.30588236, blue 0.1764706, alpha 1.0, hue 0.06875001, saturation 0.31372547, and lightness 0.33333334. It has the hex RGBA8888 value0x7d4e2dff.@ @ @ @ @ @
- See Also:
-
DULL_BLUE
public static final int DULL_BLUEThis color constant "Dull Blue" has RGBA8888 code4F4944FF, red 0.30980393, green 0.28627452, blue 0.26666668, alpha 1.0, hue 0.07575758, saturation 0.043137252, and lightness 0.2882353. It has the hex RGBA8888 value0x4f4944ff.@ @ @ @ @ @
- See Also:
-
EARTHEN_YELLOW
public static final int EARTHEN_YELLOWThis color constant "Earthen Yellow" has RGBA8888 codeBE7F51FF, red 0.74509805, green 0.49803922, blue 0.31764707, alpha 1.0, hue 0.07033639, saturation 0.42745098, and lightness 0.53137255. It has the hex RGBA8888 value0xbe7f51ff.@ @ @ @ @ @
- See Also:
-
EARTHEN_YELLOW_RED_BROWN
public static final int EARTHEN_YELLOW_RED_BROWNThis color constant "Earthen Yellow Red Brown" has RGBA8888 codeFF4E20FF, red 1.0, green 0.30588236, blue 0.1254902, alpha 1.0, hue 0.034379672, saturation 0.8745098, and lightness 0.5627451. It has the hex RGBA8888 value0xff4e20ff.@ @ @ @ @ @
- See Also:
-
ECRU
public static final int ECRUThis color constant "Ecru" has RGBA8888 codeC2B280FF, red 0.7607843, green 0.69803923, blue 0.5019608, alpha 1.0, hue 0.12626262, saturation 0.2588235, and lightness 0.6313726. It has the hex RGBA8888 value0xc2b280ff.@ @ @ @ @ @
- See Also:
-
EDO_BROWN
public static final int EDO_BROWNThis color constant "Edo Brown" has RGBA8888 codeA13D2DFF, red 0.6313726, green 0.23921569, blue 0.1764706, alpha 1.0, hue 0.022988502, saturation 0.454902, and lightness 0.40392157. It has the hex RGBA8888 value0xa13d2dff.@ @ @ @ @ @
- See Also:
-
EGG_DYE
public static final int EGG_DYEThis color constant "Egg Dye" has RGBA8888 codeFFA631FF, red 1.0, green 0.6509804, blue 0.19215687, alpha 1.0, hue 0.0946602, saturation 0.80784315, and lightness 0.5960784. It has the hex RGBA8888 value0xffa631ff.@ @ @ @ @ @
- See Also:
-
EGGSHELL_PAPER
public static final int EGGSHELL_PAPERThis color constant "Eggshell Paper" has RGBA8888 codeECBE9FFF, red 0.9254902, green 0.74509805, blue 0.62352943, alpha 1.0, hue 0.067099564, saturation 0.30196077, and lightness 0.7745098. It has the hex RGBA8888 value0xecbe9fff.@ @ @ @ @ @
- See Also:
-
EGYPTIAN_BLUE
public static final int EGYPTIAN_BLUEThis color constant "Egyptian Blue" has RGBA8888 code1034A6FF, red 0.0627451, green 0.20392157, blue 0.6509804, alpha 1.0, hue 0.62666667, saturation 0.5882353, and lightness 0.35686272. It has the hex RGBA8888 value0x1034a6ff.@ @ @ @ @ @
- See Also:
-
ELECTRIC_BLUE
public static final int ELECTRIC_BLUEThis color constant "Electric Blue" has RGBA8888 code7DF9FFFF, red 0.49019608, green 0.9764706, blue 1.0, alpha 1.0, hue 0.50769234, saturation 0.5098039, and lightness 0.74509805. It has the hex RGBA8888 value0x7df9ffff.@ @ @ @ @ @
- See Also:
-
ELECTRIC_GREEN
public static final int ELECTRIC_GREENThis color constant "Electric Green" has RGBA8888 code00FF00FF, red 0.0, green 1.0, blue 0.0, alpha 1.0, hue 0.33333334, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x00ff00ff.@ @ @ @ @ @
- See Also:
-
ELECTRIC_INDIGO
public static final int ELECTRIC_INDIGOThis color constant "Electric Indigo" has RGBA8888 code6600FFFF, red 0.4, green 0.0, blue 1.0, alpha 1.0, hue 0.73333335, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x6600ffff.@ @ @ @ @ @
- See Also:
-
ELECTRIC_LIME
public static final int ELECTRIC_LIMEThis color constant "Electric Lime" has RGBA8888 codeCCFF00FF, red 0.8, green 1.0, blue 0.0, alpha 1.0, hue 0.2, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xccff00ff.@ @ @ @ @ @
- See Also:
-
ELECTRIC_PURPLE
public static final int ELECTRIC_PURPLEThis color constant "Electric Purple" has RGBA8888 codeBF00FFFF, red 0.7490196, green 0.0, blue 1.0, alpha 1.0, hue 0.7915033, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xbf00ffff.@ @ @ @ @ @
- See Also:
-
EMERALD
public static final int EMERALDThis color constant "Emerald" has RGBA8888 code50C878FF, red 0.3137255, green 0.78431374, blue 0.47058824, alpha 1.0, hue 0.3888889, saturation 0.47058824, and lightness 0.54901963. It has the hex RGBA8888 value0x50c878ff.@ @ @ @ @ @
- See Also:
-
EGGPLANT
public static final int EGGPLANTThis color constant "Eggplant" has RGBA8888 code614051FF, red 0.38039216, green 0.2509804, blue 0.31764707, alpha 1.0, hue 0.9141414, saturation 0.12941176, and lightness 0.3156863. It has the hex RGBA8888 value0x614051ff.@ @ @ @ @ @
- See Also:
-
FADED_CHINESE_TEA_BROWN
public static final int FADED_CHINESE_TEA_BROWNThis color constant "Faded Chinese Tea Brown" has RGBA8888 code60281EFF, red 0.3764706, green 0.15686275, blue 0.11764706, alpha 1.0, hue 0.025252527, saturation 0.25882354, and lightness 0.24705882. It has the hex RGBA8888 value0x60281eff.@ @ @ @ @ @
- See Also:
-
FADED_SEN_NO_RIKYUS_TEA
public static final int FADED_SEN_NO_RIKYUS_TEAThis color constant "Faded Sen No Rikyu's Tea" has RGBA8888 codeB0927AFF, red 0.6901961, green 0.57254905, blue 0.47843137, alpha 1.0, hue 0.07407408, saturation 0.21176472, and lightness 0.5843137. It has the hex RGBA8888 value0xb0927aff.@ @ @ @ @ @
- See Also:
-
FAKE_PURPLE
public static final int FAKE_PURPLEThis color constant "Fake Purple" has RGBA8888 code43242AFF, red 0.2627451, green 0.14117648, blue 0.16470589, alpha 1.0, hue 0.96774197, saturation 0.121568635, and lightness 0.2019608. It has the hex RGBA8888 value0x43242aff.@ @ @ @ @ @
- See Also:
-
FALU_RED
public static final int FALU_REDThis color constant "Falu Red" has RGBA8888 code801818FF, red 0.5019608, green 0.09411765, blue 0.09411765, alpha 1.0, hue 0.0, saturation 0.40784317, and lightness 0.29803923. It has the hex RGBA8888 value0x801818ff.@ @ @ @ @ @
- See Also:
-
FERN_GREEN
public static final int FERN_GREENThis color constant "Fern Green" has RGBA8888 code4F7942FF, red 0.30980393, green 0.4745098, blue 0.25882354, alpha 1.0, hue 0.2939394, saturation 0.21568626, and lightness 0.36666664. It has the hex RGBA8888 value0x4f7942ff.@ @ @ @ @ @
- See Also:
-
FINCH_BROWN
public static final int FINCH_BROWNThis color constant "Finch Brown" has RGBA8888 code957B38FF, red 0.58431375, green 0.48235294, blue 0.21960784, alpha 1.0, hue 0.120071664, saturation 0.36470592, and lightness 0.4019608. It has the hex RGBA8888 value0x957b38ff.@ @ @ @ @ @
- See Also:
-
FIREBRICK
public static final int FIREBRICKThis color constant "Firebrick" has RGBA8888 codeB22222FF, red 0.69803923, green 0.13333334, blue 0.13333334, alpha 1.0, hue 0.0, saturation 0.5647059, and lightness 0.41568628. It has the hex RGBA8888 value0xb22222ff.@ @ @ @ @ @
- See Also:
-
FLATTERY_BROWN
public static final int FLATTERY_BROWNThis color constant "Flattery Brown" has RGBA8888 code6B4423FF, red 0.41960785, green 0.26666668, blue 0.13725491, alpha 1.0, hue 0.076388896, saturation 0.28235292, and lightness 0.2784314. It has the hex RGBA8888 value0x6b4423ff.@ @ @ @ @ @
- See Also:
-
FLAX
public static final int FLAXThis color constant "Flax" has RGBA8888 codeEEDC82FF, red 0.93333334, green 0.8627451, blue 0.50980395, alpha 1.0, hue 0.1388889, saturation 0.4235294, and lightness 0.72156864. It has the hex RGBA8888 value0xeedc82ff.@ @ @ @ @ @
- See Also:
-
FLIRTATIOUS_INDIGO_TEA
public static final int FLIRTATIOUS_INDIGO_TEAThis color constant "Flirtatious Indigo Tea" has RGBA8888 code473F2DFF, red 0.2784314, green 0.24705882, blue 0.1764706, alpha 1.0, hue 0.11538459, saturation 0.10196079, and lightness 0.22745098. It has the hex RGBA8888 value0x473f2dff.@ @ @ @ @ @
- See Also:
-
FLORAL_LEAF
public static final int FLORAL_LEAFThis color constant "Floral Leaf" has RGBA8888 codeFFB94EFF, red 1.0, green 0.7254902, blue 0.30588236, alpha 1.0, hue 0.100753285, saturation 0.69411767, and lightness 0.65294117. It has the hex RGBA8888 value0xffb94eff.@ @ @ @ @ @
- See Also:
-
FOREIGN_CRIMSON
public static final int FOREIGN_CRIMSONThis color constant "Foreign Crimson" has RGBA8888 codeC91F37FF, red 0.7882353, green 0.12156863, blue 0.21568628, alpha 1.0, hue 0.9764706, saturation 0.6666667, and lightness 0.454902. It has the hex RGBA8888 value0xc91f37ff.@ @ @ @ @ @
- See Also:
-
FOREST_GREEN
public static final int FOREST_GREENThis color constant "Forest Green" has RGBA8888 code228B22FF, red 0.13333334, green 0.54509807, blue 0.13333334, alpha 1.0, hue 0.33333334, saturation 0.41176474, and lightness 0.33921573. It has the hex RGBA8888 value0x228b22ff.@ @ @ @ @ @
- See Also:
-
FOX
public static final int FOXThis color constant "Fox" has RGBA8888 code985629FF, red 0.59607846, green 0.3372549, blue 0.16078432, alpha 1.0, hue 0.067567565, saturation 0.43529415, and lightness 0.37843138. It has the hex RGBA8888 value0x985629ff.@ @ @ @ @ @
- See Also:
-
FRAGILE_SEAWEED_BROWN
public static final int FRAGILE_SEAWEED_BROWNThis color constant "Fragile Seaweed Brown" has RGBA8888 code2E372EFF, red 0.18039216, green 0.21568628, blue 0.18039216, alpha 1.0, hue 0.33333334, saturation 0.035294116, and lightness 0.19803922. It has the hex RGBA8888 value0x2e372eff.@ @ @ @ @ @
- See Also:
-
FRENCH_ROSE
public static final int FRENCH_ROSEThis color constant "French Rose" has RGBA8888 codeF64A8AFF, red 0.9647059, green 0.2901961, blue 0.5411765, alpha 1.0, hue 0.93798447, saturation 0.67450976, and lightness 0.627451. It has the hex RGBA8888 value0xf64a8aff.@ @ @ @ @ @
- See Also:
-
FRESH_ONION
public static final int FRESH_ONIONThis color constant "Fresh Onion" has RGBA8888 code5B8930FF, red 0.35686275, green 0.5372549, blue 0.1882353, alpha 1.0, hue 0.252809, saturation 0.34901965, and lightness 0.3627451. It has the hex RGBA8888 value0x5b8930ff.@ @ @ @ @ @
- See Also:
-
FUCHSIA_PINK
public static final int FUCHSIA_PINKThis color constant "Fuchsia Pink" has RGBA8888 codeFF77FFFF, red 1.0, green 0.46666667, blue 1.0, alpha 1.0, hue 0.8333333, saturation 0.5333333, and lightness 0.73333335. It has the hex RGBA8888 value0xff77ffff.@ @ @ @ @ @
- See Also:
-
GAMBOGE
public static final int GAMBOGEThis color constant "Gamboge" has RGBA8888 codeE49B0FFF, red 0.89411765, green 0.60784316, blue 0.05882353, alpha 1.0, hue 0.10954618, saturation 0.8352941, and lightness 0.4764706. It has the hex RGBA8888 value0xe49b0fff.@ @ @ @ @ @
- See Also:
-
GAMBOGE_DYE
public static final int GAMBOGE_DYEThis color constant "Gamboge Dye" has RGBA8888 codeFFB61EFF, red 1.0, green 0.7137255, blue 0.11764706, alpha 1.0, hue 0.11259259, saturation 0.88235295, and lightness 0.5588235. It has the hex RGBA8888 value0xffb61eff.@ @ @ @ @ @
- See Also:
-
GLAZED_PERSIMMON
public static final int GLAZED_PERSIMMONThis color constant "Glazed Persimmon" has RGBA8888 codeD34E36FF, red 0.827451, green 0.30588236, blue 0.21176471, alpha 1.0, hue 0.02547771, saturation 0.6156863, and lightness 0.5196079. It has the hex RGBA8888 value0xd34e36ff.@ @ @ @ @ @
- See Also:
-
GOLD
public static final int GOLDThis color constant "Gold" has RGBA8888 codeD4AF37FF, red 0.83137256, green 0.6862745, blue 0.21568628, alpha 1.0, hue 0.12738854, saturation 0.6156863, and lightness 0.5235294. It has the hex RGBA8888 value0xd4af37ff.@ @ @ @ @ @
- See Also:
-
GOLDEN
public static final int GOLDENThis color constant "Golden" has RGBA8888 codeFFD700FF, red 1.0, green 0.84313726, blue 0.0, alpha 1.0, hue 0.14052288, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffd700ff.@ @ @ @ @ @
- See Also:
-
GOLDEN_BROWN
public static final int GOLDEN_BROWNThis color constant "Golden Brown" has RGBA8888 code996515FF, red 0.6, green 0.39607844, blue 0.08235294, alpha 1.0, hue 0.10101009, saturation 0.5176471, and lightness 0.3411765. It has the hex RGBA8888 value0x996515ff.@ @ @ @ @ @
- See Also:
-
GOLDEN_BROWN_DYE
public static final int GOLDEN_BROWN_DYEThis color constant "Golden Brown Dye" has RGBA8888 codeC66B27FF, red 0.7764706, green 0.41960785, blue 0.15294118, alpha 1.0, hue 0.07127882, saturation 0.62352943, and lightness 0.4647059. It has the hex RGBA8888 value0xc66b27ff.@ @ @ @ @ @
- See Also:
-
GOLDEN_FALLEN_LEAVES
public static final int GOLDEN_FALLEN_LEAVESThis color constant "Golden Fallen Leaves" has RGBA8888 codeE29C45FF, red 0.8862745, green 0.6117647, blue 0.27058825, alpha 1.0, hue 0.09235669, saturation 0.6156863, and lightness 0.57843137. It has the hex RGBA8888 value0xe29c45ff.@ @ @ @ @ @
- See Also:
-
GOLDEN_OAK
public static final int GOLDEN_OAKThis color constant "Golden Oak" has RGBA8888 codeBB8141FF, red 0.73333335, green 0.5058824, blue 0.25490198, alpha 1.0, hue 0.0874317, saturation 0.47843137, and lightness 0.49411765. It has the hex RGBA8888 value0xbb8141ff.@ @ @ @ @ @
- See Also:
-
GOLDEN_YELLOW
public static final int GOLDEN_YELLOWThis color constant "Golden Yellow" has RGBA8888 codeFFDF00FF, red 1.0, green 0.8745098, blue 0.0, alpha 1.0, hue 0.14575164, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffdf00ff.@ @ @ @ @ @
- See Also:
-
GOLDENROD
public static final int GOLDENRODThis color constant "Goldenrod" has RGBA8888 codeDAA520FF, red 0.85490197, green 0.64705884, blue 0.1254902, alpha 1.0, hue 0.119175635, saturation 0.7294118, and lightness 0.49019608. It has the hex RGBA8888 value0xdaa520ff.@ @ @ @ @ @
- See Also:
-
GORYEO_STOREROOM
public static final int GORYEO_STOREROOMThis color constant "Goryeo Storeroom" has RGBA8888 code203838FF, red 0.1254902, green 0.21960784, blue 0.21960784, alpha 1.0, hue 0.5, saturation 0.09411764, and lightness 0.17254902. It has the hex RGBA8888 value0x203838ff.@ @ @ @ @ @
- See Also:
-
GRAPE_MOUSE
public static final int GRAPE_MOUSEThis color constant "Grape Mouse" has RGBA8888 code63424BFF, red 0.3882353, green 0.25882354, blue 0.29411766, alpha 1.0, hue 0.95454544, saturation 0.12941176, and lightness 0.32352942. It has the hex RGBA8888 value0x63424bff.@ @ @ @ @ @
- See Also:
-
GRAY
public static final int GRAYThis color constant "Gray" has RGBA8888 code808080FF, red 0.5019608, green 0.5019608, blue 0.5019608, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.5019608. It has the hex RGBA8888 value0x808080ff.@ @ @ @ @ @
- See Also:
-
GRAY_ASPARAGUS
public static final int GRAY_ASPARAGUSThis color constant "Gray Asparagus" has RGBA8888 code465945FF, red 0.27450982, green 0.34901962, blue 0.27058825, alpha 1.0, hue 0.32500002, saturation 0.07843137, and lightness 0.30980393. It has the hex RGBA8888 value0x465945ff.@ @ @ @ @ @
- See Also:
-
GREEN
public static final int GREENThis color constant "Green" has RGBA8888 code008000FF, red 0.0, green 0.5019608, blue 0.0, alpha 1.0, hue 0.33333334, saturation 0.5019608, and lightness 0.2509804. It has the hex RGBA8888 value0x008000ff.@ @ @ @ @ @
- See Also:
-
GREENFINCH
public static final int GREENFINCHThis color constant "Greenfinch" has RGBA8888 codeBDA928FF, red 0.7411765, green 0.6627451, blue 0.15686275, alpha 1.0, hue 0.1442953, saturation 0.58431375, and lightness 0.44901958. It has the hex RGBA8888 value0xbda928ff.@ @ @ @ @ @
- See Also:
-
GREEN_BAMBOO
public static final int GREEN_BAMBOOThis color constant "Green Bamboo" has RGBA8888 code006442FF, red 0.0, green 0.39215687, blue 0.25882354, alpha 1.0, hue 0.44333333, saturation 0.39215687, and lightness 0.19607843. It has the hex RGBA8888 value0x006442ff.@ @ @ @ @ @
- See Also:
-
GREEN_TEA_DYE
public static final int GREEN_TEA_DYEThis color constant "Green Tea Dye" has RGBA8888 code824B35FF, red 0.50980395, green 0.29411766, blue 0.20784314, alpha 1.0, hue 0.047619045, saturation 0.30196083, and lightness 0.3588235. It has the hex RGBA8888 value0x824b35ff.@ @ @ @ @ @
- See Also:
-
GREEN_YELLOW
public static final int GREEN_YELLOWThis color constant "Green Yellow" has RGBA8888 codeADFF2FFF, red 0.6784314, green 1.0, blue 0.18431373, alpha 1.0, hue 0.2323718, saturation 0.8156863, and lightness 0.5921569. It has the hex RGBA8888 value0xadff2fff.@ @ @ @ @ @
- See Also:
-
GREYISH_DARK_GREEN
public static final int GREYISH_DARK_GREENThis color constant "Greyish Dark Green" has RGBA8888 code656255FF, red 0.39607844, green 0.38431373, blue 0.33333334, alpha 1.0, hue 0.13541667, saturation 0.062745094, and lightness 0.3647059. It has the hex RGBA8888 value0x656255ff.@ @ @ @ @ @
- See Also:
-
HALF_PURPLE
public static final int HALF_PURPLEThis color constant "Half Purple" has RGBA8888 code8D608CFF, red 0.5529412, green 0.3764706, blue 0.54901963, alpha 1.0, hue 0.837037, saturation 0.17647061, and lightness 0.46470588. It has the hex RGBA8888 value0x8d608cff.@ @ @ @ @ @
- See Also:
-
HAN_PURPLE
public static final int HAN_PURPLEThis color constant "Han Purple" has RGBA8888 code5218FAFF, red 0.32156864, green 0.09411765, blue 0.98039216, alpha 1.0, hue 0.7094396, saturation 0.8862745, and lightness 0.53725487. It has the hex RGBA8888 value0x5218faff.@ @ @ @ @ @
- See Also:
-
HARBOR_RAT
public static final int HARBOR_RATThis color constant "Harbor Rat" has RGBA8888 code757D75FF, red 0.45882353, green 0.49019608, blue 0.45882353, alpha 1.0, hue 0.33333334, saturation 0.031372547, and lightness 0.4745098. It has the hex RGBA8888 value0x757d75ff.@ @ @ @ @ @
- See Also:
-
HELIOTROPE
public static final int HELIOTROPEThis color constant "Heliotrope" has RGBA8888 codeDF73FFFF, red 0.8745098, green 0.4509804, blue 1.0, alpha 1.0, hue 0.79523814, saturation 0.5490196, and lightness 0.7254902. It has the hex RGBA8888 value0xdf73ffff.@ @ @ @ @ @
- See Also:
-
HOLLYWOOD_CERISE
public static final int HOLLYWOOD_CERISEThis color constant "Hollywood Cerise" has RGBA8888 codeF400A1FF, red 0.95686275, green 0.0, blue 0.6313726, alpha 1.0, hue 0.89002734, saturation 0.95686275, and lightness 0.47843137. It has the hex RGBA8888 value0xf400a1ff.@ @ @ @ @ @
- See Also:
-
HORSETAIL
public static final int HORSETAILThis color constant "Horsetail" has RGBA8888 code3D5D42FF, red 0.23921569, green 0.3647059, blue 0.25882354, alpha 1.0, hue 0.35937503, saturation 0.1254902, and lightness 0.3019608. It has the hex RGBA8888 value0x3d5d42ff.@ @ @ @ @ @
- See Also:
-
HOT_MAGENTA
public static final int HOT_MAGENTAThis color constant "Hot Magenta" has RGBA8888 codeFF00CCFF, red 1.0, green 0.0, blue 0.8, alpha 1.0, hue 0.8666667, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff00ccff.@ @ @ @ @ @
- See Also:
-
HOT_PINK
public static final int HOT_PINKThis color constant "Hot Pink" has RGBA8888 codeFF69B4FF, red 1.0, green 0.4117647, blue 0.7058824, alpha 1.0, hue 0.9166666, saturation 0.58823526, and lightness 0.7058824. It has the hex RGBA8888 value0xff69b4ff.@ @ @ @ @ @
- See Also:
-
IBIS
public static final int IBISThis color constant "Ibis" has RGBA8888 code4C221BFF, red 0.29803923, green 0.13333334, blue 0.105882354, alpha 1.0, hue 0.023809528, saturation 0.19215688, and lightness 0.20196079. It has the hex RGBA8888 value0x4c221bff.@ @ @ @ @ @
- See Also:
-
IBIS_WING
public static final int IBIS_WINGThis color constant "Ibis Wing" has RGBA8888 codeF58F84FF, red 0.9607843, green 0.56078434, blue 0.5176471, alpha 1.0, hue 0.016224189, saturation 0.44313723, and lightness 0.73921573. It has the hex RGBA8888 value0xf58f84ff.@ @ @ @ @ @
- See Also:
-
INDIGO
public static final int INDIGOThis color constant "Indigo" has RGBA8888 code4B0082FF, red 0.29411766, green 0.0, blue 0.50980395, alpha 1.0, hue 0.76282054, saturation 0.50980395, and lightness 0.25490198. It has the hex RGBA8888 value0x4b0082ff.@ @ @ @ @ @
- See Also:
-
INDIGO_DYE
public static final int INDIGO_DYEThis color constant "Indigo Dye" has RGBA8888 code00416AFF, red 0.0, green 0.25490198, blue 0.41568628, alpha 1.0, hue 0.5644654, saturation 0.41568628, and lightness 0.20784314. It has the hex RGBA8888 value0x00416aff.@ @ @ @ @ @
- See Also:
-
INDIGO_INK_BROWN
public static final int INDIGO_INK_BROWNThis color constant "Indigo Ink Brown" has RGBA8888 code393432FF, red 0.22352941, green 0.20392157, blue 0.19607843, alpha 1.0, hue 0.04761905, saturation 0.027450979, and lightness 0.20980392. It has the hex RGBA8888 value0x393432ff.@ @ @ @ @ @
- See Also:
-
INDIGO_WHITE
public static final int INDIGO_WHITEThis color constant "Indigo White" has RGBA8888 codeEBF6F7FF, red 0.92156863, green 0.9647059, blue 0.96862745, alpha 1.0, hue 0.5138889, saturation 0.04705882, and lightness 0.94509804. It has the hex RGBA8888 value0xebf6f7ff.@ @ @ @ @ @
- See Also:
-
INK
public static final int INKThis color constant "Ink" has RGBA8888 code27221FFF, red 0.15294118, green 0.13333334, blue 0.12156863, alpha 1.0, hue 0.06250002, saturation 0.031372555, and lightness 0.13725491. It has the hex RGBA8888 value0x27221fff.@ @ @ @ @ @
- See Also:
-
INSECT_SCREEN
public static final int INSECT_SCREENThis color constant "Insect Screen" has RGBA8888 code2D4436FF, red 0.1764706, green 0.26666668, blue 0.21176471, alpha 1.0, hue 0.39855072, saturation 0.09019609, and lightness 0.22156863. It has the hex RGBA8888 value0x2d4436ff.@ @ @ @ @ @
- See Also:
-
INSIDE_OF_A_BOTTLE
public static final int INSIDE_OF_A_BOTTLEThis color constant "Inside Of A Bottle" has RGBA8888 codeC6C2B6FF, red 0.7764706, green 0.7607843, blue 0.7137255, alpha 1.0, hue 0.125, saturation 0.062745094, and lightness 0.74509805. It has the hex RGBA8888 value0xc6c2b6ff.@ @ @ @ @ @
- See Also:
-
INTERNATIONAL_KLEIN_BLUE
public static final int INTERNATIONAL_KLEIN_BLUEThis color constant "International Klein Blue" has RGBA8888 code002FA7FF, red 0.0, green 0.18431373, blue 0.654902, alpha 1.0, hue 0.6197605, saturation 0.654902, and lightness 0.327451. It has the hex RGBA8888 value0x002fa7ff.@ @ @ @ @ @
- See Also:
-
INTERNATIONAL_ORANGE
public static final int INTERNATIONAL_ORANGEThis color constant "International Orange" has RGBA8888 codeFF4F00FF, red 1.0, green 0.30980393, blue 0.0, alpha 1.0, hue 0.051633988, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff4f00ff.@ @ @ @ @ @
- See Also:
-
IRIS
public static final int IRISThis color constant "Iris" has RGBA8888 code763568FF, red 0.4627451, green 0.20784314, blue 0.40784314, alpha 1.0, hue 0.86923075, saturation 0.25490195, and lightness 0.33529413. It has the hex RGBA8888 value0x763568ff.@ @ @ @ @ @
- See Also:
-
IRON
public static final int IRONThis color constant "Iron" has RGBA8888 code2B3733FF, red 0.16862746, green 0.21568628, blue 0.2, alpha 1.0, hue 0.44444445, saturation 0.04705882, and lightness 0.19215687. It has the hex RGBA8888 value0x2b3733ff.@ @ @ @ @ @
- See Also:
-
IRONHEAD_FLOWER
public static final int IRONHEAD_FLOWERThis color constant "Ironhead Flower" has RGBA8888 code344D56FF, red 0.20392157, green 0.3019608, blue 0.3372549, alpha 1.0, hue 0.5441177, saturation 0.13333334, and lightness 0.27058825. It has the hex RGBA8888 value0x344d56ff.@ @ @ @ @ @
- See Also:
-
IRON_STORAGE
public static final int IRON_STORAGEThis color constant "Iron Storage" has RGBA8888 code2B3736FF, red 0.16862746, green 0.21568628, blue 0.21176471, alpha 1.0, hue 0.4861111, saturation 0.04705882, and lightness 0.19215687. It has the hex RGBA8888 value0x2b3736ff.@ @ @ @ @ @
- See Also:
-
ISLAMIC_GREEN
public static final int ISLAMIC_GREENThis color constant "Islamic Green" has RGBA8888 code009000FF, red 0.0, green 0.5647059, blue 0.0, alpha 1.0, hue 0.33333334, saturation 0.5647059, and lightness 0.28235295. It has the hex RGBA8888 value0x009000ff.@ @ @ @ @ @
- See Also:
-
IVORY
public static final int IVORYThis color constant "Ivory" has RGBA8888 codeFFFFF0FF, red 1.0, green 1.0, blue 0.9411765, alpha 1.0, hue 0.16666667, saturation 0.058823526, and lightness 0.9705882. It has the hex RGBA8888 value0xfffff0ff.@ @ @ @ @ @
- See Also:
-
IWAI_BROWN
public static final int IWAI_BROWNThis color constant "Iwai Brown" has RGBA8888 code5E5545FF, red 0.36862746, green 0.33333334, blue 0.27058825, alpha 1.0, hue 0.10666667, saturation 0.09803921, and lightness 0.31960785. It has the hex RGBA8888 value0x5e5545ff.@ @ @ @ @ @
- See Also:
-
JADE
public static final int JADEThis color constant "Jade" has RGBA8888 code00A86BFF, red 0.0, green 0.65882355, blue 0.41960785, alpha 1.0, hue 0.43948412, saturation 0.65882355, and lightness 0.32941177. It has the hex RGBA8888 value0x00a86bff.@ @ @ @ @ @
- See Also:
-
JAPANESE_INDIGO
public static final int JAPANESE_INDIGOThis color constant "Japanese Indigo" has RGBA8888 code264348FF, red 0.14901961, green 0.2627451, blue 0.28235295, alpha 1.0, hue 0.52450985, saturation 0.13333334, and lightness 0.21568629. It has the hex RGBA8888 value0x264348ff.@ @ @ @ @ @
- See Also:
-
JAPANESE_IRIS
public static final int JAPANESE_IRISThis color constant "Japanese Iris" has RGBA8888 code7F5D3BFF, red 0.49803922, green 0.3647059, blue 0.23137255, alpha 1.0, hue 0.08333334, saturation 0.26666665, and lightness 0.3647059. It has the hex RGBA8888 value0x7f5d3bff.@ @ @ @ @ @
- See Also:
-
JAPANESE_PALE_BLUE
public static final int JAPANESE_PALE_BLUEThis color constant "Japanese Pale Blue" has RGBA8888 code8C9C76FF, red 0.54901963, green 0.6117647, blue 0.4627451, alpha 1.0, hue 0.2368421, saturation 0.14901963, and lightness 0.5372549. It has the hex RGBA8888 value0x8c9c76ff.@ @ @ @ @ @
- See Also:
-
JAPANESE_TRIANDRA_GRASS
public static final int JAPANESE_TRIANDRA_GRASSThis color constant "Japanese Triandra Grass" has RGBA8888 codeE2B13CFF, red 0.8862745, green 0.69411767, blue 0.23529412, alpha 1.0, hue 0.117469884, saturation 0.6509804, and lightness 0.56078434. It has the hex RGBA8888 value0xe2b13cff.@ @ @ @ @ @
- See Also:
-
KELLY_GREEN
public static final int KELLY_GREENThis color constant "Kelly Green" has RGBA8888 code4CBB17FF, red 0.29803923, green 0.73333335, blue 0.09019608, alpha 1.0, hue 0.27947155, saturation 0.6431373, and lightness 0.4117647. It has the hex RGBA8888 value0x4cbb17ff.@ @ @ @ @ @
- See Also:
-
KHAKI
public static final int KHAKIThis color constant "Khaki" has RGBA8888 codeC3B091FF, red 0.7647059, green 0.6901961, blue 0.5686275, alpha 1.0, hue 0.10333333, saturation 0.19607842, and lightness 0.6666667. It has the hex RGBA8888 value0xc3b091ff.@ @ @ @ @ @
- See Also:
-
KIMONO_STORAGE
public static final int KIMONO_STORAGEThis color constant "Kimono Storage" has RGBA8888 code3D4C51FF, red 0.23921569, green 0.29803923, blue 0.31764707, alpha 1.0, hue 0.5416667, saturation 0.07843138, and lightness 0.2784314. It has the hex RGBA8888 value0x3d4c51ff.@ @ @ @ @ @
- See Also:
-
LAPIS_LAZULI
public static final int LAPIS_LAZULIThis color constant "Lapis Lazuli" has RGBA8888 code1F4788FF, red 0.12156863, green 0.2784314, blue 0.53333336, alpha 1.0, hue 0.6031746, saturation 0.41176474, and lightness 0.327451. It has the hex RGBA8888 value0x1f4788ff.@ @ @ @ @ @
- See Also:
-
LAVENDER_FLORAL
public static final int LAVENDER_FLORALThis color constant "Lavender Floral" has RGBA8888 codeB57EDCFF, red 0.70980394, green 0.49411765, blue 0.8627451, alpha 1.0, hue 0.7641844, saturation 0.36862746, and lightness 0.67843133. It has the hex RGBA8888 value0xb57edcff.@ @ @ @ @ @
- See Also:
-
LAVENDER
public static final int LAVENDERThis color constant "Lavender" has RGBA8888 codeE6E6FAFF, red 0.9019608, green 0.9019608, blue 0.98039216, alpha 1.0, hue 0.6666667, saturation 0.07843137, and lightness 0.9411765. It has the hex RGBA8888 value0xe6e6faff.@ @ @ @ @ @
- See Also:
-
LAVENDER_BLUE
public static final int LAVENDER_BLUEThis color constant "Lavender Blue" has RGBA8888 codeCCCCFFFF, red 0.8, green 0.8, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.19999999, and lightness 0.9. It has the hex RGBA8888 value0xccccffff.@ @ @ @ @ @
- See Also:
-
LAVENDER_BLUSH
public static final int LAVENDER_BLUSHThis color constant "Lavender Blush" has RGBA8888 codeFFF0F5FF, red 1.0, green 0.9411765, blue 0.9607843, alpha 1.0, hue 0.9444444, saturation 0.058823526, and lightness 0.9705882. It has the hex RGBA8888 value0xfff0f5ff.@ @ @ @ @ @
- See Also:
-
LAVENDER_GRAY
public static final int LAVENDER_GRAYThis color constant "Lavender Gray" has RGBA8888 codeC4C3D0FF, red 0.76862746, green 0.7647059, blue 0.8156863, alpha 1.0, hue 0.6794872, saturation 0.05098039, and lightness 0.79019606. It has the hex RGBA8888 value0xc4c3d0ff.@ @ @ @ @ @
- See Also:
-
LAVENDER_MAGENTA
public static final int LAVENDER_MAGENTAThis color constant "Lavender Magenta" has RGBA8888 codeEE82EEFF, red 0.93333334, green 0.50980395, blue 0.93333334, alpha 1.0, hue 0.8333333, saturation 0.4235294, and lightness 0.72156864. It has the hex RGBA8888 value0xee82eeff.@ @ @ @ @ @
- See Also:
-
LAVENDER_PINK
public static final int LAVENDER_PINKThis color constant "Lavender Pink" has RGBA8888 codeFBAED2FF, red 0.9843137, green 0.68235296, blue 0.8235294, alpha 1.0, hue 0.9220779, saturation 0.30196077, and lightness 0.8333333. It has the hex RGBA8888 value0xfbaed2ff.@ @ @ @ @ @
- See Also:
-
LAVENDER_PURPLE
public static final int LAVENDER_PURPLEThis color constant "Lavender Purple" has RGBA8888 code967BB6FF, red 0.5882353, green 0.48235294, blue 0.7137255, alpha 1.0, hue 0.74293786, saturation 0.23137257, and lightness 0.5980392. It has the hex RGBA8888 value0x967bb6ff.@ @ @ @ @ @
- See Also:
-
LAVENDER_ROSE
public static final int LAVENDER_ROSEThis color constant "Lavender Rose" has RGBA8888 codeFBA0E3FF, red 0.9843137, green 0.627451, blue 0.8901961, alpha 1.0, hue 0.87728935, saturation 0.35686272, and lightness 0.80588233. It has the hex RGBA8888 value0xfba0e3ff.@ @ @ @ @ @
- See Also:
-
LAWN_GREEN
public static final int LAWN_GREENThis color constant "Lawn Green" has RGBA8888 code7CFC00FF, red 0.4862745, green 0.9882353, blue 0.0, alpha 1.0, hue 0.25132275, saturation 0.9882353, and lightness 0.49411765. It has the hex RGBA8888 value0x7cfc00ff.@ @ @ @ @ @
- See Also:
-
LEGAL_DYE
public static final int LEGAL_DYEThis color constant "Legal Dye" has RGBA8888 code2E211BFF, red 0.18039216, green 0.12941177, blue 0.105882354, alpha 1.0, hue 0.052631587, saturation 0.07450981, and lightness 0.14313726. It has the hex RGBA8888 value0x2e211bff.@ @ @ @ @ @
- See Also:
-
LEMON
public static final int LEMONThis color constant "Lemon" has RGBA8888 codeFDE910FF, red 0.99215686, green 0.9137255, blue 0.0627451, alpha 1.0, hue 0.15260197, saturation 0.92941177, and lightness 0.527451. It has the hex RGBA8888 value0xfde910ff.@ @ @ @ @ @
- See Also:
-
LEMON_CHIFFON
public static final int LEMON_CHIFFONThis color constant "Lemon Chiffon" has RGBA8888 codeFFFACDFF, red 1.0, green 0.98039216, blue 0.8039216, alpha 1.0, hue 0.15, saturation 0.19607842, and lightness 0.9019608. It has the hex RGBA8888 value0xfffacdff.@ @ @ @ @ @
- See Also:
-
LIGHT_BLUE
public static final int LIGHT_BLUEThis color constant "Light Blue" has RGBA8888 codeADD8E6FF, red 0.6784314, green 0.84705883, blue 0.9019608, alpha 1.0, hue 0.5409357, saturation 0.2235294, and lightness 0.79019606. It has the hex RGBA8888 value0xadd8e6ff.@ @ @ @ @ @
- See Also:
-
LIGHT_BLUE_DYE
public static final int LIGHT_BLUE_DYEThis color constant "Light Blue Dye" has RGBA8888 code48929BFF, red 0.28235295, green 0.57254905, blue 0.60784316, alpha 1.0, hue 0.5180723, saturation 0.3254902, and lightness 0.44509807. It has the hex RGBA8888 value0x48929bff.@ @ @ @ @ @
- See Also:
-
LIGHT_BLUE_FLOWER
public static final int LIGHT_BLUE_FLOWERThis color constant "Light Blue Flower" has RGBA8888 code1D697CFF, red 0.11372549, green 0.4117647, blue 0.4862745, alpha 1.0, hue 0.53333336, saturation 0.37254903, and lightness 0.3. It has the hex RGBA8888 value0x1d697cff.@ @ @ @ @ @
- See Also:
-
LIGHT_BLUE_SILK
public static final int LIGHT_BLUE_SILKThis color constant "Light Blue Silk" has RGBA8888 code044F67FF, red 0.015686275, green 0.30980393, blue 0.40392157, alpha 1.0, hue 0.5404041, saturation 0.3882353, and lightness 0.20980392. It has the hex RGBA8888 value0x044f67ff.@ @ @ @ @ @
- See Also:
-
LIGHT_GRAY
public static final int LIGHT_GRAYThis color constant "Light Gray" has RGBA8888 codeC0C0C0FF, red 0.7529412, green 0.7529412, blue 0.7529412, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7529412. It has the hex RGBA8888 value0xc0c0c0ff.@ @ @ @ @ @
- See Also:
-
LIGHT_KHAKI
public static final int LIGHT_KHAKIThis color constant "Light Khaki" has RGBA8888 codeF0E68CFF, red 0.9411765, green 0.9019608, blue 0.54901963, alpha 1.0, hue 0.15, saturation 0.39215684, and lightness 0.74509805. It has the hex RGBA8888 value0xf0e68cff.@ @ @ @ @ @
- See Also:
-
LIGHT_LIME
public static final int LIGHT_LIMEThis color constant "Light Lime" has RGBA8888 codeBFFF00FF, red 0.7490196, green 1.0, blue 0.0, alpha 1.0, hue 0.20849675, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xbfff00ff.@ @ @ @ @ @
- See Also:
-
LIGHT_MAROON
public static final int LIGHT_MAROONThis color constant "Light Maroon" has RGBA8888 codeB03060FF, red 0.6901961, green 0.1882353, blue 0.3764706, alpha 1.0, hue 0.9375, saturation 0.5019608, and lightness 0.4392157. It has the hex RGBA8888 value0xb03060ff.@ @ @ @ @ @
- See Also:
-
LIGHT_PINK
public static final int LIGHT_PINKThis color constant "Light Pink" has RGBA8888 codeFFB6C1FF, red 1.0, green 0.7137255, blue 0.75686276, alpha 1.0, hue 0.9748858, saturation 0.2862745, and lightness 0.8568628. It has the hex RGBA8888 value0xffb6c1ff.@ @ @ @ @ @
- See Also:
-
LIGHT_VIOLET
public static final int LIGHT_VIOLETThis color constant "Light Violet" has RGBA8888 codeEE82EEFF, red 0.93333334, green 0.50980395, blue 0.93333334, alpha 1.0, hue 0.8333333, saturation 0.4235294, and lightness 0.72156864. It has the hex RGBA8888 value0xee82eeff.@ @ @ @ @ @
- See Also:
-
LIGHT_YELLOW_DYE
public static final int LIGHT_YELLOW_DYEThis color constant "Light Yellow Dye" has RGBA8888 codeF7BB7DFF, red 0.96862745, green 0.73333335, blue 0.49019608, alpha 1.0, hue 0.08469946, saturation 0.47843137, and lightness 0.7294118. It has the hex RGBA8888 value0xf7bb7dff.@ @ @ @ @ @
- See Also:
-
LILAC
public static final int LILACThis color constant "Lilac" has RGBA8888 codeC8A2C8FF, red 0.78431374, green 0.63529414, blue 0.78431374, alpha 1.0, hue 0.8333333, saturation 0.1490196, and lightness 0.70980394. It has the hex RGBA8888 value0xc8a2c8ff.@ @ @ @ @ @
- See Also:
-
LIME
public static final int LIMEThis color constant "Lime" has RGBA8888 code00FF00FF, red 0.0, green 1.0, blue 0.0, alpha 1.0, hue 0.33333334, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x00ff00ff.@ @ @ @ @ @
- See Also:
-
LIME_GREEN
public static final int LIME_GREENThis color constant "Lime Green" has RGBA8888 code32CD32FF, red 0.19607843, green 0.8039216, blue 0.19607843, alpha 1.0, hue 0.33333334, saturation 0.60784316, and lightness 0.5. It has the hex RGBA8888 value0x32cd32ff.@ @ @ @ @ @
- See Also:
-
LINEN
public static final int LINENThis color constant "Linen" has RGBA8888 codeFAF0E6FF, red 0.98039216, green 0.9411765, blue 0.9019608, alpha 1.0, hue 0.083333336, saturation 0.07843137, and lightness 0.9411765. It has the hex RGBA8888 value0xfaf0e6ff.@ @ @ @ @ @
- See Also:
-
LONG_SPRING
public static final int LONG_SPRINGThis color constant "Long Spring" has RGBA8888 codeB95754FF, red 0.7254902, green 0.34117648, blue 0.32941177, alpha 1.0, hue 0.004950495, saturation 0.39607844, and lightness 0.52745104. It has the hex RGBA8888 value0xb95754ff.@ @ @ @ @ @
- See Also:
-
LOQUAT_BROWN
public static final int LOQUAT_BROWNThis color constant "Loquat Brown" has RGBA8888 codeAB6134FF, red 0.67058825, green 0.38039216, blue 0.20392157, alpha 1.0, hue 0.06302521, saturation 0.4666667, and lightness 0.43725494. It has the hex RGBA8888 value0xab6134ff.@ @ @ @ @ @
- See Also:
-
LYE
public static final int LYEThis color constant "Lye" has RGBA8888 code7F6B5DFF, red 0.49803922, green 0.41960785, blue 0.3647059, alpha 1.0, hue 0.068627454, saturation 0.13333333, and lightness 0.43137255. It has the hex RGBA8888 value0x7f6b5dff.@ @ @ @ @ @
- See Also:
-
MAGENTA_DYE
public static final int MAGENTA_DYEThis color constant "Magenta Dye" has RGBA8888 codeCA1F7BFF, red 0.7921569, green 0.12156863, blue 0.48235294, alpha 1.0, hue 0.91033137, saturation 0.67058825, and lightness 0.45686272. It has the hex RGBA8888 value0xca1f7bff.@ @ @ @ @ @
- See Also:
-
MAGIC_MINT
public static final int MAGIC_MINTThis color constant "Magic Mint" has RGBA8888 codeAAF0D1FF, red 0.6666667, green 0.9411765, blue 0.81960785, alpha 1.0, hue 0.4261905, saturation 0.2745098, and lightness 0.8039216. It has the hex RGBA8888 value0xaaf0d1ff.@ @ @ @ @ @
- See Also:
-
MAGNOLIA
public static final int MAGNOLIAThis color constant "Magnolia" has RGBA8888 codeF8F4FFFF, red 0.972549, green 0.95686275, blue 1.0, alpha 1.0, hue 0.72727275, saturation 0.043137252, and lightness 0.97843134. It has the hex RGBA8888 value0xf8f4ffff.@ @ @ @ @ @
- See Also:
-
MALACHITE
public static final int MALACHITEThis color constant "Malachite" has RGBA8888 code0BDA51FF, red 0.043137256, green 0.85490197, blue 0.31764707, alpha 1.0, hue 0.38969406, saturation 0.8117647, and lightness 0.44901958. It has the hex RGBA8888 value0x0bda51ff.@ @ @ @ @ @
- See Also:
-
MAROON
public static final int MAROONThis color constant "Maroon" has RGBA8888 code800000FF, red 0.5019608, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.5019608, and lightness 0.2509804. It has the hex RGBA8888 value0x800000ff.@ @ @ @ @ @
- See Also:
-
MAGENTA
public static final int MAGENTAThis color constant "Magenta" has RGBA8888 codeFF00FFFF, red 1.0, green 0.0, blue 1.0, alpha 1.0, hue 0.8333333, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff00ffff.@ @ @ @ @ @
- See Also:
-
MAYA_BLUE
public static final int MAYA_BLUEThis color constant "Maya Blue" has RGBA8888 code73C2FBFF, red 0.4509804, green 0.7607843, blue 0.9843137, alpha 1.0, hue 0.56985295, saturation 0.5333333, and lightness 0.7176471. It has the hex RGBA8888 value0x73c2fbff.@ @ @ @ @ @
- See Also:
-
MAUVE
public static final int MAUVEThis color constant "Mauve" has RGBA8888 codeE0B0FFFF, red 0.8784314, green 0.6901961, blue 1.0, alpha 1.0, hue 0.76793253, saturation 0.3098039, and lightness 0.845098. It has the hex RGBA8888 value0xe0b0ffff.@ @ @ @ @ @
- See Also:
-
MAUVE_TAUPE
public static final int MAUVE_TAUPEThis color constant "Mauve Taupe" has RGBA8888 code915F6DFF, red 0.5686275, green 0.37254903, blue 0.42745098, alpha 1.0, hue 0.9533333, saturation 0.19607845, and lightness 0.47058824. It has the hex RGBA8888 value0x915f6dff.@ @ @ @ @ @
- See Also:
-
MEAT
public static final int MEATThis color constant "Meat" has RGBA8888 codeF9906FFF, red 0.9764706, green 0.5647059, blue 0.43529412, alpha 1.0, hue 0.03985508, saturation 0.54117644, and lightness 0.7058824. It has the hex RGBA8888 value0xf9906fff.@ @ @ @ @ @
- See Also:
-
MEDIUM_BLUE
public static final int MEDIUM_BLUEThis color constant "Medium Blue" has RGBA8888 code0000CDFF, red 0.0, green 0.0, blue 0.8039216, alpha 1.0, hue 0.6666667, saturation 0.8039216, and lightness 0.4019608. It has the hex RGBA8888 value0x0000cdff.@ @ @ @ @ @
- See Also:
-
MEDIUM_CARMINE
public static final int MEDIUM_CARMINEThis color constant "Medium Carmine" has RGBA8888 codeAF4035FF, red 0.6862745, green 0.2509804, blue 0.20784314, alpha 1.0, hue 0.0150273265, saturation 0.4784314, and lightness 0.44705886. It has the hex RGBA8888 value0xaf4035ff.@ @ @ @ @ @
- See Also:
-
MEDIUM_CRIMSON
public static final int MEDIUM_CRIMSONThis color constant "Medium Crimson" has RGBA8888 codeC93756FF, red 0.7882353, green 0.21568628, blue 0.3372549, alpha 1.0, hue 0.9646119, saturation 0.57254905, and lightness 0.50196075. It has the hex RGBA8888 value0xc93756ff.@ @ @ @ @ @
- See Also:
-
MEDIUM_LAVENDER_MAGENTA
public static final int MEDIUM_LAVENDER_MAGENTAThis color constant "Medium Lavender Magenta" has RGBA8888 codeCC99CCFF, red 0.8, green 0.6, blue 0.8, alpha 1.0, hue 0.8333333, saturation 0.19999999, and lightness 0.7. It has the hex RGBA8888 value0xcc99ccff.@ @ @ @ @ @
- See Also:
-
MEDIUM_PURPLE
public static final int MEDIUM_PURPLEThis color constant "Medium Purple" has RGBA8888 code9370DBFF, red 0.5764706, green 0.4392157, blue 0.85882354, alpha 1.0, hue 0.72118384, saturation 0.41960785, and lightness 0.6490196. It has the hex RGBA8888 value0x9370dbff.@ @ @ @ @ @
- See Also:
-
MEDIUM_SPRING_GREEN
public static final int MEDIUM_SPRING_GREENThis color constant "Medium Spring Green" has RGBA8888 code00FA9AFF, red 0.0, green 0.98039216, blue 0.6039216, alpha 1.0, hue 0.43600002, saturation 0.98039216, and lightness 0.49019608. It has the hex RGBA8888 value0x00fa9aff.@ @ @ @ @ @
- See Also:
-
MIDORI
public static final int MIDORIThis color constant "Midori" has RGBA8888 code2A606BFF, red 0.16470589, green 0.3764706, blue 0.41960785, alpha 1.0, hue 0.52820516, saturation 0.25490195, and lightness 0.29215688. It has the hex RGBA8888 value0x2a606bff.@ @ @ @ @ @
- See Also:
-
MIDNIGHT_BLUE
public static final int MIDNIGHT_BLUEThis color constant "Midnight Blue" has RGBA8888 code003366FF, red 0.0, green 0.2, blue 0.4, alpha 1.0, hue 0.5833334, saturation 0.4, and lightness 0.2. It has the hex RGBA8888 value0x003366ff.@ @ @ @ @ @
- See Also:
-
MINT_GREEN
public static final int MINT_GREENThis color constant "Mint Green" has RGBA8888 code98FF98FF, red 0.59607846, green 1.0, blue 0.59607846, alpha 1.0, hue 0.33333334, saturation 0.40392154, and lightness 0.7980392. It has the hex RGBA8888 value0x98ff98ff.@ @ @ @ @ @
- See Also:
-
MISTY_ROSE
public static final int MISTY_ROSEThis color constant "Misty Rose" has RGBA8888 codeFFE4E1FF, red 1.0, green 0.89411765, blue 0.88235295, alpha 1.0, hue 0.016666668, saturation 0.11764705, and lightness 0.9411765. It has the hex RGBA8888 value0xffe4e1ff.@ @ @ @ @ @
- See Also:
-
MOSS
public static final int MOSSThis color constant "Moss" has RGBA8888 code8B7D3AFF, red 0.54509807, green 0.49019608, blue 0.22745098, alpha 1.0, hue 0.13786006, saturation 0.3176471, and lightness 0.38627452. It has the hex RGBA8888 value0x8b7d3aff.@ @ @ @ @ @
- See Also:
-
MOSS_GREEN
public static final int MOSS_GREENThis color constant "Moss Green" has RGBA8888 codeADDFADFF, red 0.6784314, green 0.8745098, blue 0.6784314, alpha 1.0, hue 0.33333334, saturation 0.19607842, and lightness 0.7764706. It has the hex RGBA8888 value0xaddfadff.@ @ @ @ @ @
- See Also:
-
MOUNTBATTEN_PINK
public static final int MOUNTBATTEN_PINKThis color constant "Mountbatten Pink" has RGBA8888 code997A8DFF, red 0.6, green 0.47843137, blue 0.5529412, alpha 1.0, hue 0.89784944, saturation 0.12156865, and lightness 0.5392157. It has the hex RGBA8888 value0x997a8dff.@ @ @ @ @ @
- See Also:
-
MOUSY_INDIGO
public static final int MOUSY_INDIGOThis color constant "Mousy Indigo" has RGBA8888 code5C544EFF, red 0.36078432, green 0.32941177, blue 0.30588236, alpha 1.0, hue 0.071428575, saturation 0.054901958, and lightness 0.33333334. It has the hex RGBA8888 value0x5c544eff.@ @ @ @ @ @
- See Also:
-
MOUSY_WISTERIA
public static final int MOUSY_WISTERIAThis color constant "Mousy Wisteria" has RGBA8888 code766980FF, red 0.4627451, green 0.4117647, blue 0.5019608, alpha 1.0, hue 0.76086956, saturation 0.0901961, and lightness 0.45686278. It has the hex RGBA8888 value0x766980ff.@ @ @ @ @ @
- See Also:
-
MULBERRY
public static final int MULBERRYThis color constant "Mulberry" has RGBA8888 code59292CFF, red 0.34901962, green 0.16078432, blue 0.17254902, alpha 1.0, hue 0.9895833, saturation 0.1882353, and lightness 0.25490198. It has the hex RGBA8888 value0x59292cff.@ @ @ @ @ @
- See Also:
-
MULBERRY_DYED
public static final int MULBERRY_DYEDThis color constant "Mulberry Dyed" has RGBA8888 codeC57F2EFF, red 0.77254903, green 0.49803922, blue 0.18039216, alpha 1.0, hue 0.089403965, saturation 0.5921569, and lightness 0.4764706. It has the hex RGBA8888 value0xc57f2eff.@ @ @ @ @ @
- See Also:
-
MUSTARD
public static final int MUSTARDThis color constant "Mustard" has RGBA8888 codeFFDB58FF, red 1.0, green 0.85882354, blue 0.34509805, alpha 1.0, hue 0.13073853, saturation 0.654902, and lightness 0.672549. It has the hex RGBA8888 value0xffdb58ff.@ @ @ @ @ @
- See Also:
-
MYRTLE
public static final int MYRTLEThis color constant "Myrtle" has RGBA8888 code21421EFF, red 0.12941177, green 0.25882354, blue 0.11764706, alpha 1.0, hue 0.31944445, saturation 0.14117649, and lightness 0.1882353. It has the hex RGBA8888 value0x21421eff.@ @ @ @ @ @
- See Also:
-
NAVAJO_WHITE
public static final int NAVAJO_WHITEThis color constant "Navajo White" has RGBA8888 codeFFDEADFF, red 1.0, green 0.87058824, blue 0.6784314, alpha 1.0, hue 0.0995935, saturation 0.3215686, and lightness 0.8392157. It has the hex RGBA8888 value0xffdeadff.@ @ @ @ @ @
- See Also:
-
NAVY_BLUE
public static final int NAVY_BLUEThis color constant "Navy Blue" has RGBA8888 code000080FF, red 0.0, green 0.0, blue 0.5019608, alpha 1.0, hue 0.6666667, saturation 0.5019608, and lightness 0.2509804. It has the hex RGBA8888 value0x000080ff.@ @ @ @ @ @
- See Also:
-
NAVY_BLUE_BELLFLOWER
public static final int NAVY_BLUE_BELLFLOWERThis color constant "Navy Blue Bellflower" has RGBA8888 code191F45FF, red 0.09803922, green 0.12156863, blue 0.27058825, alpha 1.0, hue 0.64393944, saturation 0.17254904, and lightness 0.18431373. It has the hex RGBA8888 value0x191f45ff.@ @ @ @ @ @
- See Also:
-
NAVY_BLUE_DYE
public static final int NAVY_BLUE_DYEThis color constant "Navy Blue Dye" has RGBA8888 code003171FF, red 0.0, green 0.19215687, blue 0.44313726, alpha 1.0, hue 0.5943953, saturation 0.44313726, and lightness 0.22156863. It has the hex RGBA8888 value0x003171ff.@ @ @ @ @ @
- See Also:
-
NEW_BRIDGE
public static final int NEW_BRIDGEThis color constant "New Bridge" has RGBA8888 code006C7FFF, red 0.0, green 0.42352942, blue 0.49803922, alpha 1.0, hue 0.5249344, saturation 0.49803922, and lightness 0.24901961. It has the hex RGBA8888 value0x006c7fff.@ @ @ @ @ @
- See Also:
-
NIGHTINGALE
public static final int NIGHTINGALEThis color constant "Nightingale" has RGBA8888 code645530FF, red 0.39215687, green 0.33333334, blue 0.1882353, alpha 1.0, hue 0.118589744, saturation 0.20392157, and lightness 0.2901961. It has the hex RGBA8888 value0x645530ff.@ @ @ @ @ @
- See Also:
-
NIGHTINGALE_BROWN
public static final int NIGHTINGALE_BROWNThis color constant "Nightingale Brown" has RGBA8888 code5C4827FF, red 0.36078432, green 0.28235295, blue 0.15294118, alpha 1.0, hue 0.10377359, saturation 0.20784314, and lightness 0.25686273. It has the hex RGBA8888 value0x5c4827ff.@ @ @ @ @ @
- See Also:
-
OCEAN_BLUE
public static final int OCEAN_BLUEThis color constant "Ocean Blue" has RGBA8888 code50B0B8FF, red 0.3137255, green 0.6901961, blue 0.72156864, alpha 1.0, hue 0.51282054, saturation 0.40784314, and lightness 0.5176471. It has the hex RGBA8888 value0x50b0b8ff.@ @ @ @ @ @
- See Also:
-
OCHRE
public static final int OCHREThis color constant "Ochre" has RGBA8888 codeCC7722FF, red 0.8, green 0.46666667, blue 0.13333334, alpha 1.0, hue 0.08333333, saturation 0.6666667, and lightness 0.46666667. It has the hex RGBA8888 value0xcc7722ff.@ @ @ @ @ @
- See Also:
-
OLD_BAMBOO
public static final int OLD_BAMBOOThis color constant "Old Bamboo" has RGBA8888 code5E644FFF, red 0.36862746, green 0.39215687, blue 0.30980393, alpha 1.0, hue 0.21428573, saturation 0.082352936, and lightness 0.3509804. It has the hex RGBA8888 value0x5e644fff.@ @ @ @ @ @
- See Also:
-
OLD_GOLD
public static final int OLD_GOLDThis color constant "Old Gold" has RGBA8888 codeCFB53BFF, red 0.8117647, green 0.70980394, blue 0.23137255, alpha 1.0, hue 0.13738738, saturation 0.5803922, and lightness 0.52156866. It has the hex RGBA8888 value0xcfb53bff.@ @ @ @ @ @
- See Also:
-
OLD_LACE
public static final int OLD_LACEThis color constant "Old Lace" has RGBA8888 codeFDF5E6FF, red 0.99215686, green 0.9607843, blue 0.9019608, alpha 1.0, hue 0.10869565, saturation 0.09019607, and lightness 0.9470588. It has the hex RGBA8888 value0xfdf5e6ff.@ @ @ @ @ @
- See Also:
-
OLD_LAVENDER
public static final int OLD_LAVENDERThis color constant "Old Lavender" has RGBA8888 code796878FF, red 0.4745098, green 0.40784314, blue 0.47058824, alpha 1.0, hue 0.84313726, saturation 0.06666666, and lightness 0.44117647. It has the hex RGBA8888 value0x796878ff.@ @ @ @ @ @
- See Also:
-
OLD_ROSE
public static final int OLD_ROSEThis color constant "Old Rose" has RGBA8888 codeC08081FF, red 0.7529412, green 0.5019608, blue 0.5058824, alpha 1.0, hue 0.9973958, saturation 0.25098038, and lightness 0.627451. It has the hex RGBA8888 value0xc08081ff.@ @ @ @ @ @
- See Also:
-
OLIVE
public static final int OLIVEThis color constant "Olive" has RGBA8888 code808000FF, red 0.5019608, green 0.5019608, blue 0.0, alpha 1.0, hue 0.16666666, saturation 0.5019608, and lightness 0.2509804. It has the hex RGBA8888 value0x808000ff.@ @ @ @ @ @
- See Also:
-
OLIVE_DRAB
public static final int OLIVE_DRABThis color constant "Olive Drab" has RGBA8888 code6B8E23FF, red 0.41960785, green 0.5568628, blue 0.13725491, alpha 1.0, hue 0.22118384, saturation 0.41960788, and lightness 0.34705883. It has the hex RGBA8888 value0x6b8e23ff.@ @ @ @ @ @
- See Also:
-
OLIVINE
public static final int OLIVINEThis color constant "Olivine" has RGBA8888 code9AB973FF, red 0.6039216, green 0.7254902, blue 0.4509804, alpha 1.0, hue 0.24047619, saturation 0.27450982, and lightness 0.5882353. It has the hex RGBA8888 value0x9ab973ff.@ @ @ @ @ @
- See Also:
-
ONANDO
public static final int ONANDOThis color constant "Onando" has RGBA8888 code364141FF, red 0.21176471, green 0.25490198, blue 0.25490198, alpha 1.0, hue 0.5, saturation 0.043137267, and lightness 0.23333333. It has the hex RGBA8888 value0x364141ff.@ @ @ @ @ @
- See Also:
-
ONE_KIN_DYE
public static final int ONE_KIN_DYEThis color constant "One Kin Dye" has RGBA8888 codeF08F90FF, red 0.9411765, green 0.56078434, blue 0.5647059, alpha 1.0, hue 0.9982818, saturation 0.38039213, and lightness 0.7509804. It has the hex RGBA8888 value0xf08f90ff.@ @ @ @ @ @
- See Also:
-
OPPOSITE_FLOWER
public static final int OPPOSITE_FLOWERThis color constant "Opposite Flower" has RGBA8888 code4D646CFF, red 0.3019608, green 0.39215687, blue 0.42352942, alpha 1.0, hue 0.5430108, saturation 0.12156862, and lightness 0.3627451. It has the hex RGBA8888 value0x4d646cff.@ @ @ @ @ @
- See Also:
-
ORANGE
public static final int ORANGEThis color constant "Orange" has RGBA8888 codeFFC800FF, red 1.0, green 0.78431374, blue 0.0, alpha 1.0, hue 0.13071896, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffc800ff.@ @ @ @ @ @
- See Also:
-
ORANGE_PEEL
public static final int ORANGE_PEELThis color constant "Orange Peel" has RGBA8888 codeFFA000FF, red 1.0, green 0.627451, blue 0.0, alpha 1.0, hue 0.104575165, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffa000ff.@ @ @ @ @ @
- See Also:
-
ORANGE_RED
public static final int ORANGE_REDThis color constant "Orange Red" has RGBA8888 codeFF4500FF, red 1.0, green 0.27058825, blue 0.0, alpha 1.0, hue 0.04509804, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff4500ff.@ @ @ @ @ @
- See Also:
-
ORANGUTAN
public static final int ORANGUTANThis color constant "Orangutan" has RGBA8888 codeDC3023FF, red 0.8627451, green 0.1882353, blue 0.13725491, alpha 1.0, hue 0.01171171, saturation 0.7254902, and lightness 0.5. It has the hex RGBA8888 value0xdc3023ff.@ @ @ @ @ @
- See Also:
-
ORCHID
public static final int ORCHIDThis color constant "Orchid" has RGBA8888 codeDA70D6FF, red 0.85490197, green 0.4392157, blue 0.8392157, alpha 1.0, hue 0.8396226, saturation 0.41568628, and lightness 0.64705884. It has the hex RGBA8888 value0xda70d6ff.@ @ @ @ @ @
- See Also:
-
OVERDYED_RED_BROWN
public static final int OVERDYED_RED_BROWNThis color constant "Overdyed Red Brown" has RGBA8888 codeE35C38FF, red 0.8901961, green 0.36078432, blue 0.21960784, alpha 1.0, hue 0.03508772, saturation 0.67058825, and lightness 0.55490196. It has the hex RGBA8888 value0xe35c38ff.@ @ @ @ @ @
- See Also:
-
PALE_BLUE
public static final int PALE_BLUEThis color constant "Pale Blue" has RGBA8888 codeAFEEEEFF, red 0.6862745, green 0.93333334, blue 0.93333334, alpha 1.0, hue 0.5, saturation 0.24705881, and lightness 0.8098039. It has the hex RGBA8888 value0xafeeeeff.@ @ @ @ @ @
- See Also:
-
PALE_BROWN
public static final int PALE_BROWNThis color constant "Pale Brown" has RGBA8888 code987654FF, red 0.59607846, green 0.4627451, blue 0.32941177, alpha 1.0, hue 0.08333332, saturation 0.26666668, and lightness 0.46274513. It has the hex RGBA8888 value0x987654ff.@ @ @ @ @ @
- See Also:
-
PALE_CARMINE
public static final int PALE_CARMINEThis color constant "Pale Carmine" has RGBA8888 codeAF4035FF, red 0.6862745, green 0.2509804, blue 0.20784314, alpha 1.0, hue 0.0150273265, saturation 0.4784314, and lightness 0.44705886. It has the hex RGBA8888 value0xaf4035ff.@ @ @ @ @ @
- See Also:
-
PALE_CHESTNUT
public static final int PALE_CHESTNUTThis color constant "Pale Chestnut" has RGBA8888 codeDDADAFFF, red 0.8666667, green 0.6784314, blue 0.6862745, alpha 1.0, hue 0.9930556, saturation 0.18823528, and lightness 0.77254903. It has the hex RGBA8888 value0xddadafff.@ @ @ @ @ @
- See Also:
-
PALE_CORNFLOWER_BLUE
public static final int PALE_CORNFLOWER_BLUEThis color constant "Pale Cornflower Blue" has RGBA8888 codeABCDEFFF, red 0.67058825, green 0.8039216, blue 0.9372549, alpha 1.0, hue 0.5833334, saturation 0.26666665, and lightness 0.8039216. It has the hex RGBA8888 value0xabcdefff.@ @ @ @ @ @
- See Also:
-
PALE_CRIMSON
public static final int PALE_CRIMSONThis color constant "Pale Crimson" has RGBA8888 codeF2666CFF, red 0.9490196, green 0.4, blue 0.42352942, alpha 1.0, hue 0.99285716, saturation 0.5490196, and lightness 0.67450976. It has the hex RGBA8888 value0xf2666cff.@ @ @ @ @ @
- See Also:
-
PALE_FALLEN_LEAVES
public static final int PALE_FALLEN_LEAVESThis color constant "Pale Fallen Leaves" has RGBA8888 codeAA8736FF, red 0.6666667, green 0.5294118, blue 0.21176471, alpha 1.0, hue 0.11637931, saturation 0.454902, and lightness 0.43921566. It has the hex RGBA8888 value0xaa8736ff.@ @ @ @ @ @
- See Also:
-
PALE_GREEN_ONION
public static final int PALE_GREEN_ONIONThis color constant "Pale Green Onion" has RGBA8888 code749F8DFF, red 0.45490196, green 0.62352943, blue 0.5529412, alpha 1.0, hue 0.43023258, saturation 0.16862747, and lightness 0.5392157. It has the hex RGBA8888 value0x749f8dff.@ @ @ @ @ @
- See Also:
-
PALE_INCENSE
public static final int PALE_INCENSEThis color constant "Pale Incense" has RGBA8888 codeFFA565FF, red 1.0, green 0.64705884, blue 0.39607844, alpha 1.0, hue 0.06926408, saturation 0.60392153, and lightness 0.69803923. It has the hex RGBA8888 value0xffa565ff.@ @ @ @ @ @
- See Also:
-
PALE_MAGENTA
public static final int PALE_MAGENTAThis color constant "Pale Magenta" has RGBA8888 codeF984E5FF, red 0.9764706, green 0.5176471, blue 0.8980392, alpha 1.0, hue 0.8618234, saturation 0.4588235, and lightness 0.7470588. It has the hex RGBA8888 value0xf984e5ff.@ @ @ @ @ @
- See Also:
-
PALE_OAK
public static final int PALE_OAKThis color constant "Pale Oak" has RGBA8888 codeBBA46DFF, red 0.73333335, green 0.6431373, blue 0.42745098, alpha 1.0, hue 0.11752137, saturation 0.30588236, and lightness 0.5803921. It has the hex RGBA8888 value0xbba46dff.@ @ @ @ @ @
- See Also:
-
PALE_PERSIMMON
public static final int PALE_PERSIMMONThis color constant "Pale Persimmon" has RGBA8888 codeFCA474FF, red 0.9882353, green 0.6431373, blue 0.45490196, alpha 1.0, hue 0.058823537, saturation 0.5333333, and lightness 0.72156864. It has the hex RGBA8888 value0xfca474ff.@ @ @ @ @ @
- See Also:
-
PALE_PINK
public static final int PALE_PINKThis color constant "Pale Pink" has RGBA8888 codeFADADDFF, red 0.98039216, green 0.85490197, blue 0.8666667, alpha 1.0, hue 0.984375, saturation 0.12549019, and lightness 0.91764706. It has the hex RGBA8888 value0xfadaddff.@ @ @ @ @ @
- See Also:
-
PALE_RED_VIOLET
public static final int PALE_RED_VIOLETThis color constant "Pale Red Violet" has RGBA8888 codeDB7093FF, red 0.85882354, green 0.4392157, blue 0.5764706, alpha 1.0, hue 0.94548285, saturation 0.41960785, and lightness 0.6490196. It has the hex RGBA8888 value0xdb7093ff.@ @ @ @ @ @
- See Also:
-
PALE_YOUNG_GREEN_ONION
public static final int PALE_YOUNG_GREEN_ONIONThis color constant "Pale Young Green Onion" has RGBA8888 code8DB255FF, red 0.5529412, green 0.69803923, blue 0.33333334, alpha 1.0, hue 0.23297492, saturation 0.3647059, and lightness 0.5156863. It has the hex RGBA8888 value0x8db255ff.@ @ @ @ @ @
- See Also:
-
PAPAYA_WHIP
public static final int PAPAYA_WHIPThis color constant "Papaya Whip" has RGBA8888 codeFFEFD5FF, red 1.0, green 0.9372549, blue 0.8352941, alpha 1.0, hue 0.103174604, saturation 0.16470587, and lightness 0.91764706. It has the hex RGBA8888 value0xffefd5ff.@ @ @ @ @ @
- See Also:
-
PASTEL_GREEN
public static final int PASTEL_GREENThis color constant "Pastel Green" has RGBA8888 code77DD77FF, red 0.46666667, green 0.8666667, blue 0.46666667, alpha 1.0, hue 0.33333334, saturation 0.4, and lightness 0.6666667. It has the hex RGBA8888 value0x77dd77ff.@ @ @ @ @ @
- See Also:
-
PASTEL_PINK
public static final int PASTEL_PINKThis color constant "Pastel Pink" has RGBA8888 codeFFD1DCFF, red 1.0, green 0.81960785, blue 0.8627451, alpha 1.0, hue 0.96014494, saturation 0.18039215, and lightness 0.9098039. It has the hex RGBA8888 value0xffd1dcff.@ @ @ @ @ @
- See Also:
-
PATINA
public static final int PATINAThis color constant "Patina" has RGBA8888 code407A52FF, red 0.2509804, green 0.47843137, blue 0.32156864, alpha 1.0, hue 0.38505748, saturation 0.22745097, and lightness 0.3647059. It has the hex RGBA8888 value0x407a52ff.@ @ @ @ @ @
- See Also:
-
PATRINIA_FLOWER
public static final int PATRINIA_FLOWERThis color constant "Patrinia Flower" has RGBA8888 codeD9B611FF, red 0.8509804, green 0.7137255, blue 0.06666667, alpha 1.0, hue 0.1375, saturation 0.78431374, and lightness 0.45882353. It has the hex RGBA8888 value0xd9b611ff.@ @ @ @ @ @
- See Also:
-
PEACH
public static final int PEACHThis color constant "Peach" has RGBA8888 codeFFE5B4FF, red 1.0, green 0.8980392, blue 0.7058824, alpha 1.0, hue 0.10888889, saturation 0.29411763, and lightness 0.85294116. It has the hex RGBA8888 value0xffe5b4ff.@ @ @ @ @ @
- See Also:
-
PEACH_DYE
public static final int PEACH_DYEThis color constant "Peach Dye" has RGBA8888 codeF47983FF, red 0.95686275, green 0.4745098, blue 0.5137255, alpha 1.0, hue 0.98644984, saturation 0.48235294, and lightness 0.71568626. It has the hex RGBA8888 value0xf47983ff.@ @ @ @ @ @
- See Also:
-
PEACH_ORANGE
public static final int PEACH_ORANGEThis color constant "Peach Orange" has RGBA8888 codeFFCC99FF, red 1.0, green 0.8, blue 0.6, alpha 1.0, hue 0.083333336, saturation 0.39999998, and lightness 0.8. It has the hex RGBA8888 value0xffcc99ff.@ @ @ @ @ @
- See Also:
-
PEACH_YELLOW
public static final int PEACH_YELLOWThis color constant "Peach Yellow" has RGBA8888 codeFADFADFF, red 0.98039216, green 0.8745098, blue 0.6784314, alpha 1.0, hue 0.10822511, saturation 0.30196077, and lightness 0.8294118. It has the hex RGBA8888 value0xfadfadff.@ @ @ @ @ @
- See Also:
-
PEAR
public static final int PEARThis color constant "Pear" has RGBA8888 codeD1E231FF, red 0.81960785, green 0.8862745, blue 0.19215687, alpha 1.0, hue 0.18267421, saturation 0.69411767, and lightness 0.5392157. It has the hex RGBA8888 value0xd1e231ff.@ @ @ @ @ @
- See Also:
-
PERIWINKLE
public static final int PERIWINKLEThis color constant "Periwinkle" has RGBA8888 codeCCCCFFFF, red 0.8, green 0.8, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.19999999, and lightness 0.9. It has the hex RGBA8888 value0xccccffff.@ @ @ @ @ @
- See Also:
-
PERSIAN_BLUE
public static final int PERSIAN_BLUEThis color constant "Persian Blue" has RGBA8888 code1C39BBFF, red 0.10980392, green 0.22352941, blue 0.73333335, alpha 1.0, hue 0.6362684, saturation 0.62352943, and lightness 0.42156863. It has the hex RGBA8888 value0x1c39bbff.@ @ @ @ @ @
- See Also:
-
PERSIAN_GREEN
public static final int PERSIAN_GREENThis color constant "Persian Green" has RGBA8888 code00A693FF, red 0.0, green 0.6509804, blue 0.5764706, alpha 1.0, hue 0.4809237, saturation 0.6509804, and lightness 0.3254902. It has the hex RGBA8888 value0x00a693ff.@ @ @ @ @ @
- See Also:
-
PERSIAN_INDIGO
public static final int PERSIAN_INDIGOThis color constant "Persian Indigo" has RGBA8888 code32127AFF, red 0.19607843, green 0.07058824, blue 0.47843137, alpha 1.0, hue 0.71794873, saturation 0.40784314, and lightness 0.27450982. It has the hex RGBA8888 value0x32127aff.@ @ @ @ @ @
- See Also:
-
PERSIAN_RED
public static final int PERSIAN_REDThis color constant "Persian Red" has RGBA8888 codeCC3333FF, red 0.8, green 0.2, blue 0.2, alpha 1.0, hue 0.0, saturation 0.6, and lightness 0.5. It has the hex RGBA8888 value0xcc3333ff.@ @ @ @ @ @
- See Also:
-
PERSIAN_PINK
public static final int PERSIAN_PINKThis color constant "Persian Pink" has RGBA8888 codeF77FBEFF, red 0.96862745, green 0.49803922, blue 0.74509805, alpha 1.0, hue 0.9125, saturation 0.47058824, and lightness 0.73333335. It has the hex RGBA8888 value0xf77fbeff.@ @ @ @ @ @
- See Also:
-
PERSIAN_ROSE
public static final int PERSIAN_ROSEThis color constant "Persian Rose" has RGBA8888 codeFE28A2FF, red 0.99607843, green 0.15686275, blue 0.63529414, alpha 1.0, hue 0.9049844, saturation 0.8392157, and lightness 0.57647055. It has the hex RGBA8888 value0xfe28a2ff.@ @ @ @ @ @
- See Also:
-
PERSIMMON
public static final int PERSIMMONThis color constant "Persimmon" has RGBA8888 codeEC5800FF, red 0.9254902, green 0.34509805, blue 0.0, alpha 1.0, hue 0.06214689, saturation 0.9254902, and lightness 0.4627451. It has the hex RGBA8888 value0xec5800ff.@ @ @ @ @ @
- See Also:
-
PERSIMMON_JUICE
public static final int PERSIMMON_JUICEThis color constant "Persimmon Juice" has RGBA8888 code934337FF, red 0.5764706, green 0.2627451, blue 0.21568628, alpha 1.0, hue 0.021739133, saturation 0.36078435, and lightness 0.3960784. It has the hex RGBA8888 value0x934337ff.@ @ @ @ @ @
- See Also:
-
PIGMENT_BLUE
public static final int PIGMENT_BLUEThis color constant "Pigment Blue" has RGBA8888 code333399FF, red 0.2, green 0.2, blue 0.6, alpha 1.0, hue 0.6666667, saturation 0.40000004, and lightness 0.4. It has the hex RGBA8888 value0x333399ff.@ @ @ @ @ @
- See Also:
-
PINE_GREEN
public static final int PINE_GREENThis color constant "Pine Green" has RGBA8888 code01796FFF, red 0.003921569, green 0.4745098, blue 0.43529412, alpha 1.0, hue 0.4861111, saturation 0.47058824, and lightness 0.2392157. It has the hex RGBA8888 value0x01796fff.@ @ @ @ @ @
- See Also:
-
PINE_NEEDLE
public static final int PINE_NEEDLEThis color constant "Pine Needle" has RGBA8888 code454D32FF, red 0.27058825, green 0.3019608, blue 0.19607843, alpha 1.0, hue 0.21604939, saturation 0.10588236, and lightness 0.24901962. It has the hex RGBA8888 value0x454d32ff.@ @ @ @ @ @
- See Also:
-
PINK
public static final int PINKThis color constant "Pink" has RGBA8888 codeFFAFAFFF, red 1.0, green 0.6862745, blue 0.6862745, alpha 1.0, hue 0.0, saturation 0.31372547, and lightness 0.84313726. It has the hex RGBA8888 value0xffafafff.@ @ @ @ @ @
- See Also:
-
PINK_ORANGE
public static final int PINK_ORANGEThis color constant "Pink Orange" has RGBA8888 codeFF9966FF, red 1.0, green 0.6, blue 0.4, alpha 1.0, hue 0.05555556, saturation 0.6, and lightness 0.7. It has the hex RGBA8888 value0xff9966ff.@ @ @ @ @ @
- See Also:
-
PLAIN_MOUSE
public static final int PLAIN_MOUSEThis color constant "Plain Mouse" has RGBA8888 code6E5F57FF, red 0.43137255, green 0.37254903, blue 0.34117648, alpha 1.0, hue 0.057971016, saturation 0.09019607, and lightness 0.38627452. It has the hex RGBA8888 value0x6e5f57ff.@ @ @ @ @ @
- See Also:
-
PLATINUM
public static final int PLATINUMThis color constant "Platinum" has RGBA8888 codeE5E4E2FF, red 0.8980392, green 0.89411765, blue 0.8862745, alpha 1.0, hue 0.11111111, saturation 0.011764705, and lightness 0.8921569. It has the hex RGBA8888 value0xe5e4e2ff.@ @ @ @ @ @
- See Also:
-
PLUM
public static final int PLUMThis color constant "Plum" has RGBA8888 codeCC99CCFF, red 0.8, green 0.6, blue 0.8, alpha 1.0, hue 0.8333333, saturation 0.19999999, and lightness 0.7. It has the hex RGBA8888 value0xcc99ccff.@ @ @ @ @ @
- See Also:
-
PLUM_BLOSSOM_MOUSE
public static final int PLUM_BLOSSOM_MOUSEThis color constant "Plum Blossom Mouse" has RGBA8888 code97645AFF, red 0.5921569, green 0.39215687, blue 0.3529412, alpha 1.0, hue 0.027322402, saturation 0.2392157, and lightness 0.47254902. It has the hex RGBA8888 value0x97645aff.@ @ @ @ @ @
- See Also:
-
PLUM_DYED
public static final int PLUM_DYEDThis color constant "Plum Dyed" has RGBA8888 codeFA9258FF, red 0.98039216, green 0.57254905, blue 0.34509805, alpha 1.0, hue 0.05967079, saturation 0.6352941, and lightness 0.6627451. It has the hex RGBA8888 value0xfa9258ff.@ @ @ @ @ @
- See Also:
-
PLUM_PURPLE
public static final int PLUM_PURPLEThis color constant "Plum Purple" has RGBA8888 code8F4155FF, red 0.56078434, green 0.25490198, blue 0.33333334, alpha 1.0, hue 0.95726496, saturation 0.30588236, and lightness 0.40784317. It has the hex RGBA8888 value0x8f4155ff.@ @ @ @ @ @
- See Also:
-
POLISHED_BROWN
public static final int POLISHED_BROWNThis color constant "Polished Brown" has RGBA8888 code9F5233FF, red 0.62352943, green 0.32156864, blue 0.2, alpha 1.0, hue 0.047839504, saturation 0.42352945, and lightness 0.41176474. It has the hex RGBA8888 value0x9f5233ff.@ @ @ @ @ @
- See Also:
-
POWDER_BLUE
public static final int POWDER_BLUEThis color constant "Powder Blue" has RGBA8888 codeB0E0E6FF, red 0.6901961, green 0.8784314, blue 0.9019608, alpha 1.0, hue 0.51851857, saturation 0.2117647, and lightness 0.79607844. It has the hex RGBA8888 value0xb0e0e6ff.@ @ @ @ @ @
- See Also:
-
PRUSSIAN_BLUE
public static final int PRUSSIAN_BLUEThis color constant "Prussian Blue" has RGBA8888 code003153FF, red 0.0, green 0.19215687, blue 0.3254902, alpha 1.0, hue 0.5682731, saturation 0.3254902, and lightness 0.1627451. It has the hex RGBA8888 value0x003153ff.@ @ @ @ @ @
- See Also:
-
PSYCHEDELIC_PURPLE
public static final int PSYCHEDELIC_PURPLEThis color constant "Psychedelic Purple" has RGBA8888 codeDD00FFFF, red 0.8666667, green 0.0, blue 1.0, alpha 1.0, hue 0.81111115, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xdd00ffff.@ @ @ @ @ @
- See Also:
-
PUCE
public static final int PUCEThis color constant "Puce" has RGBA8888 codeCC8899FF, red 0.8, green 0.53333336, blue 0.6, alpha 1.0, hue 0.9583333, saturation 0.26666665, and lightness 0.6666667. It has the hex RGBA8888 value0xcc8899ff.@ @ @ @ @ @
- See Also:
-
PUMPKIN
public static final int PUMPKINThis color constant "Pumpkin" has RGBA8888 codeFF7518FF, red 1.0, green 0.45882353, blue 0.09411765, alpha 1.0, hue 0.06709957, saturation 0.90588236, and lightness 0.5470588. It has the hex RGBA8888 value0xff7518ff.@ @ @ @ @ @
- See Also:
-
PURE_CRIMSON
public static final int PURE_CRIMSONThis color constant "Pure Crimson" has RGBA8888 codeC3272BFF, red 0.7647059, green 0.15294118, blue 0.16862746, alpha 1.0, hue 0.9957265, saturation 0.6117647, and lightness 0.45882356. It has the hex RGBA8888 value0xc3272bff.@ @ @ @ @ @
- See Also:
-
PURE_DARK_GRAY
public static final int PURE_DARK_GRAYThis color constant "Pure Dark Gray" has RGBA8888 code3F4041FF, red 0.24705882, green 0.2509804, blue 0.25490198, alpha 1.0, hue 0.5833332, saturation 0.007843152, and lightness 0.2509804. It has the hex RGBA8888 value0x3f4041ff.@ @ @ @ @ @
- See Also:
-
PURPLE
public static final int PURPLEThis color constant "Purple" has RGBA8888 code800080FF, red 0.5019608, green 0.0, blue 0.5019608, alpha 1.0, hue 0.8333334, saturation 0.5019608, and lightness 0.2509804. It has the hex RGBA8888 value0x800080ff.@ @ @ @ @ @
- See Also:
-
PURPLE_DYE
public static final int PURPLE_DYEThis color constant "Purple Dye" has RGBA8888 code4F284BFF, red 0.30980393, green 0.15686275, blue 0.29411766, alpha 1.0, hue 0.8504274, saturation 0.15294118, and lightness 0.23333333. It has the hex RGBA8888 value0x4f284bff.@ @ @ @ @ @
- See Also:
-
PURPLE_KITE
public static final int PURPLE_KITEThis color constant "Purple Kite" has RGBA8888 code512C31FF, red 0.31764707, green 0.17254902, blue 0.19215687, alpha 1.0, hue 0.9774775, saturation 0.14509805, and lightness 0.24509805. It has the hex RGBA8888 value0x512c31ff.@ @ @ @ @ @
- See Also:
-
PURPLE_TAUPE
public static final int PURPLE_TAUPEThis color constant "Purple Taupe" has RGBA8888 code50404DFF, red 0.3137255, green 0.2509804, blue 0.3019608, alpha 1.0, hue 0.8645833, saturation 0.062745094, and lightness 0.28235295. It has the hex RGBA8888 value0x50404dff.@ @ @ @ @ @
- See Also:
-
RABBIT_EAR_IRIS
public static final int RABBIT_EAR_IRISThis color constant "Rabbit Ear Iris" has RGBA8888 code491E3CFF, red 0.28627452, green 0.11764706, blue 0.23529412, alpha 1.0, hue 0.88372093, saturation 0.16862747, and lightness 0.20196079. It has the hex RGBA8888 value0x491e3cff.@ @ @ @ @ @
- See Also:
-
RAPEBLOSSOM_BROWN
public static final int RAPEBLOSSOM_BROWNThis color constant "Rapeblossom Brown" has RGBA8888 codeE3B130FF, red 0.8901961, green 0.69411767, blue 0.1882353, alpha 1.0, hue 0.12011173, saturation 0.7019608, and lightness 0.5392157. It has the hex RGBA8888 value0xe3b130ff.@ @ @ @ @ @
- See Also:
-
RAPESEED_OIL
public static final int RAPESEED_OILThis color constant "Rapeseed Oil" has RGBA8888 codeA17917FF, red 0.6313726, green 0.4745098, blue 0.09019608, alpha 1.0, hue 0.11835749, saturation 0.5411765, and lightness 0.3607843. It has the hex RGBA8888 value0xa17917ff.@ @ @ @ @ @
- See Also:
-
RAW_UMBER
public static final int RAW_UMBERThis color constant "Raw Umber" has RGBA8888 code734A12FF, red 0.4509804, green 0.2901961, blue 0.07058824, alpha 1.0, hue 0.09621994, saturation 0.38039216, and lightness 0.26078433. It has the hex RGBA8888 value0x734a12ff.@ @ @ @ @ @
- See Also:
-
RAZZMATAZZ
public static final int RAZZMATAZZThis color constant "Razzamatazz" has RGBA8888 codeE30B5CFF, red 0.8901961, green 0.043137256, blue 0.36078432, alpha 1.0, hue 0.9375, saturation 0.84705883, and lightness 0.46666664. It has the hex RGBA8888 value0xe30b5cff.@ @ @ @ @ @
- See Also:
-
RED
public static final int REDThis color constant "Red" has RGBA8888 codeFF0000FF, red 1.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff0000ff.@ @ @ @ @ @
- See Also:
-
RED_BEAN
public static final int RED_BEANThis color constant "Red Bean" has RGBA8888 code672422FF, red 0.40392157, green 0.14117648, blue 0.13333334, alpha 1.0, hue 0.004830918, saturation 0.27058822, and lightness 0.26862746. It has the hex RGBA8888 value0x672422ff.@ @ @ @ @ @
- See Also:
-
RED_BIRCH
public static final int RED_BIRCHThis color constant "Red Birch" has RGBA8888 code9D2B22FF, red 0.6156863, green 0.16862746, blue 0.13333334, alpha 1.0, hue 0.012195121, saturation 0.48235297, and lightness 0.3745098. It has the hex RGBA8888 value0x9d2b22ff.@ @ @ @ @ @
- See Also:
-
RED_INCENSE
public static final int RED_INCENSEThis color constant "Red Incense" has RGBA8888 codeF07F5EFF, red 0.9411765, green 0.49803922, blue 0.36862746, alpha 1.0, hue 0.037671234, saturation 0.572549, and lightness 0.654902. It has the hex RGBA8888 value0xf07f5eff.@ @ @ @ @ @
- See Also:
-
RED_DYE_TURMERIC
public static final int RED_DYE_TURMERICThis color constant "Red Dye Turmeric" has RGBA8888 codeFB8136FF, red 0.9843137, green 0.5058824, blue 0.21176471, alpha 1.0, hue 0.06345179, saturation 0.77254903, and lightness 0.5980392. It has the hex RGBA8888 value0xfb8136ff.@ @ @ @ @ @
- See Also:
-
RED_KITE
public static final int RED_KITEThis color constant "Red Kite" has RGBA8888 code913228FF, red 0.5686275, green 0.19607843, blue 0.15686275, alpha 1.0, hue 0.015873013, saturation 0.41176474, and lightness 0.36274508. It has the hex RGBA8888 value0x913228ff.@ @ @ @ @ @
- See Also:
-
RED_OCHRE
public static final int RED_OCHREThis color constant "Red Ochre" has RGBA8888 code9F5233FF, red 0.62352943, green 0.32156864, blue 0.2, alpha 1.0, hue 0.047839504, saturation 0.42352945, and lightness 0.41176474. It has the hex RGBA8888 value0x9f5233ff.@ @ @ @ @ @
- See Also:
-
RED_PIGMENT
public static final int RED_PIGMENTThis color constant "Red Pigment" has RGBA8888 codeED1C24FF, red 0.92941177, green 0.10980392, blue 0.14117648, alpha 1.0, hue 0.9936204, saturation 0.81960785, and lightness 0.51960784. It has the hex RGBA8888 value0xed1c24ff.@ @ @ @ @ @
- See Also:
-
RED_PLUM
public static final int RED_PLUMThis color constant "Red Plum" has RGBA8888 codeDB5A6BFF, red 0.85882354, green 0.3529412, blue 0.41960785, alpha 1.0, hue 0.97803617, saturation 0.5058824, and lightness 0.60588235. It has the hex RGBA8888 value0xdb5a6bff.@ @ @ @ @ @
- See Also:
-
RED_VIOLET
public static final int RED_VIOLETThis color constant "Red Violet" has RGBA8888 codeC71585FF, red 0.78039217, green 0.08235294, blue 0.52156866, alpha 1.0, hue 0.8951311, saturation 0.69803923, and lightness 0.43137255. It has the hex RGBA8888 value0xc71585ff.@ @ @ @ @ @
- See Also:
-
RED_WISTERIA
public static final int RED_WISTERIAThis color constant "Red Wisteria" has RGBA8888 codeBB7796FF, red 0.73333335, green 0.46666667, blue 0.5882353, alpha 1.0, hue 0.9240196, saturation 0.26666668, and lightness 0.6. It has the hex RGBA8888 value0xbb7796ff.@ @ @ @ @ @
- See Also:
-
RICH_CARMINE
public static final int RICH_CARMINEThis color constant "Rich Carmine" has RGBA8888 codeD70040FF, red 0.84313726, green 0.0, blue 0.2509804, alpha 1.0, hue 0.9503876, saturation 0.84313726, and lightness 0.42156863. It has the hex RGBA8888 value0xd70040ff.@ @ @ @ @ @
- See Also:
-
RICH_GARDENIA
public static final int RICH_GARDENIAThis color constant "Rich Gardenia" has RGBA8888 codeF57F4FFF, red 0.9607843, green 0.49803922, blue 0.30980393, alpha 1.0, hue 0.04819277, saturation 0.65098035, and lightness 0.63529414. It has the hex RGBA8888 value0xf57f4fff.@ @ @ @ @ @
- See Also:
-
RINSED_OUT_RED
public static final int RINSED_OUT_REDThis color constant "Rinsed Out Red" has RGBA8888 codeFF7952FF, red 1.0, green 0.4745098, blue 0.32156864, alpha 1.0, hue 0.037572253, saturation 0.6784314, and lightness 0.6607843. It has the hex RGBA8888 value0xff7952ff.@ @ @ @ @ @
- See Also:
-
RIKAN_BROWN
public static final int RIKAN_BROWNThis color constant "Rikan Brown" has RGBA8888 code534A32FF, red 0.3254902, green 0.2901961, blue 0.19607843, alpha 1.0, hue 0.121212125, saturation 0.12941177, and lightness 0.26078433. It has the hex RGBA8888 value0x534a32ff.@ @ @ @ @ @
- See Also:
-
ROBIN_EGG_BLUE
public static final int ROBIN_EGG_BLUEThis color constant "Robin Egg Blue" has RGBA8888 code00CCCCFF, red 0.0, green 0.8, blue 0.8, alpha 1.0, hue 0.5, saturation 0.8, and lightness 0.4. It has the hex RGBA8888 value0x00ccccff.@ @ @ @ @ @
- See Also:
-
ROSE
public static final int ROSEThis color constant "Rose" has RGBA8888 codeFF007FFF, red 1.0, green 0.0, blue 0.49803922, alpha 1.0, hue 0.91699344, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff007fff.@ @ @ @ @ @
- See Also:
-
ROSE_MADDER
public static final int ROSE_MADDERThis color constant "Rose Madder" has RGBA8888 codeE32636FF, red 0.8901961, green 0.14901961, blue 0.21176471, alpha 1.0, hue 0.9858906, saturation 0.7411765, and lightness 0.51960784. It has the hex RGBA8888 value0xe32636ff.@ @ @ @ @ @
- See Also:
-
ROSE_TAUPE
public static final int ROSE_TAUPEThis color constant "Rose Taupe" has RGBA8888 code905D5DFF, red 0.5647059, green 0.3647059, blue 0.3647059, alpha 1.0, hue 0.0, saturation 0.20000002, and lightness 0.46470588. It has the hex RGBA8888 value0x905d5dff.@ @ @ @ @ @
- See Also:
-
ROYAL_BLUE
public static final int ROYAL_BLUEThis color constant "Royal Blue" has RGBA8888 code4169E1FF, red 0.25490198, green 0.4117647, blue 0.88235295, alpha 1.0, hue 0.625, saturation 0.62745094, and lightness 0.5686275. It has the hex RGBA8888 value0x4169e1ff.@ @ @ @ @ @
- See Also:
-
ROYAL_PURPLE
public static final int ROYAL_PURPLEThis color constant "Royal Purple" has RGBA8888 code6B3FA0FF, red 0.41960785, green 0.24705882, blue 0.627451, alpha 1.0, hue 0.7422681, saturation 0.3803922, and lightness 0.4372549. It has the hex RGBA8888 value0x6b3fa0ff.@ @ @ @ @ @
- See Also:
-
RUBY
public static final int RUBYThis color constant "Ruby" has RGBA8888 codeE0115FFF, red 0.8784314, green 0.06666667, blue 0.37254903, alpha 1.0, hue 0.93719804, saturation 0.8117647, and lightness 0.47254905. It has the hex RGBA8888 value0xe0115fff.@ @ @ @ @ @
- See Also:
-
RUSSET
public static final int RUSSETThis color constant "Russet" has RGBA8888 code80461BFF, red 0.5019608, green 0.27450982, blue 0.105882354, alpha 1.0, hue 0.070957094, saturation 0.39607847, and lightness 0.30392158. It has the hex RGBA8888 value0x80461bff.@ @ @ @ @ @
- See Also:
-
RUST
public static final int RUSTThis color constant "Rust" has RGBA8888 codeB7410EFF, red 0.7176471, green 0.25490198, blue 0.05490196, alpha 1.0, hue 0.05029586, saturation 0.6627451, and lightness 0.38627455. It has the hex RGBA8888 value0xb7410eff.@ @ @ @ @ @
- See Also:
-
RUSTED_LIGHT_BLUE
public static final int RUSTED_LIGHT_BLUEThis color constant "Rusted Light Blue" has RGBA8888 code6A7F7AFF, red 0.41568628, green 0.49803922, blue 0.47843137, alpha 1.0, hue 0.4603175, saturation 0.082352936, and lightness 0.45686275. It has the hex RGBA8888 value0x6a7f7aff.@ @ @ @ @ @
- See Also:
-
RUSTY_CELADON
public static final int RUSTY_CELADONThis color constant "Rusty Celadon" has RGBA8888 code898A74FF, red 0.5372549, green 0.5411765, blue 0.45490196, alpha 1.0, hue 0.17424244, saturation 0.086274534, and lightness 0.49803922. It has the hex RGBA8888 value0x898a74ff.@ @ @ @ @ @
- See Also:
-
RUSTY_STORAGE
public static final int RUSTY_STORAGEThis color constant "Rusty Storage" has RGBA8888 code455859FF, red 0.27058825, green 0.34509805, blue 0.34901962, alpha 1.0, hue 0.5083333, saturation 0.07843137, and lightness 0.30980393. It has the hex RGBA8888 value0x455859ff.@ @ @ @ @ @
- See Also:
-
RUSTY_STOREROOM
public static final int RUSTY_STOREROOMThis color constant "Rusty Storeroom" has RGBA8888 code3A403BFF, red 0.22745098, green 0.2509804, blue 0.23137255, alpha 1.0, hue 0.3611111, saturation 0.023529425, and lightness 0.2392157. It has the hex RGBA8888 value0x3a403bff.@ @ @ @ @ @
- See Also:
-
SAFETY_ORANGE
public static final int SAFETY_ORANGEThis color constant "Safety Orange" has RGBA8888 codeFF6600FF, red 1.0, green 0.4, blue 0.0, alpha 1.0, hue 0.06666667, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff6600ff.@ @ @ @ @ @
- See Also:
-
SAFFLOWER
public static final int SAFFLOWERThis color constant "Safflower" has RGBA8888 code5A4F74FF, red 0.3529412, green 0.30980393, blue 0.45490196, alpha 1.0, hue 0.7162162, saturation 0.14509803, and lightness 0.38235295. It has the hex RGBA8888 value0x5a4f74ff.@ @ @ @ @ @
- See Also:
-
SAFFRON
public static final int SAFFRONThis color constant "Saffron" has RGBA8888 codeF4C430FF, red 0.95686275, green 0.76862746, blue 0.1882353, alpha 1.0, hue 0.12585033, saturation 0.76862746, and lightness 0.57254905. It has the hex RGBA8888 value0xf4c430ff.@ @ @ @ @ @
- See Also:
-
SALMON
public static final int SALMONThis color constant "Salmon" has RGBA8888 codeFF8C69FF, red 1.0, green 0.54901963, blue 0.4117647, alpha 1.0, hue 0.038888898, saturation 0.58823526, and lightness 0.7058824. It has the hex RGBA8888 value0xff8c69ff.@ @ @ @ @ @
- See Also:
-
SANDY_BROWN
public static final int SANDY_BROWNThis color constant "Sandy Brown" has RGBA8888 codeF4A460FF, red 0.95686275, green 0.6431373, blue 0.3764706, alpha 1.0, hue 0.07657658, saturation 0.5803921, and lightness 0.6666667. It has the hex RGBA8888 value0xf4a460ff.@ @ @ @ @ @
- See Also:
-
SANGRIA
public static final int SANGRIAThis color constant "Sangria" has RGBA8888 code92000AFF, red 0.57254905, green 0.0, blue 0.039215688, alpha 1.0, hue 0.98858446, saturation 0.57254905, and lightness 0.28627452. It has the hex RGBA8888 value0x92000aff.@ @ @ @ @ @
- See Also:
-
SAPPHIRE
public static final int SAPPHIREThis color constant "Sapphire" has RGBA8888 code082567FF, red 0.03137255, green 0.14509805, blue 0.40392157, alpha 1.0, hue 0.6157895, saturation 0.37254903, and lightness 0.21764705. It has the hex RGBA8888 value0x082567ff.@ @ @ @ @ @
- See Also:
-
SAPPANWOOD
public static final int SAPPANWOODThis color constant "Sappanwood" has RGBA8888 code7E2639FF, red 0.49411765, green 0.14901961, blue 0.22352941, alpha 1.0, hue 0.9640151, saturation 0.34509802, and lightness 0.32156864. It has the hex RGBA8888 value0x7e2639ff.@ @ @ @ @ @
- See Also:
-
SAPPANWOOD_INCENSE
public static final int SAPPANWOOD_INCENSEThis color constant "Sappanwood Incense" has RGBA8888 codeA24F46FF, red 0.63529414, green 0.30980393, blue 0.27450982, alpha 1.0, hue 0.016304346, saturation 0.36078432, and lightness 0.45490196. It has the hex RGBA8888 value0xa24f46ff.@ @ @ @ @ @
- See Also:
-
SAWTOOTH_OAK
public static final int SAWTOOTH_OAKThis color constant "Sawtooth Oak" has RGBA8888 codeEC956CFF, red 0.9254902, green 0.58431375, blue 0.42352942, alpha 1.0, hue 0.053385425, saturation 0.50196075, and lightness 0.6745098. It has the hex RGBA8888 value0xec956cff.@ @ @ @ @ @
- See Also:
-
SCARLET
public static final int SCARLETThis color constant "Scarlet" has RGBA8888 codeFF2400FF, red 1.0, green 0.14117648, blue 0.0, alpha 1.0, hue 0.023529412, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff2400ff.@ @ @ @ @ @
- See Also:
-
SCHOOL_BUS_YELLOW
public static final int SCHOOL_BUS_YELLOWThis color constant "School Bus Yellow" has RGBA8888 codeFFD800FF, red 1.0, green 0.84705883, blue 0.0, alpha 1.0, hue 0.14117648, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffd800ff.@ @ @ @ @ @
- See Also:
-
SCORCHED_BROWN
public static final int SCORCHED_BROWNThis color constant "Scorched Brown" has RGBA8888 code351F19FF, red 0.20784314, green 0.12156863, blue 0.09803922, alpha 1.0, hue 0.035714284, saturation 0.10980392, and lightness 0.15294117. It has the hex RGBA8888 value0x351f19ff.@ @ @ @ @ @
- See Also:
-
SEA_GREEN
public static final int SEA_GREENThis color constant "Sea Green" has RGBA8888 code2E8B57FF, red 0.18039216, green 0.54509807, blue 0.34117648, alpha 1.0, hue 0.40681005, saturation 0.36470592, and lightness 0.3627451. It has the hex RGBA8888 value0x2e8b57ff.@ @ @ @ @ @
- See Also:
-
SEASHELL
public static final int SEASHELLThis color constant "Seashell" has RGBA8888 codeFFF5EEFF, red 1.0, green 0.9607843, blue 0.93333334, alpha 1.0, hue 0.068627454, saturation 0.06666666, and lightness 0.9666667. It has the hex RGBA8888 value0xfff5eeff.@ @ @ @ @ @
- See Also:
-
SELECTIVE_YELLOW
public static final int SELECTIVE_YELLOWThis color constant "Selective Yellow" has RGBA8888 codeFFBA00FF, red 1.0, green 0.7294118, blue 0.0, alpha 1.0, hue 0.12156863, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffba00ff.@ @ @ @ @ @
- See Also:
-
SEN_NO_RIKYUS_TEA
public static final int SEN_NO_RIKYUS_TEAThis color constant "Sen No Rikyu's Tea" has RGBA8888 code826B58FF, red 0.50980395, green 0.41960785, blue 0.34509805, alpha 1.0, hue 0.07539681, saturation 0.1647059, and lightness 0.42745098. It has the hex RGBA8888 value0x826b58ff.@ @ @ @ @ @
- See Also:
-
SEPIA
public static final int SEPIAThis color constant "Sepia" has RGBA8888 code704214FF, red 0.4392157, green 0.25882354, blue 0.078431375, alpha 1.0, hue 0.083333336, saturation 0.36078432, and lightness 0.25882354. It has the hex RGBA8888 value0x704214ff.@ @ @ @ @ @
- See Also:
-
SHAMROCK_GREEN
public static final int SHAMROCK_GREENThis color constant "Shamrock Green" has RGBA8888 code009E60FF, red 0.0, green 0.61960787, blue 0.3764706, alpha 1.0, hue 0.43459916, saturation 0.61960787, and lightness 0.30980393. It has the hex RGBA8888 value0x009e60ff.@ @ @ @ @ @
- See Also:
-
SHOCKING_PINK
public static final int SHOCKING_PINKThis color constant "Shocking Pink" has RGBA8888 codeFC0FC0FF, red 0.9882353, green 0.05882353, blue 0.7529412, alpha 1.0, hue 0.87552744, saturation 0.92941177, and lightness 0.5235294. It has the hex RGBA8888 value0xfc0fc0ff.@ @ @ @ @ @
- See Also:
-
SHRIMP_BROWN
public static final int SHRIMP_BROWNThis color constant "Shrimp Brown" has RGBA8888 code5E2824FF, red 0.36862746, green 0.15686275, blue 0.14117648, alpha 1.0, hue 0.011494252, saturation 0.22745098, and lightness 0.25490195. It has the hex RGBA8888 value0x5e2824ff.@ @ @ @ @ @
- See Also:
-
SILK_CREPE_BROWN
public static final int SILK_CREPE_BROWNThis color constant "Silk Crepe Brown" has RGBA8888 code354E4BFF, red 0.20784314, green 0.30588236, blue 0.29411766, alpha 1.0, hue 0.48000002, saturation 0.098039225, and lightness 0.25686276. It has the hex RGBA8888 value0x354e4bff.@ @ @ @ @ @
- See Also:
-
SILVER
public static final int SILVERThis color constant "Silver" has RGBA8888 codeC0C0C0FF, red 0.7529412, green 0.7529412, blue 0.7529412, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7529412. It has the hex RGBA8888 value0xc0c0c0ff.@ @ @ @ @ @
- See Also:
-
SILVER_GREY
public static final int SILVER_GREYThis color constant "Silver Grey" has RGBA8888 code97867CFF, red 0.5921569, green 0.5254902, blue 0.4862745, alpha 1.0, hue 0.061728425, saturation 0.10588238, and lightness 0.5392157. It has the hex RGBA8888 value0x97867cff.@ @ @ @ @ @
- See Also:
-
SILVERED_RED
public static final int SILVERED_REDThis color constant "Silvered Red" has RGBA8888 codeBC2D29FF, red 0.7372549, green 0.1764706, blue 0.16078432, alpha 1.0, hue 0.004535147, saturation 0.5764706, and lightness 0.4490196. It has the hex RGBA8888 value0xbc2d29ff.@ @ @ @ @ @
- See Also:
-
SIMMERED_SEAWEED
public static final int SIMMERED_SEAWEEDThis color constant "Simmered Seawead" has RGBA8888 code4C3D30FF, red 0.29803923, green 0.23921569, blue 0.1882353, alpha 1.0, hue 0.07738094, saturation 0.10980393, and lightness 0.24313726. It has the hex RGBA8888 value0x4c3d30ff.@ @ @ @ @ @
- See Also:
-
SISKIN_SPROUT_YELLOW
public static final int SISKIN_SPROUT_YELLOWThis color constant "Siskin Sprout Yellow" has RGBA8888 code7A942EFF, red 0.47843137, green 0.5803922, blue 0.18039216, alpha 1.0, hue 0.20915034, saturation 0.40000004, and lightness 0.38039216. It has the hex RGBA8888 value0x7a942eff.@ @ @ @ @ @
- See Also:
-
SKY
public static final int SKYThis color constant "Sky" has RGBA8888 code4D8FACFF, red 0.3019608, green 0.56078434, blue 0.6745098, alpha 1.0, hue 0.5508772, saturation 0.37254903, and lightness 0.4882353. It has the hex RGBA8888 value0x4d8facff.@ @ @ @ @ @
- See Also:
-
SKY_BLUE
public static final int SKY_BLUEThis color constant "Sky Blue" has RGBA8888 code87CEEBFF, red 0.5294118, green 0.80784315, blue 0.92156863, alpha 1.0, hue 0.54833335, saturation 0.39215684, and lightness 0.7254902. It has the hex RGBA8888 value0x87ceebff.@ @ @ @ @ @
- See Also:
-
SLATE_GRAY
public static final int SLATE_GRAYThis color constant "Slate Gray" has RGBA8888 code708090FF, red 0.4392157, green 0.5019608, blue 0.5647059, alpha 1.0, hue 0.5833333, saturation 0.12549022, and lightness 0.5019608. It has the hex RGBA8888 value0x708090ff.@ @ @ @ @ @
- See Also:
-
SMALT
public static final int SMALTThis color constant "Smalt" has RGBA8888 code003399FF, red 0.0, green 0.2, blue 0.6, alpha 1.0, hue 0.6111111, saturation 0.6, and lightness 0.3. It has the hex RGBA8888 value0x003399ff.@ @ @ @ @ @
- See Also:
-
SOOTY_BAMBOO
public static final int SOOTY_BAMBOOThis color constant "Sooty Bamboo" has RGBA8888 code593A27FF, red 0.34901962, green 0.22745098, blue 0.15294118, alpha 1.0, hue 0.063333325, saturation 0.19607843, and lightness 0.2509804. It has the hex RGBA8888 value0x593a27ff.@ @ @ @ @ @
- See Also:
-
SOOTY_WILLOW_BAMBOO
public static final int SOOTY_WILLOW_BAMBOOThis color constant "Sooty Willow Bamboo" has RGBA8888 code4D4B3AFF, red 0.3019608, green 0.29411766, blue 0.22745098, alpha 1.0, hue 0.1491228, saturation 0.074509814, and lightness 0.2647059. It has the hex RGBA8888 value0x4d4b3aff.@ @ @ @ @ @
- See Also:
-
SPARROW_BROWN
public static final int SPARROW_BROWNThis color constant "Sparrow Brown" has RGBA8888 code8C4736FF, red 0.54901963, green 0.2784314, blue 0.21176471, alpha 1.0, hue 0.03294574, saturation 0.33725494, and lightness 0.38039216. It has the hex RGBA8888 value0x8c4736ff.@ @ @ @ @ @
- See Also:
-
SPRING_BUD
public static final int SPRING_BUDThis color constant "Spring Bud" has RGBA8888 codeA7FC00FF, red 0.654902, green 0.9882353, blue 0.0, alpha 1.0, hue 0.22288361, saturation 0.9882353, and lightness 0.49411765. It has the hex RGBA8888 value0xa7fc00ff.@ @ @ @ @ @
- See Also:
-
SPRING_GREEN
public static final int SPRING_GREENThis color constant "Spring Green" has RGBA8888 code00FF7FFF, red 0.0, green 1.0, blue 0.49803922, alpha 1.0, hue 0.41633987, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x00ff7fff.@ @ @ @ @ @
- See Also:
-
STAINED_RED
public static final int STAINED_REDThis color constant "Stained Red" has RGBA8888 code78779BFF, red 0.47058824, green 0.46666667, blue 0.60784316, alpha 1.0, hue 0.6712963, saturation 0.14117649, and lightness 0.5372549. It has the hex RGBA8888 value0x78779bff.@ @ @ @ @ @
- See Also:
-
STEAMED_CHESTNUT
public static final int STEAMED_CHESTNUTThis color constant "Steamed Chestnut" has RGBA8888 codeD3B17DFF, red 0.827451, green 0.69411767, blue 0.49019608, alpha 1.0, hue 0.1007752, saturation 0.3372549, and lightness 0.6588235. It has the hex RGBA8888 value0xd3b17dff.@ @ @ @ @ @
- See Also:
-
STEEL_BLUE
public static final int STEEL_BLUEThis color constant "Steel Blue" has RGBA8888 code4682B4FF, red 0.27450982, green 0.50980395, blue 0.7058824, alpha 1.0, hue 0.5757576, saturation 0.43137255, and lightness 0.49019608. It has the hex RGBA8888 value0x4682b4ff.@ @ @ @ @ @
- See Also:
-
STOREROOM_BROWN
public static final int STOREROOM_BROWNThis color constant "Storeroom Brown" has RGBA8888 code3D4035FF, red 0.23921569, green 0.2509804, blue 0.20784314, alpha 1.0, hue 0.21212126, saturation 0.043137267, and lightness 0.22941178. It has the hex RGBA8888 value0x3d4035ff.@ @ @ @ @ @
- See Also:
-
STYLISH_PERSIMMON
public static final int STYLISH_PERSIMMONThis color constant "Stylish Persimnmon" has RGBA8888 codeFFA26BFF, red 1.0, green 0.63529414, blue 0.41960785, alpha 1.0, hue 0.061936945, saturation 0.5803921, and lightness 0.70980394. It has the hex RGBA8888 value0xffa26bff.@ @ @ @ @ @
- See Also:
-
SUMAC
public static final int SUMACThis color constant "Sumac" has RGBA8888 code592B1FFF, red 0.34901962, green 0.16862746, blue 0.12156863, alpha 1.0, hue 0.03448276, saturation 0.227451, and lightness 0.2352941. It has the hex RGBA8888 value0x592b1fff.@ @ @ @ @ @
- See Also:
-
SUMAC_DYED
public static final int SUMAC_DYEDThis color constant "Sumac Dyed" has RGBA8888 codeE08A1EFF, red 0.8784314, green 0.5411765, blue 0.11764706, alpha 1.0, hue 0.09278351, saturation 0.7607843, and lightness 0.49803922. It has the hex RGBA8888 value0xe08a1eff.@ @ @ @ @ @
- See Also:
-
TAN
public static final int TANThis color constant "Tan" has RGBA8888 codeD2B48CFF, red 0.8235294, green 0.7058824, blue 0.54901963, alpha 1.0, hue 0.0952381, saturation 0.2745098, and lightness 0.6862745. It has the hex RGBA8888 value0xd2b48cff.@ @ @ @ @ @
- See Also:
-
TANGERINE
public static final int TANGERINEThis color constant "Tangerine" has RGBA8888 codeF28500FF, red 0.9490196, green 0.52156866, blue 0.0, alpha 1.0, hue 0.0915978, saturation 0.9490196, and lightness 0.4745098. It has the hex RGBA8888 value0xf28500ff.@ @ @ @ @ @
- See Also:
-
TANGERINE_YELLOW
public static final int TANGERINE_YELLOWThis color constant "Tangerine Yellow" has RGBA8888 codeFFCC00FF, red 1.0, green 0.8, blue 0.0, alpha 1.0, hue 0.13333334, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffcc00ff.@ @ @ @ @ @
- See Also:
-
TATARIAN_ASTER
public static final int TATARIAN_ASTERThis color constant "Tatarian Aster" has RGBA8888 code976E9AFF, red 0.5921569, green 0.43137255, blue 0.6039216, alpha 1.0, hue 0.8219697, saturation 0.17254904, and lightness 0.5176471. It has the hex RGBA8888 value0x976e9aff.@ @ @ @ @ @
- See Also:
-
TAUPE
public static final int TAUPEThis color constant "Taupe" has RGBA8888 code483C32FF, red 0.28235295, green 0.23529412, blue 0.19607843, alpha 1.0, hue 0.075757556, saturation 0.08627452, and lightness 0.23921569. It has the hex RGBA8888 value0x483c32ff.@ @ @ @ @ @
- See Also:
-
TAWNY
public static final int TAWNYThis color constant "Tawny" has RGBA8888 codeCD5700FF, red 0.8039216, green 0.34117648, blue 0.0, alpha 1.0, hue 0.070731714, saturation 0.8039216, and lightness 0.4019608. It has the hex RGBA8888 value0xcd5700ff.@ @ @ @ @ @
- See Also:
-
TEA_GARDEN_CONTEMPLATION
public static final int TEA_GARDEN_CONTEMPLATIONThis color constant "Tea Garden Contemplation" has RGBA8888 code665343FF, red 0.4, green 0.3254902, blue 0.2627451, alpha 1.0, hue 0.07619048, saturation 0.1372549, and lightness 0.33137256. It has the hex RGBA8888 value0x665343ff.@ @ @ @ @ @
- See Also:
-
TEA_GREEN
public static final int TEA_GREENThis color constant "Tea Green" has RGBA8888 codeD0F0C0FF, red 0.8156863, green 0.9411765, blue 0.7529412, alpha 1.0, hue 0.2777778, saturation 0.18823528, and lightness 0.84705883. It has the hex RGBA8888 value0xd0f0c0ff.@ @ @ @ @ @
- See Also:
-
TEA_ORANGE
public static final int TEA_ORANGEThis color constant "Tea Orange" has RGBA8888 codeF88379FF, red 0.972549, green 0.5137255, blue 0.4745098, alpha 1.0, hue 0.013123369, saturation 0.49803922, and lightness 0.7235294. It has the hex RGBA8888 value0xf88379ff.@ @ @ @ @ @
- See Also:
-
TEA_ROSE
public static final int TEA_ROSEThis color constant "Tea Rose" has RGBA8888 codeF4C2C2FF, red 0.95686275, green 0.7607843, blue 0.7607843, alpha 1.0, hue 0.0, saturation 0.19607842, and lightness 0.85882354. It has the hex RGBA8888 value0xf4c2c2ff.@ @ @ @ @ @
- See Also:
-
TEAL
public static final int TEALThis color constant "Teal" has RGBA8888 code008080FF, red 0.0, green 0.5019608, blue 0.5019608, alpha 1.0, hue 0.5, saturation 0.5019608, and lightness 0.2509804. It has the hex RGBA8888 value0x008080ff.@ @ @ @ @ @
- See Also:
-
TERRA_COTTA
public static final int TERRA_COTTAThis color constant "Terra Cotta" has RGBA8888 codeE2725BFF, red 0.8862745, green 0.44705883, blue 0.35686275, alpha 1.0, hue 0.028395059, saturation 0.5294118, and lightness 0.6215686. It has the hex RGBA8888 value0xe2725bff.@ @ @ @ @ @
- See Also:
-
THIN_VIOLET
public static final int THIN_VIOLETThis color constant "Thin Violet" has RGBA8888 codeA87CA0FF, red 0.65882355, green 0.4862745, blue 0.627451, alpha 1.0, hue 0.8636364, saturation 0.17254904, and lightness 0.57254905. It has the hex RGBA8888 value0xa87ca0ff.@ @ @ @ @ @
- See Also:
-
THISTLE
public static final int THISTLEThis color constant "Thistle" has RGBA8888 codeD8BFD8FF, red 0.84705883, green 0.7490196, blue 0.84705883, alpha 1.0, hue 0.8333333, saturation 0.09803921, and lightness 0.7980392. It has the hex RGBA8888 value0xd8bfd8ff.@ @ @ @ @ @
- See Also:
-
THOUSAND_HERB
public static final int THOUSAND_HERBThis color constant "Thousand Herb" has RGBA8888 code317589FF, red 0.19215687, green 0.45882353, blue 0.5372549, alpha 1.0, hue 0.5378789, saturation 0.34509808, and lightness 0.36470586. It has the hex RGBA8888 value0x317589ff.@ @ @ @ @ @
- See Also:
-
THOUSAND_YEAR_OLD_BROWN
public static final int THOUSAND_YEAR_OLD_BROWNThis color constant "Thousand Year Old Brown" has RGBA8888 code3B3429FF, red 0.23137255, green 0.20392157, blue 0.16078432, alpha 1.0, hue 0.10185185, saturation 0.07058823, and lightness 0.19607843. It has the hex RGBA8888 value0x3b3429ff.@ @ @ @ @ @
- See Also:
-
THOUSAND_YEAR_OLD_GREEN
public static final int THOUSAND_YEAR_OLD_GREENThis color constant "Thousand Year Old Green" has RGBA8888 code374231FF, red 0.21568628, green 0.25882354, blue 0.19215687, alpha 1.0, hue 0.27450982, saturation 0.06666668, and lightness 0.22549021. It has the hex RGBA8888 value0x374231ff.@ @ @ @ @ @
- See Also:
-
THRICE_DYED_CRIMSON
public static final int THRICE_DYED_CRIMSONThis color constant "Thrice Dyed Crimson" has RGBA8888 codeF7665AFF, red 0.96862745, green 0.4, blue 0.3529412, alpha 1.0, hue 0.012738852, saturation 0.6156863, and lightness 0.6607843. It has the hex RGBA8888 value0xf7665aff.@ @ @ @ @ @
- See Also:
-
TOMATO
public static final int TOMATOThis color constant "Tomato" has RGBA8888 codeFF6347FF, red 1.0, green 0.3882353, blue 0.2784314, alpha 1.0, hue 0.025362318, saturation 0.7215686, and lightness 0.6392157. It has the hex RGBA8888 value0xff6347ff.@ @ @ @ @ @
- See Also:
-
TREE_PEONY
public static final int TREE_PEONYThis color constant "Tree Peony" has RGBA8888 codeA4345DFF, red 0.6431373, green 0.20392157, blue 0.3647059, alpha 1.0, hue 0.9389881, saturation 0.43921572, and lightness 0.42352942. It has the hex RGBA8888 value0xa4345dff.@ @ @ @ @ @
- See Also:
-
TRUE_PINK
public static final int TRUE_PINKThis color constant "True Pink" has RGBA8888 codeFFC0CBFF, red 1.0, green 0.7529412, blue 0.79607844, alpha 1.0, hue 0.97089946, saturation 0.24705881, and lightness 0.87647057. It has the hex RGBA8888 value0xffc0cbff.@ @ @ @ @ @
- See Also:
-
TRUE_RED
public static final int TRUE_REDThis color constant "True Red" has RGBA8888 code8F1D21FF, red 0.56078434, green 0.11372549, blue 0.12941177, alpha 1.0, hue 0.99415207, saturation 0.44705886, and lightness 0.3372549. It has the hex RGBA8888 value0x8f1d21ff.@ @ @ @ @ @
- See Also:
-
TURMERIC
public static final int TURMERICThis color constant "Turmeric" has RGBA8888 codeE69B3AFF, red 0.9019608, green 0.60784316, blue 0.22745098, alpha 1.0, hue 0.09399225, saturation 0.6745098, and lightness 0.5647059. It has the hex RGBA8888 value0xe69b3aff.@ @ @ @ @ @
- See Also:
-
TURQUOISE
public static final int TURQUOISEThis color constant "Turquoise" has RGBA8888 code30D5C8FF, red 0.1882353, green 0.8352941, blue 0.78431374, alpha 1.0, hue 0.48686868, saturation 0.64705884, and lightness 0.5117647. It has the hex RGBA8888 value0x30d5c8ff.@ @ @ @ @ @
- See Also:
-
TYRIAN_PURPLE
public static final int TYRIAN_PURPLEThis color constant "Tyrian Purple" has RGBA8888 code66023CFF, red 0.4, green 0.007843138, blue 0.23529412, alpha 1.0, hue 0.9033333, saturation 0.39215687, and lightness 0.20392156. It has the hex RGBA8888 value0x66023cff.@ @ @ @ @ @
- See Also:
-
ULTRAMARINE
public static final int ULTRAMARINEThis color constant "Ultramarine" has RGBA8888 code120A8FFF, red 0.07058824, green 0.039215688, blue 0.56078434, alpha 1.0, hue 0.6766918, saturation 0.52156866, and lightness 0.3. It has the hex RGBA8888 value0x120a8fff.@ @ @ @ @ @
- See Also:
-
ULTRAMARINE_DYE
public static final int ULTRAMARINE_DYEThis color constant "Ultramarine Dye" has RGBA8888 code5D8CAEFF, red 0.3647059, green 0.54901963, blue 0.68235296, alpha 1.0, hue 0.56995887, saturation 0.31764707, and lightness 0.5235294. It has the hex RGBA8888 value0x5d8caeff.@ @ @ @ @ @
- See Also:
-
UNBLEACHED_SILK
public static final int UNBLEACHED_SILKThis color constant "Unbleached Silk" has RGBA8888 codeFFDDCAFF, red 1.0, green 0.8666667, blue 0.7921569, alpha 1.0, hue 0.059748426, saturation 0.20784312, and lightness 0.89607847. It has the hex RGBA8888 value0xffddcaff.@ @ @ @ @ @
- See Also:
-
UNDRIED_WALL
public static final int UNDRIED_WALLThis color constant "Undried Wall" has RGBA8888 code785E49FF, red 0.47058824, green 0.36862746, blue 0.28627452, alpha 1.0, hue 0.07446808, saturation 0.18431371, and lightness 0.37843138. It has the hex RGBA8888 value0x785e49ff.@ @ @ @ @ @
- See Also:
-
VANISHING_RED_MOUSE
public static final int VANISHING_RED_MOUSEThis color constant "Vanishing Red Mouse" has RGBA8888 code44312EFF, red 0.26666668, green 0.19215687, blue 0.18039216, alpha 1.0, hue 0.022727268, saturation 0.08627452, and lightness 0.22352941. It has the hex RGBA8888 value0x44312eff.@ @ @ @ @ @
- See Also:
-
VEGAS_GOLD
public static final int VEGAS_GOLDThis color constant "Vegas Gold" has RGBA8888 codeC5B358FF, red 0.77254903, green 0.7019608, blue 0.34509805, alpha 1.0, hue 0.13914374, saturation 0.42745098, and lightness 0.5588236. It has the hex RGBA8888 value0xc5b358ff.@ @ @ @ @ @
- See Also:
-
VELVET
public static final int VELVETThis color constant "Velvet" has RGBA8888 code224634FF, red 0.13333334, green 0.27450982, blue 0.20392157, alpha 1.0, hue 0.41666666, saturation 0.14117648, and lightness 0.20392159. It has the hex RGBA8888 value0x224634ff.@ @ @ @ @ @
- See Also:
-
VERMILION
public static final int VERMILIONThis color constant "Vermillion" has RGBA8888 codeE34234FF, red 0.8901961, green 0.25882354, blue 0.20392157, alpha 1.0, hue 0.0133333355, saturation 0.6862745, and lightness 0.5470589. It has the hex RGBA8888 value0xe34234ff.@ @ @ @ @ @
- See Also:
-
VINE_GRAPE
public static final int VINE_GRAPEThis color constant "Vine Grape" has RGBA8888 code6D2B50FF, red 0.42745098, green 0.16862746, blue 0.3137255, alpha 1.0, hue 0.90656567, saturation 0.2588235, and lightness 0.29803923. It has the hex RGBA8888 value0x6d2b50ff.@ @ @ @ @ @
- See Also:
-
VIOLET
public static final int VIOLETThis color constant "Violet" has RGBA8888 code8B00FFFF, red 0.54509807, green 0.0, blue 1.0, alpha 1.0, hue 0.7575164, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x8b00ffff.@ @ @ @ @ @
- See Also:
-
VIOLET_DYE
public static final int VIOLET_DYEThis color constant "Violet Dye" has RGBA8888 code5B3256FF, red 0.35686275, green 0.19607843, blue 0.3372549, alpha 1.0, hue 0.85365856, saturation 0.16078432, and lightness 0.2764706. It has the hex RGBA8888 value0x5b3256ff.@ @ @ @ @ @
- See Also:
-
VIRIDIAN
public static final int VIRIDIANThis color constant "Viridian" has RGBA8888 code40826DFF, red 0.2509804, green 0.50980395, blue 0.42745098, alpha 1.0, hue 0.4469697, saturation 0.25882354, and lightness 0.38039216. It has the hex RGBA8888 value0x40826dff.@ @ @ @ @ @
- See Also:
-
WALNUT
public static final int WALNUTThis color constant "Walnut" has RGBA8888 code9F7462FF, red 0.62352943, green 0.45490196, blue 0.38431373, alpha 1.0, hue 0.049180325, saturation 0.2392157, and lightness 0.50392157. It has the hex RGBA8888 value0x9f7462ff.@ @ @ @ @ @
- See Also:
-
WASHED_OUT_CRIMSON
public static final int WASHED_OUT_CRIMSONThis color constant "Washed Out Crimson" has RGBA8888 codeFFB3A7FF, red 1.0, green 0.7019608, blue 0.654902, alpha 1.0, hue 0.022727273, saturation 0.34509802, and lightness 0.827451. It has the hex RGBA8888 value0xffb3a7ff.@ @ @ @ @ @
- See Also:
-
WASHED_OUT_PERSIMMON
public static final int WASHED_OUT_PERSIMMONThis color constant "Washed Out Persimmon" has RGBA8888 codeEC8254FF, red 0.9254902, green 0.50980395, blue 0.32941177, alpha 1.0, hue 0.050438605, saturation 0.5960784, and lightness 0.627451. It has the hex RGBA8888 value0xec8254ff.@ @ @ @ @ @
- See Also:
-
WATER
public static final int WATERThis color constant "Water" has RGBA8888 code86ABA5FF, red 0.5254902, green 0.67058825, blue 0.64705884, alpha 1.0, hue 0.472973, saturation 0.14509803, and lightness 0.5980392. It has the hex RGBA8888 value0x86aba5ff.@ @ @ @ @ @
- See Also:
-
WATER_PERSIMMON
public static final int WATER_PERSIMMONThis color constant "Water Persimmon" has RGBA8888 codeB56C60FF, red 0.70980394, green 0.42352942, blue 0.3764706, alpha 1.0, hue 0.02352941, saturation 0.33333334, and lightness 0.54313725. It has the hex RGBA8888 value0xb56c60ff.@ @ @ @ @ @
- See Also:
-
WHEAT
public static final int WHEATThis color constant "Wheat" has RGBA8888 codeF5DEB3FF, red 0.9607843, green 0.87058824, blue 0.7019608, alpha 1.0, hue 0.10858586, saturation 0.2588235, and lightness 0.83137256. It has the hex RGBA8888 value0xf5deb3ff.@ @ @ @ @ @
- See Also:
-
WHITE
public static final int WHITEThis color constant "White" has RGBA8888 codeFFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0. It has the hex RGBA8888 value0xffffffff.@ @ @ @ @ @
- See Also:
-
WHITE_MOUSE
public static final int WHITE_MOUSEThis color constant "White Mouse" has RGBA8888 codeB9A193FF, red 0.7254902, green 0.6313726, blue 0.5764706, alpha 1.0, hue 0.06140351, saturation 0.1490196, and lightness 0.6509804. It has the hex RGBA8888 value0xb9a193ff.@ @ @ @ @ @
- See Also:
-
WHITE_OAK
public static final int WHITE_OAKThis color constant "White Oak" has RGBA8888 codeCE9F6FFF, red 0.80784315, green 0.62352943, blue 0.43529412, alpha 1.0, hue 0.08421054, saturation 0.37254903, and lightness 0.6215686. It has the hex RGBA8888 value0xce9f6fff.@ @ @ @ @ @
- See Also:
-
WHITE_TEA_DYE
public static final int WHITE_TEA_DYEThis color constant "White Tea Dye" has RGBA8888 codeC48E69FF, red 0.76862746, green 0.5568628, blue 0.4117647, alpha 1.0, hue 0.06776558, saturation 0.35686275, and lightness 0.5901961. It has the hex RGBA8888 value0xc48e69ff.@ @ @ @ @ @
- See Also:
-
WHITISH_GREEN
public static final int WHITISH_GREENThis color constant "Whitish Green" has RGBA8888 codeA5BA93FF, red 0.64705884, green 0.7294118, blue 0.5764706, alpha 1.0, hue 0.25641027, saturation 0.15294117, and lightness 0.65294117. It has the hex RGBA8888 value0xa5ba93ff.@ @ @ @ @ @
- See Also:
-
WILLOW_DYE
public static final int WILLOW_DYEThis color constant "Willow Dye" has RGBA8888 code8C9E5EFF, red 0.54901963, green 0.61960787, blue 0.36862746, alpha 1.0, hue 0.21354169, saturation 0.2509804, and lightness 0.49411768. It has the hex RGBA8888 value0x8c9e5eff.@ @ @ @ @ @
- See Also:
-
WILLOW_GREY
public static final int WILLOW_GREYThis color constant "Willow Grey" has RGBA8888 code817B69FF, red 0.5058824, green 0.48235294, blue 0.4117647, alpha 1.0, hue 0.12499996, saturation 0.09411767, and lightness 0.45882353. It has the hex RGBA8888 value0x817b69ff.@ @ @ @ @ @
- See Also:
-
WILLOW_TEA
public static final int WILLOW_TEAThis color constant "Willow Tea" has RGBA8888 code9C8A4DFF, red 0.6117647, green 0.5411765, blue 0.3019608, alpha 1.0, hue 0.12869199, saturation 0.30980393, and lightness 0.45686278. It has the hex RGBA8888 value0x9c8a4dff.@ @ @ @ @ @
- See Also:
-
WILTED_LAWN_CLIPPINGS
public static final int WILTED_LAWN_CLIPPINGSThis color constant "Wilted Lawn Clippings" has RGBA8888 codeAB4C3DFF, red 0.67058825, green 0.29803923, blue 0.23921569, alpha 1.0, hue 0.022727277, saturation 0.43137258, and lightness 0.45490196. It has the hex RGBA8888 value0xab4c3dff.@ @ @ @ @ @
- See Also:
-
WILLOW_LEAVES_UNDERSIDE
public static final int WILLOW_LEAVES_UNDERSIDEThis color constant "Willow Leaves Underside" has RGBA8888 codeBCB58CFF, red 0.7372549, green 0.70980394, blue 0.54901963, alpha 1.0, hue 0.1423611, saturation 0.18823528, and lightness 0.6431373. It has the hex RGBA8888 value0xbcb58cff.@ @ @ @ @ @
- See Also:
-
WISTERIA
public static final int WISTERIAThis color constant "Wisteria" has RGBA8888 codeC9A0DCFF, red 0.7882353, green 0.627451, blue 0.8627451, alpha 1.0, hue 0.7805556, saturation 0.2352941, and lightness 0.74509805. It has the hex RGBA8888 value0xc9a0dcff.@ @ @ @ @ @
- See Also:
-
WISTERIA_DYE
public static final int WISTERIA_DYEThis color constant "Wisteria Dye" has RGBA8888 code89729EFF, red 0.5372549, green 0.44705883, blue 0.61960787, alpha 1.0, hue 0.7537879, saturation 0.17254904, and lightness 0.53333336. It has the hex RGBA8888 value0x89729eff.@ @ @ @ @ @
- See Also:
-
WISTERIA_PURPLE
public static final int WISTERIA_PURPLEThis color constant "Wisteria Purple" has RGBA8888 code875F9AFF, red 0.5294118, green 0.37254903, blue 0.6039216, alpha 1.0, hue 0.77966106, saturation 0.23137257, and lightness 0.4882353. It has the hex RGBA8888 value0x875f9aff.@ @ @ @ @ @
- See Also:
-
YELLOW
public static final int YELLOWThis color constant "Yellow" has RGBA8888 codeFFFF00FF, red 1.0, green 1.0, blue 0.0, alpha 1.0, hue 0.16666667, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffff00ff.@ @ @ @ @ @
- See Also:
-
YELLOW_GREEN
public static final int YELLOW_GREENThis color constant "Yellow Green" has RGBA8888 code9ACD32FF, red 0.6039216, green 0.8039216, blue 0.19607843, alpha 1.0, hue 0.22150537, saturation 0.60784316, and lightness 0.5. It has the hex RGBA8888 value0x9acd32ff.@ @ @ @ @ @
- See Also:
-
YELLOW_SEA_PINE_BROWN
public static final int YELLOW_SEA_PINE_BROWNThis color constant "Yellow Sea Pine Brown" has RGBA8888 code896C39FF, red 0.5372549, green 0.42352942, blue 0.22352941, alpha 1.0, hue 0.10624999, saturation 0.31372553, and lightness 0.38039216. It has the hex RGBA8888 value0x896c39ff.@ @ @ @ @ @
- See Also:
-
YOUNG_BAMBOO
public static final int YOUNG_BAMBOOThis color constant "Young Bamboo" has RGBA8888 code6B9362FF, red 0.41960785, green 0.5764706, blue 0.38431373, alpha 1.0, hue 0.3027211, saturation 0.19215688, and lightness 0.48039216. It has the hex RGBA8888 value0x6b9362ff.@ @ @ @ @ @
- See Also:
-
ZINNWALDITE
public static final int ZINNWALDITEThis color constant "Zinnwaldite" has RGBA8888 codeEBC2AFFF, red 0.92156863, green 0.7607843, blue 0.6862745, alpha 1.0, hue 0.05277778, saturation 0.2352941, and lightness 0.8039216. It has the hex RGBA8888 value0xebc2afff.@ @ @ @ @ @
- See Also:
-
DB_MIDNIGHT
public static final int DB_MIDNIGHTThis color constant "DB Midnight" has RGBA8888 code140C1CFF, red 0.078431375, green 0.047058824, blue 0.10980392, alpha 1.0, hue 0.75, saturation 0.062745094, and lightness 0.078431375. It has the hex RGBA8888 value0x140c1cff.@ @ @ @ @ @
- See Also:
-
DB_DARK_LEATHER
public static final int DB_DARK_LEATHERThis color constant "DB Dark Leather" has RGBA8888 code442434FF, red 0.26666668, green 0.14117648, blue 0.20392157, alpha 1.0, hue 0.9166667, saturation 0.1254902, and lightness 0.20392159. It has the hex RGBA8888 value0x442434ff.@ @ @ @ @ @
- See Also:
-
DB_DEEP_OCEAN
public static final int DB_DEEP_OCEANThis color constant "DB Deep Ocean" has RGBA8888 code30346DFF, red 0.1882353, green 0.20392157, blue 0.42745098, alpha 1.0, hue 0.6557377, saturation 0.23921569, and lightness 0.30784315. It has the hex RGBA8888 value0x30346dff.@ @ @ @ @ @
- See Also:
-
DB_LEAD
public static final int DB_LEADThis color constant "DB Lead" has RGBA8888 code4E4A4FFF, red 0.30588236, green 0.2901961, blue 0.30980393, alpha 1.0, hue 0.8, saturation 0.019607842, and lightness 0.3. It has the hex RGBA8888 value0x4e4a4fff.@ @ @ @ @ @
- See Also:
-
DB_EARTH
public static final int DB_EARTHThis color constant "DB Earth" has RGBA8888 code854C30FF, red 0.52156866, green 0.29803923, blue 0.1882353, alpha 1.0, hue 0.054901958, saturation 0.33333337, and lightness 0.35490197. It has the hex RGBA8888 value0x854c30ff.@ @ @ @ @ @
- See Also:
-
DB_FOREST
public static final int DB_FORESTThis color constant "DB Forest" has RGBA8888 code346524FF, red 0.20392157, green 0.39607844, blue 0.14117648, alpha 1.0, hue 0.2923077, saturation 0.25490195, and lightness 0.2686275. It has the hex RGBA8888 value0x346524ff.@ @ @ @ @ @
- See Also:
-
DB_LOBSTER
public static final int DB_LOBSTERThis color constant "DB Lobster" has RGBA8888 codeD04648FF, red 0.8156863, green 0.27450982, blue 0.28235295, alpha 1.0, hue 0.9975845, saturation 0.54117644, and lightness 0.54509807. It has the hex RGBA8888 value0xd04648ff.@ @ @ @ @ @
- See Also:
-
DB_DRAB
public static final int DB_DRABThis color constant "DB Drab" has RGBA8888 code757161FF, red 0.45882353, green 0.44313726, blue 0.38039216, alpha 1.0, hue 0.13333334, saturation 0.07843137, and lightness 0.41960785. It has the hex RGBA8888 value0x757161ff.@ @ @ @ @ @
- See Also:
-
DB_CADET_BLUE
public static final int DB_CADET_BLUEThis color constant "DB Cadet Blue" has RGBA8888 code597DCEFF, red 0.34901962, green 0.49019608, blue 0.80784315, alpha 1.0, hue 0.61538464, saturation 0.45882353, and lightness 0.57843137. It has the hex RGBA8888 value0x597dceff.@ @ @ @ @ @
- See Also:
-
DB_TAWNY_BROWN
public static final int DB_TAWNY_BROWNThis color constant "DB Tawny Brown" has RGBA8888 codeD27D2CFF, red 0.8235294, green 0.49019608, blue 0.17254902, alpha 1.0, hue 0.08132529, saturation 0.6509804, and lightness 0.49803922. It has the hex RGBA8888 value0xd27d2cff.@ @ @ @ @ @
- See Also:
-
DB_IRON
public static final int DB_IRONThis color constant "DB Iron" has RGBA8888 code8595A1FF, red 0.52156866, green 0.58431375, blue 0.6313726, alpha 1.0, hue 0.5714286, saturation 0.109803915, and lightness 0.5764706. It has the hex RGBA8888 value0x8595a1ff.@ @ @ @ @ @
- See Also:
-
DB_PEA_SOUP
public static final int DB_PEA_SOUPThis color constant "DB Pea Soup" has RGBA8888 code6DAA2CFF, red 0.42745098, green 0.6666667, blue 0.17254902, alpha 1.0, hue 0.2473545, saturation 0.49411768, and lightness 0.41960785. It has the hex RGBA8888 value0x6daa2cff.@ @ @ @ @ @
- See Also:
-
DB_PUTTY
public static final int DB_PUTTYThis color constant "DB Putty" has RGBA8888 codeD2AA99FF, red 0.8235294, green 0.6666667, blue 0.6, alpha 1.0, hue 0.049707603, saturation 0.2235294, and lightness 0.7117647. It has the hex RGBA8888 value0xd2aa99ff.@ @ @ @ @ @
- See Also:
-
DB_TURQUOISE
public static final int DB_TURQUOISEThis color constant "DB Turquoise" has RGBA8888 code6DC2CAFF, red 0.42745098, green 0.7607843, blue 0.7921569, alpha 1.0, hue 0.51433694, saturation 0.3647059, and lightness 0.6098039. It has the hex RGBA8888 value0x6dc2caff.@ @ @ @ @ @
- See Also:
-
DB_MUSTARD
public static final int DB_MUSTARDThis color constant "DB Mustard" has RGBA8888 codeDAD45EFF, red 0.85490197, green 0.83137256, blue 0.36862746, alpha 1.0, hue 0.15860215, saturation 0.4862745, and lightness 0.6117647. It has the hex RGBA8888 value0xdad45eff.@ @ @ @ @ @
- See Also:
-
DB_EGGSHELL
public static final int DB_EGGSHELLThis color constant "DB Eggshell" has RGBA8888 codeDEEED6FF, red 0.87058824, green 0.93333334, blue 0.8392157, alpha 1.0, hue 0.2777778, saturation 0.09411764, and lightness 0.8862745. It has the hex RGBA8888 value0xdeeed6ff.@ @ @ @ @ @
- See Also:
-
DB_BLACK
public static final int DB_BLACKThis color constant "DB Black" has RGBA8888 code000000FF, red 0.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.0. It has the hex RGBA8888 value0x000000ff.@ @ @ @ @ @
- See Also:
-
DB_INK
public static final int DB_INKThis color constant "DB Ink" has RGBA8888 code222034FF, red 0.13333334, green 0.1254902, blue 0.20392157, alpha 1.0, hue 0.68333334, saturation 0.07843137, and lightness 0.16470589. It has the hex RGBA8888 value0x222034ff.@ @ @ @ @ @
- See Also:
-
DB_SEAL_BROWN
public static final int DB_SEAL_BROWNThis color constant "DB Seal Brown" has RGBA8888 code45283CFF, red 0.27058825, green 0.15686275, blue 0.23529412, alpha 1.0, hue 0.8850575, saturation 0.1137255, and lightness 0.21372549. It has the hex RGBA8888 value0x45283cff.@ @ @ @ @ @
- See Also:
-
DB_CHESTNUT
public static final int DB_CHESTNUTThis color constant "DB Chestnut" has RGBA8888 code663931FF, red 0.4, green 0.22352941, blue 0.19215687, alpha 1.0, hue 0.02515723, saturation 0.20784314, and lightness 0.29607844. It has the hex RGBA8888 value0x663931ff.@ @ @ @ @ @
- See Also:
-
DB_CAPPUCCINO
public static final int DB_CAPPUCCINOThis color constant "DB Cappuccino" has RGBA8888 code8F563BFF, red 0.56078434, green 0.3372549, blue 0.23137255, alpha 1.0, hue 0.053571425, saturation 0.3294118, and lightness 0.39607844. It has the hex RGBA8888 value0x8f563bff.@ @ @ @ @ @
- See Also:
-
DB_PUMPKIN
public static final int DB_PUMPKINThis color constant "DB Pumpkin" has RGBA8888 codeDF7126FF, red 0.8745098, green 0.44313726, blue 0.14901961, alpha 1.0, hue 0.06756756, saturation 0.7254902, and lightness 0.5117647. It has the hex RGBA8888 value0xdf7126ff.@ @ @ @ @ @
- See Also:
-
DB_FAWN
public static final int DB_FAWNThis color constant "DB Fawn" has RGBA8888 codeD9A066FF, red 0.8509804, green 0.627451, blue 0.4, alpha 1.0, hue 0.08405798, saturation 0.4509804, and lightness 0.6254902. It has the hex RGBA8888 value0xd9a066ff.@ @ @ @ @ @
- See Also:
-
DB_NUDE
public static final int DB_NUDEThis color constant "DB Nude" has RGBA8888 codeEEC39AFF, red 0.93333334, green 0.7647059, blue 0.6039216, alpha 1.0, hue 0.08134921, saturation 0.32941175, and lightness 0.76862746. It has the hex RGBA8888 value0xeec39aff.@ @ @ @ @ @
- See Also:
-
DB_DAFFODIL
public static final int DB_DAFFODILThis color constant "DB Daffodil" has RGBA8888 codeFBF236FF, red 0.9843137, green 0.9490196, blue 0.21176471, alpha 1.0, hue 0.15905246, saturation 0.77254903, and lightness 0.5980392. It has the hex RGBA8888 value0xfbf236ff.@ @ @ @ @ @
- See Also:
-
DB_KEY_LIME
public static final int DB_KEY_LIMEThis color constant "DB Key Lime" has RGBA8888 code99E550FF, red 0.6, green 0.8980392, blue 0.3137255, alpha 1.0, hue 0.25167787, saturation 0.58431375, and lightness 0.60588235. It has the hex RGBA8888 value0x99e550ff.@ @ @ @ @ @
- See Also:
-
DB_SHAMROCK
public static final int DB_SHAMROCKThis color constant "DB Shamrock" has RGBA8888 code6ABE30FF, red 0.41568628, green 0.74509805, blue 0.1882353, alpha 1.0, hue 0.26525822, saturation 0.5568628, and lightness 0.46666667. It has the hex RGBA8888 value0x6abe30ff.@ @ @ @ @ @
- See Also:
-
DB_JUNGLE
public static final int DB_JUNGLEThis color constant "DB Jungle" has RGBA8888 code37946EFF, red 0.21568628, green 0.5803922, blue 0.43137255, alpha 1.0, hue 0.43189964, saturation 0.36470592, and lightness 0.39803922. It has the hex RGBA8888 value0x37946eff.@ @ @ @ @ @
- See Also:
-
DB_OLIVE
public static final int DB_OLIVEThis color constant "DB Olive" has RGBA8888 code4B692FFF, red 0.29411766, green 0.4117647, blue 0.18431373, alpha 1.0, hue 0.25287357, saturation 0.22745098, and lightness 0.29803923. It has the hex RGBA8888 value0x4b692fff.@ @ @ @ @ @
- See Also:
-
DB_MUD
public static final int DB_MUDThis color constant "DB Mud" has RGBA8888 code524B24FF, red 0.32156864, green 0.29411766, blue 0.14117648, alpha 1.0, hue 0.14130434, saturation 0.18039216, and lightness 0.23137257. It has the hex RGBA8888 value0x524b24ff.@ @ @ @ @ @
- See Also:
-
DB_SHADOW
public static final int DB_SHADOWThis color constant "DB Shadow" has RGBA8888 code323C39FF, red 0.19607843, green 0.23529412, blue 0.22352941, alpha 1.0, hue 0.45000002, saturation 0.039215684, and lightness 0.21568628. It has the hex RGBA8888 value0x323c39ff.@ @ @ @ @ @
- See Also:
-
DB_COBALT
public static final int DB_COBALTThis color constant "DB Cobalt" has RGBA8888 code3F3F74FF, red 0.24705882, green 0.24705882, blue 0.45490196, alpha 1.0, hue 0.6666667, saturation 0.20784314, and lightness 0.3509804. It has the hex RGBA8888 value0x3f3f74ff.@ @ @ @ @ @
- See Also:
-
DB_CERULEAN
public static final int DB_CERULEANThis color constant "DB Cerulean" has RGBA8888 code306082FF, red 0.1882353, green 0.3764706, blue 0.50980395, alpha 1.0, hue 0.56910574, saturation 0.32156867, and lightness 0.34901962. It has the hex RGBA8888 value0x306082ff.@ @ @ @ @ @
- See Also:
-
DB_DENIM
public static final int DB_DENIMThis color constant "DB Denim" has RGBA8888 code5B6EE1FF, red 0.35686275, green 0.43137255, blue 0.88235295, alpha 1.0, hue 0.6430348, saturation 0.52549016, and lightness 0.61960787. It has the hex RGBA8888 value0x5b6ee1ff.@ @ @ @ @ @
- See Also:
-
DB_SKY_BLUE
public static final int DB_SKY_BLUEThis color constant "DB Sky Blue" has RGBA8888 code639BFFFF, red 0.3882353, green 0.60784316, blue 1.0, alpha 1.0, hue 0.60683763, saturation 0.61176467, and lightness 0.69411767. It has the hex RGBA8888 value0x639bffff.@ @ @ @ @ @
- See Also:
-
DB_SEAFOAM
public static final int DB_SEAFOAMThis color constant "DB Seafoam" has RGBA8888 code5FCDE4FF, red 0.37254903, green 0.8039216, blue 0.89411765, alpha 1.0, hue 0.52882206, saturation 0.52156866, and lightness 0.6333333. It has the hex RGBA8888 value0x5fcde4ff.@ @ @ @ @ @
- See Also:
-
DB_PLATINUM
public static final int DB_PLATINUMThis color constant "DB Platinum" has RGBA8888 codeCBDBFCFF, red 0.79607844, green 0.85882354, blue 0.9882353, alpha 1.0, hue 0.6122449, saturation 0.19215685, and lightness 0.8921569. It has the hex RGBA8888 value0xcbdbfcff.@ @ @ @ @ @
- See Also:
-
DB_WHITE
public static final int DB_WHITEThis color constant "DB White" has RGBA8888 codeFFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0. It has the hex RGBA8888 value0xffffffff.@ @ @ @ @ @
- See Also:
-
DB_STORM_CLOUD
public static final int DB_STORM_CLOUDThis color constant "DB Storm Cloud" has RGBA8888 code9BADB7FF, red 0.60784316, green 0.6784314, blue 0.7176471, alpha 1.0, hue 0.5595238, saturation 0.109803915, and lightness 0.6627451. It has the hex RGBA8888 value0x9badb7ff.@ @ @ @ @ @
- See Also:
-
DB_ELEPHANT
public static final int DB_ELEPHANTThis color constant "DB Elephant" has RGBA8888 code847E87FF, red 0.5176471, green 0.49411765, blue 0.5294118, alpha 1.0, hue 0.77777785, saturation 0.035294145, and lightness 0.5117647. It has the hex RGBA8888 value0x847e87ff.@ @ @ @ @ @
- See Also:
-
DB_GRAPHITE
public static final int DB_GRAPHITEThis color constant "DB Graphite" has RGBA8888 code696A6AFF, red 0.4117647, green 0.41568628, blue 0.41568628, alpha 1.0, hue 0.5, saturation 0.0039215684, and lightness 0.4137255. It has the hex RGBA8888 value0x696a6aff.@ @ @ @ @ @
- See Also:
-
DB_SOOT
public static final int DB_SOOTThis color constant "DB Soot" has RGBA8888 code595652FF, red 0.34901962, green 0.3372549, blue 0.32156864, alpha 1.0, hue 0.0952381, saturation 0.027450979, and lightness 0.33529413. It has the hex RGBA8888 value0x595652ff.@ @ @ @ @ @
- See Also:
-
DB_EGGPLANT
public static final int DB_EGGPLANTThis color constant "DB Eggplant" has RGBA8888 code76428AFF, red 0.4627451, green 0.25882354, blue 0.5411765, alpha 1.0, hue 0.787037, saturation 0.28235295, and lightness 0.40000004. It has the hex RGBA8888 value0x76428aff.@ @ @ @ @ @
- See Also:
-
DB_BLOOD
public static final int DB_BLOODThis color constant "DB Blood" has RGBA8888 codeAC3232FF, red 0.6745098, green 0.19607843, blue 0.19607843, alpha 1.0, hue 0.0, saturation 0.4784314, and lightness 0.4352941. It has the hex RGBA8888 value0xac3232ff.@ @ @ @ @ @
- See Also:
-
DB_CORAL
public static final int DB_CORALThis color constant "DB Coral" has RGBA8888 codeD95763FF, red 0.8509804, green 0.34117648, blue 0.3882353, alpha 1.0, hue 0.9846154, saturation 0.5098039, and lightness 0.59607846. It has the hex RGBA8888 value0xd95763ff.@ @ @ @ @ @
- See Also:
-
DB_LAVENDER
public static final int DB_LAVENDERThis color constant "DB Lavender" has RGBA8888 codeD77BBAFF, red 0.84313726, green 0.48235294, blue 0.7294118, alpha 1.0, hue 0.88586956, saturation 0.36078432, and lightness 0.6627451. It has the hex RGBA8888 value0xd77bbaff.@ @ @ @ @ @
- See Also:
-
DB_ARMY_GREEN
public static final int DB_ARMY_GREENThis color constant "DB Army Green" has RGBA8888 code8F974AFF, red 0.56078434, green 0.5921569, blue 0.2901961, alpha 1.0, hue 0.18398269, saturation 0.3019608, and lightness 0.4411765. It has the hex RGBA8888 value0x8f974aff.@ @ @ @ @ @
- See Also:
-
DB_COMPOST
public static final int DB_COMPOSTThis color constant "DB Compost" has RGBA8888 code8A6F30FF, red 0.5411765, green 0.43529412, blue 0.1882353, alpha 1.0, hue 0.11666666, saturation 0.35294122, and lightness 0.3647059. It has the hex RGBA8888 value0x8a6f30ff.@ @ @ @ @ @
- See Also:
-
CW_RED
public static final int CW_REDThis color constant "CW Red" has RGBA8888 codeEE2A2AFF, red 0.93333334, green 0.16470589, blue 0.16470589, alpha 1.0, hue 0.0, saturation 0.76862746, and lightness 0.5490196. It has the hex RGBA8888 value0xee2a2aff.@ @ @ @ @ @
- See Also:
-
CW_FADED_RED
public static final int CW_FADED_REDThis color constant "CW Faded Red" has RGBA8888 codeB76363FF, red 0.7176471, green 0.3882353, blue 0.3882353, alpha 1.0, hue 0.0, saturation 0.32941177, and lightness 0.5529412. It has the hex RGBA8888 value0xb76363ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_RED
public static final int CW_FLUSH_REDThis color constant "CW Flush Red" has RGBA8888 codeE21414FF, red 0.8862745, green 0.078431375, blue 0.078431375, alpha 1.0, hue 0.0, saturation 0.80784315, and lightness 0.4823529. It has the hex RGBA8888 value0xe21414ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_RED
public static final int CW_LIGHT_REDThis color constant "CW Light Red" has RGBA8888 codeED8383FF, red 0.92941177, green 0.5137255, blue 0.5137255, alpha 1.0, hue 0.0, saturation 0.41568625, and lightness 0.72156864. It has the hex RGBA8888 value0xed8383ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_RED
public static final int CW_PALE_REDThis color constant "CW Pale Red" has RGBA8888 codeE6A7A7FF, red 0.9019608, green 0.654902, blue 0.654902, alpha 1.0, hue 0.0, saturation 0.24705881, and lightness 0.77843136. It has the hex RGBA8888 value0xe6a7a7ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_RED
public static final int CW_BRIGHT_REDThis color constant "CW Bright Red" has RGBA8888 codeF43B3BFF, red 0.95686275, green 0.23137255, blue 0.23137255, alpha 1.0, hue 0.0, saturation 0.7254902, and lightness 0.59411764. It has the hex RGBA8888 value0xf43b3bff.@ @ @ @ @ @
- See Also:
-
CW_DARK_RED
public static final int CW_DARK_REDThis color constant "CW Dark Red" has RGBA8888 codeA11616FF, red 0.6313726, green 0.08627451, blue 0.08627451, alpha 1.0, hue 0.0, saturation 0.54509807, and lightness 0.35882357. It has the hex RGBA8888 value0xa11616ff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_RED
public static final int CW_DRAB_REDThis color constant "CW Drab Red" has RGBA8888 code923535FF, red 0.57254905, green 0.20784314, blue 0.20784314, alpha 1.0, hue 0.0, saturation 0.36470592, and lightness 0.3901961. It has the hex RGBA8888 value0x923535ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_RED
public static final int CW_RICH_REDThis color constant "CW Rich Red" has RGBA8888 codeBE1111FF, red 0.74509805, green 0.06666667, blue 0.06666667, alpha 1.0, hue 0.0, saturation 0.6784314, and lightness 0.4058824. It has the hex RGBA8888 value0xbe1111ff.@ @ @ @ @ @
- See Also:
-
CW_ORANGE
public static final int CW_ORANGEThis color constant "CW Orange" has RGBA8888 codeF17C24FF, red 0.94509804, green 0.4862745, blue 0.14117648, alpha 1.0, hue 0.071544714, saturation 0.8039216, and lightness 0.54313725. It has the hex RGBA8888 value0xf17c24ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_ORANGE
public static final int CW_FADED_ORANGEThis color constant "CW Faded Orange" has RGBA8888 codeCC9B75FF, red 0.8, green 0.60784316, blue 0.45882353, alpha 1.0, hue 0.07279695, saturation 0.34117648, and lightness 0.62941176. It has the hex RGBA8888 value0xcc9b75ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_ORANGE
public static final int CW_FLUSH_ORANGEThis color constant "CW Flush Orange" has RGBA8888 codeE56D11FF, red 0.8980392, green 0.42745098, blue 0.06666667, alpha 1.0, hue 0.07232704, saturation 0.83137256, and lightness 0.48235294. It has the hex RGBA8888 value0xe56d11ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_ORANGE
public static final int CW_LIGHT_ORANGEThis color constant "CW Light Orange" has RGBA8888 codeF2B383FF, red 0.9490196, green 0.7019608, blue 0.5137255, alpha 1.0, hue 0.072072074, saturation 0.4352941, and lightness 0.7313726. It has the hex RGBA8888 value0xf2b383ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_ORANGE
public static final int CW_PALE_ORANGEThis color constant "CW Pale Orange" has RGBA8888 codeEDC8ACFF, red 0.92941177, green 0.78431374, blue 0.6745098, alpha 1.0, hue 0.071794875, saturation 0.25490195, and lightness 0.80196077. It has the hex RGBA8888 value0xedc8acff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_ORANGE
public static final int CW_BRIGHT_ORANGEThis color constant "CW Bright Orange" has RGBA8888 codeF68A39FF, red 0.9647059, green 0.5411765, blue 0.22352941, alpha 1.0, hue 0.07142858, saturation 0.7411765, and lightness 0.59411764. It has the hex RGBA8888 value0xf68a39ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_ORANGE
public static final int CW_DARK_ORANGEThis color constant "CW Dark Orange" has RGBA8888 codeA35113FF, red 0.6392157, green 0.31764707, blue 0.07450981, alpha 1.0, hue 0.07175926, saturation 0.5647059, and lightness 0.35686275. It has the hex RGBA8888 value0xa35113ff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_ORANGE
public static final int CW_DRAB_ORANGEThis color constant "CW Drab Orange" has RGBA8888 codeA46B40FF, red 0.6431373, green 0.41960785, blue 0.2509804, alpha 1.0, hue 0.07166666, saturation 0.39215687, and lightness 0.44705883. It has the hex RGBA8888 value0xa46b40ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_ORANGE
public static final int CW_RICH_ORANGEThis color constant "CW Rich Orange" has RGBA8888 codeC15B0FFF, red 0.75686276, green 0.35686275, blue 0.05882353, alpha 1.0, hue 0.071161054, saturation 0.69803923, and lightness 0.40784314. It has the hex RGBA8888 value0xc15b0fff.@ @ @ @ @ @
- See Also:
-
CW_BROWN
public static final int CW_BROWNThis color constant "CW Brown" has RGBA8888 codeCD8B51FF, red 0.8039216, green 0.54509807, blue 0.31764707, alpha 1.0, hue 0.07795699, saturation 0.4862745, and lightness 0.56078434. It has the hex RGBA8888 value0xcd8b51ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_BROWN
public static final int CW_FADED_BROWNThis color constant "CW Faded Brown" has RGBA8888 codeBFA38AFF, red 0.7490196, green 0.6392157, blue 0.5411765, alpha 1.0, hue 0.07861635, saturation 0.20784312, and lightness 0.64509803. It has the hex RGBA8888 value0xbfa38aff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_BROWN
public static final int CW_FLUSH_BROWNThis color constant "CW Flush Brown" has RGBA8888 codeC36F26FF, red 0.7647059, green 0.43529412, blue 0.14901961, alpha 1.0, hue 0.07749469, saturation 0.6156863, and lightness 0.45686275. It has the hex RGBA8888 value0xc36f26ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_BROWN
public static final int CW_LIGHT_BROWNThis color constant "CW Light Brown" has RGBA8888 codeDEBA9BFF, red 0.87058824, green 0.7294118, blue 0.60784316, alpha 1.0, hue 0.077114426, saturation 0.26274508, and lightness 0.7392157. It has the hex RGBA8888 value0xdeba9bff.@ @ @ @ @ @
- See Also:
-
CW_PALE_BROWN
public static final int CW_PALE_BROWNThis color constant "CW Pale Brown" has RGBA8888 codeE2CDBBFF, red 0.8862745, green 0.8039216, blue 0.73333335, alpha 1.0, hue 0.07692308, saturation 0.15294117, and lightness 0.8098039. It has the hex RGBA8888 value0xe2cdbbff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_BROWN
public static final int CW_BRIGHT_BROWNThis color constant "CW Bright Brown" has RGBA8888 codeDF8F47FF, red 0.8745098, green 0.56078434, blue 0.2784314, alpha 1.0, hue 0.07894738, saturation 0.5960784, and lightness 0.5764706. It has the hex RGBA8888 value0xdf8f47ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_BROWN
public static final int CW_DARK_BROWNThis color constant "CW Dark Brown" has RGBA8888 code8A582BFF, red 0.5411765, green 0.34509805, blue 0.16862746, alpha 1.0, hue 0.078947365, saturation 0.37254906, and lightness 0.354902. It has the hex RGBA8888 value0x8a582bff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_BROWN
public static final int CW_DRAB_BROWNThis color constant "CW Drab Brown" has RGBA8888 code937358FF, red 0.5764706, green 0.4509804, blue 0.34509805, alpha 1.0, hue 0.07627118, saturation 0.23137257, and lightness 0.46078435. It has the hex RGBA8888 value0x937358ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_BROWN
public static final int CW_RICH_BROWNThis color constant "CW Rich Brown" has RGBA8888 codeA45D20FF, red 0.6431373, green 0.3647059, blue 0.1254902, alpha 1.0, hue 0.0770202, saturation 0.5176471, and lightness 0.38431376. It has the hex RGBA8888 value0xa45d20ff.@ @ @ @ @ @
- See Also:
-
CW_APRICOT
public static final int CW_APRICOTThis color constant "CW Apricot" has RGBA8888 codeF9AA38FF, red 0.9764706, green 0.6666667, blue 0.21960784, alpha 1.0, hue 0.098445594, saturation 0.75686276, and lightness 0.5980392. It has the hex RGBA8888 value0xf9aa38ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_APRICOT
public static final int CW_FADED_APRICOTThis color constant "CW Faded Apricot" has RGBA8888 codeDDBC8BFF, red 0.8666667, green 0.7372549, blue 0.54509807, alpha 1.0, hue 0.0995935, saturation 0.3215686, and lightness 0.7058824. It has the hex RGBA8888 value0xddbc8bff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_APRICOT
public static final int CW_FLUSH_APRICOTThis color constant "CW Flush Apricot" has RGBA8888 codeED971BFF, red 0.92941177, green 0.5921569, blue 0.105882354, alpha 1.0, hue 0.09841271, saturation 0.8235294, and lightness 0.517647. It has the hex RGBA8888 value0xed971bff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_APRICOT
public static final int CW_LIGHT_APRICOTThis color constant "CW Light Apricot" has RGBA8888 codeF8CD90FF, red 0.972549, green 0.8039216, blue 0.5647059, alpha 1.0, hue 0.09775641, saturation 0.4078431, and lightness 0.76862746. It has the hex RGBA8888 value0xf8cd90ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_APRICOT
public static final int CW_PALE_APRICOTThis color constant "CW Pale Apricot" has RGBA8888 codeF4DBB7FF, red 0.95686275, green 0.85882354, blue 0.7176471, alpha 1.0, hue 0.09836066, saturation 0.23921567, and lightness 0.8372549. It has the hex RGBA8888 value0xf4dbb7ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_APRICOT
public static final int CW_BRIGHT_APRICOTThis color constant "CW Bright Apricot" has RGBA8888 codeFCAE3FFF, red 0.9882353, green 0.68235296, blue 0.24705882, alpha 1.0, hue 0.09788361, saturation 0.7411765, and lightness 0.61764705. It has the hex RGBA8888 value0xfcae3fff.@ @ @ @ @ @
- See Also:
-
CW_DARK_APRICOT
public static final int CW_DARK_APRICOTThis color constant "CW Dark Apricot" has RGBA8888 codeA8701DFF, red 0.65882355, green 0.4392157, blue 0.11372549, alpha 1.0, hue 0.099520385, saturation 0.54509807, and lightness 0.38627455. It has the hex RGBA8888 value0xa8701dff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_APRICOT
public static final int CW_DRAB_APRICOTThis color constant "CW Drab Apricot" has RGBA8888 codeB18B55FF, red 0.69411767, green 0.54509807, blue 0.33333334, alpha 1.0, hue 0.09782609, saturation 0.36078432, and lightness 0.5137255. It has the hex RGBA8888 value0xb18b55ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_APRICOT
public static final int CW_RICH_APRICOTThis color constant "CW Rich Apricot" has RGBA8888 codeC77F17FF, red 0.78039217, green 0.49803922, blue 0.09019608, alpha 1.0, hue 0.098484844, saturation 0.6901961, and lightness 0.43529415. It has the hex RGBA8888 value0xc77f17ff.@ @ @ @ @ @
- See Also:
-
CW_GOLD
public static final int CW_GOLDThis color constant "CW Gold" has RGBA8888 codeEBCB1DFF, red 0.92156863, green 0.79607844, blue 0.11372549, alpha 1.0, hue 0.14077671, saturation 0.80784315, and lightness 0.5176471. It has the hex RGBA8888 value0xebcb1dff.@ @ @ @ @ @
- See Also:
-
CW_FADED_GOLD
public static final int CW_FADED_GOLDThis color constant "CW Faded Gold" has RGBA8888 codeDCCF85FF, red 0.8627451, green 0.8117647, blue 0.52156866, alpha 1.0, hue 0.14176247, saturation 0.34117645, and lightness 0.69215685. It has the hex RGBA8888 value0xdccf85ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_GOLD
public static final int CW_FLUSH_GOLDThis color constant "CW Flush Gold" has RGBA8888 codeE0BF0DFF, red 0.8784314, green 0.7490196, blue 0.050980393, alpha 1.0, hue 0.14060032, saturation 0.827451, and lightness 0.46470588. It has the hex RGBA8888 value0xe0bf0dff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_GOLD
public static final int CW_LIGHT_GOLDThis color constant "CW Light Gold" has RGBA8888 codeF1E081FF, red 0.94509804, green 0.8784314, blue 0.5058824, alpha 1.0, hue 0.14136904, saturation 0.43921566, and lightness 0.7254902. It has the hex RGBA8888 value0xf1e081ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_GOLD
public static final int CW_PALE_GOLDThis color constant "CW Pale Gold" has RGBA8888 codeF1E7B0FF, red 0.94509804, green 0.90588236, blue 0.6901961, alpha 1.0, hue 0.14102565, saturation 0.25490195, and lightness 0.81764704. It has the hex RGBA8888 value0xf1e7b0ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_GOLD
public static final int CW_BRIGHT_GOLDThis color constant "CW Bright Gold" has RGBA8888 codeF2D636FF, red 0.9490196, green 0.8392157, blue 0.21176471, alpha 1.0, hue 0.14184397, saturation 0.7372549, and lightness 0.5803921. It has the hex RGBA8888 value0xf2d636ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_GOLD
public static final int CW_DARK_GOLDThis color constant "CW Dark Gold" has RGBA8888 code9F880FFF, red 0.62352943, green 0.53333336, blue 0.05882353, alpha 1.0, hue 0.1400463, saturation 0.5647059, and lightness 0.34117648. It has the hex RGBA8888 value0x9f880fff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_GOLD
public static final int CW_DRAB_GOLDThis color constant "CW Drab Gold" has RGBA8888 codeAFA04CFF, red 0.6862745, green 0.627451, blue 0.29803923, alpha 1.0, hue 0.14141415, saturation 0.3882353, and lightness 0.49215686. It has the hex RGBA8888 value0xafa04cff.@ @ @ @ @ @
- See Also:
-
CW_RICH_GOLD
public static final int CW_RICH_GOLDThis color constant "CW Rich Gold" has RGBA8888 codeBCA20BFF, red 0.7372549, green 0.63529414, blue 0.043137256, alpha 1.0, hue 0.14218456, saturation 0.69411767, and lightness 0.39019608. It has the hex RGBA8888 value0xbca20bff.@ @ @ @ @ @
- See Also:
-
CW_YELLOW
public static final int CW_YELLOWThis color constant "CW Yellow" has RGBA8888 codeFBFA27FF, red 0.9843137, green 0.98039216, blue 0.15294118, alpha 1.0, hue 0.1658805, saturation 0.83137256, and lightness 0.5686274. It has the hex RGBA8888 value0xfbfa27ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_YELLOW
public static final int CW_FADED_YELLOWThis color constant "CW Faded Yellow" has RGBA8888 codeF2F197FF, red 0.9490196, green 0.94509804, blue 0.5921569, alpha 1.0, hue 0.16483517, saturation 0.35686272, and lightness 0.7705882. It has the hex RGBA8888 value0xf2f197ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_YELLOW
public static final int CW_FLUSH_YELLOWThis color constant "CW Flush Yellow" has RGBA8888 codeEEEE13FF, red 0.93333334, green 0.93333334, blue 0.07450981, alpha 1.0, hue 0.16666667, saturation 0.85882354, and lightness 0.5039215. It has the hex RGBA8888 value0xeeee13ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_YELLOW
public static final int CW_LIGHT_YELLOWThis color constant "CW Light Yellow" has RGBA8888 codeFCFB88FF, red 0.9882353, green 0.9843137, blue 0.53333336, alpha 1.0, hue 0.16522989, saturation 0.45490193, and lightness 0.7607843. It has the hex RGBA8888 value0xfcfb88ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_YELLOW
public static final int CW_PALE_YELLOWThis color constant "CW Pale Yellow" has RGBA8888 codeFBFAB8FF, red 0.9843137, green 0.98039216, blue 0.72156864, alpha 1.0, hue 0.1641791, saturation 0.26274508, and lightness 0.8529412. It has the hex RGBA8888 value0xfbfab8ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_YELLOW
public static final int CW_BRIGHT_YELLOWThis color constant "CW Bright Yellow" has RGBA8888 codeFDFC39FF, red 0.99215686, green 0.9882353, blue 0.22352941, alpha 1.0, hue 0.16581632, saturation 0.76862746, and lightness 0.60784316. It has the hex RGBA8888 value0xfdfc39ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_YELLOW
public static final int CW_DARK_YELLOWThis color constant "CW Dark Yellow" has RGBA8888 codeAAA914FF, red 0.6666667, green 0.6627451, blue 0.078431375, alpha 1.0, hue 0.16555557, saturation 0.5882353, and lightness 0.37254903. It has the hex RGBA8888 value0xaaa914ff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_YELLOW
public static final int CW_DRAB_YELLOWThis color constant "CW Drab Yellow" has RGBA8888 codeC1C05BFF, red 0.75686276, green 0.7529412, blue 0.35686275, alpha 1.0, hue 0.16503267, saturation 0.4, and lightness 0.5568627. It has the hex RGBA8888 value0xc1c05bff.@ @ @ @ @ @
- See Also:
-
CW_RICH_YELLOW
public static final int CW_RICH_YELLOWThis color constant "CW Rich Yellow" has RGBA8888 codeC9C80FFF, red 0.7882353, green 0.78431374, blue 0.05882353, alpha 1.0, hue 0.16577062, saturation 0.7294118, and lightness 0.42352945. It has the hex RGBA8888 value0xc9c80fff.@ @ @ @ @ @
- See Also:
-
CW_CHARTREUSE
public static final int CW_CHARTREUSEThis color constant "CW Chartreuse" has RGBA8888 codeC7F12FFF, red 0.78039217, green 0.94509804, blue 0.18431373, alpha 1.0, hue 0.20274915, saturation 0.7607843, and lightness 0.56470585. It has the hex RGBA8888 value0xc7f12fff.@ @ @ @ @ @
- See Also:
-
CW_FADED_CHARTREUSE
public static final int CW_FADED_CHARTREUSEThis color constant "CW Faded Chartreuse" has RGBA8888 codeD4E693FF, red 0.83137256, green 0.9019608, blue 0.5764706, alpha 1.0, hue 0.20281126, saturation 0.32549018, and lightness 0.73921573. It has the hex RGBA8888 value0xd4e693ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_CHARTREUSE
public static final int CW_FLUSH_CHARTREUSEThis color constant "CW Flush Chartreuse" has RGBA8888 codeB8E516FF, red 0.72156864, green 0.8980392, blue 0.08627451, alpha 1.0, hue 0.20289856, saturation 0.8117647, and lightness 0.49215683. It has the hex RGBA8888 value0xb8e516ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_CHARTREUSE
public static final int CW_LIGHT_CHARTREUSEThis color constant "CW Light Chartreuse" has RGBA8888 codeDFF58CFF, red 0.8745098, green 0.9607843, blue 0.54901963, alpha 1.0, hue 0.20158732, saturation 0.41176468, and lightness 0.75490195. It has the hex RGBA8888 value0xdff58cff.@ @ @ @ @ @
- See Also:
-
CW_PALE_CHARTREUSE
public static final int CW_PALE_CHARTREUSEThis color constant "CW Pale Chartreuse" has RGBA8888 codeE8F5B8FF, red 0.9098039, green 0.9607843, blue 0.72156864, alpha 1.0, hue 0.20218581, saturation 0.23921567, and lightness 0.8411765. It has the hex RGBA8888 value0xe8f5b8ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_CHARTREUSE
public static final int CW_BRIGHT_CHARTREUSEThis color constant "CW Bright Chartreuse" has RGBA8888 codeCEF63CFF, red 0.80784315, green 0.9647059, blue 0.23529412, alpha 1.0, hue 0.20250897, saturation 0.7294118, and lightness 0.6. It has the hex RGBA8888 value0xcef63cff.@ @ @ @ @ @
- See Also:
-
CW_DARK_CHARTREUSE
public static final int CW_DARK_CHARTREUSEThis color constant "CW Dark Chartreuse" has RGBA8888 code85A318FF, red 0.52156866, green 0.6392157, blue 0.09411765, alpha 1.0, hue 0.2026379, saturation 0.54509807, and lightness 0.36666667. It has the hex RGBA8888 value0x85a318ff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_CHARTREUSE
public static final int CW_DRAB_CHARTREUSEThis color constant "CW Drab Chartreuse" has RGBA8888 codeA2B658FF, red 0.63529414, green 0.7137255, blue 0.34509805, alpha 1.0, hue 0.20212767, saturation 0.36862746, and lightness 0.5294118. It has the hex RGBA8888 value0xa2b658ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_CHARTREUSE
public static final int CW_RICH_CHARTREUSEThis color constant "CW Rich Chartreuse" has RGBA8888 code9BC112FF, red 0.60784316, green 0.75686276, blue 0.07058824, alpha 1.0, hue 0.20285715, saturation 0.6862745, and lightness 0.4137255. It has the hex RGBA8888 value0x9bc112ff.@ @ @ @ @ @
- See Also:
-
CW_LIME
public static final int CW_LIMEThis color constant "CW Lime" has RGBA8888 code9DDD11FF, red 0.6156863, green 0.8666667, blue 0.06666667, alpha 1.0, hue 0.21895427, saturation 0.8, and lightness 0.4666667. It has the hex RGBA8888 value0x9ddd11ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_LIME
public static final int CW_FADED_LIMEThis color constant "CW Faded Lime" has RGBA8888 codeB5D079FF, red 0.70980394, green 0.8156863, blue 0.4745098, alpha 1.0, hue 0.21839081, saturation 0.34117648, and lightness 0.64509803. It has the hex RGBA8888 value0xb5d079ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_LIME
public static final int CW_FLUSH_LIMEThis color constant "CW Flush Lime" has RGBA8888 code93D208FF, red 0.5764706, green 0.8235294, blue 0.03137255, alpha 1.0, hue 0.21864687, saturation 0.7921569, and lightness 0.42745098. It has the hex RGBA8888 value0x93d208ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_LIME
public static final int CW_LIGHT_LIMEThis color constant "CW Light Lime" has RGBA8888 codeC6E97AFF, red 0.7764706, green 0.9137255, blue 0.47843137, alpha 1.0, hue 0.21921922, saturation 0.43529412, and lightness 0.6960784. It has the hex RGBA8888 value0xc6e97aff.@ @ @ @ @ @
- See Also:
-
CW_PALE_LIME
public static final int CW_PALE_LIMEThis color constant "CW Pale Lime" has RGBA8888 codeD6EBAAFF, red 0.8392157, green 0.92156863, blue 0.6666667, alpha 1.0, hue 0.22051284, saturation 0.25490195, and lightness 0.7941177. It has the hex RGBA8888 value0xd6ebaaff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_LIME
public static final int CW_BRIGHT_LIMEThis color constant "CW Bright Lime" has RGBA8888 codeB1E932FF, red 0.69411767, green 0.9137255, blue 0.19607843, alpha 1.0, hue 0.2176685, saturation 0.7176471, and lightness 0.55490196. It has the hex RGBA8888 value0xb1e932ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_LIME
public static final int CW_DARK_LIMEThis color constant "CW Dark Lime" has RGBA8888 code699508FF, red 0.4117647, green 0.58431375, blue 0.03137255, alpha 1.0, hue 0.21867613, saturation 0.5529412, and lightness 0.30784315. It has the hex RGBA8888 value0x699508ff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_LIME
public static final int CW_DRAB_LIMEThis color constant "CW Drab Lime" has RGBA8888 code85A441FF, red 0.52156866, green 0.6431373, blue 0.25490198, alpha 1.0, hue 0.21885523, saturation 0.3882353, and lightness 0.44901964. It has the hex RGBA8888 value0x85a441ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_LIME
public static final int CW_RICH_LIMEThis color constant "CW Rich Lime" has RGBA8888 code7CB106FF, red 0.4862745, green 0.69411767, blue 0.023529412, alpha 1.0, hue 0.21832359, saturation 0.67058825, and lightness 0.35882357. It has the hex RGBA8888 value0x7cb106ff.@ @ @ @ @ @
- See Also:
-
CW_HONEYDEW
public static final int CW_HONEYDEWThis color constant "CW Honeydew" has RGBA8888 codeA5F655FF, red 0.64705884, green 0.9647059, blue 0.33333334, alpha 1.0, hue 0.2505176, saturation 0.6313726, and lightness 0.64901954. It has the hex RGBA8888 value0xa5f655ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_HONEYDEW
public static final int CW_FADED_HONEYDEWThis color constant "CW Faded Honeydew" has RGBA8888 codeC4E6A1FF, red 0.76862746, green 0.9019608, blue 0.6313726, alpha 1.0, hue 0.24879229, saturation 0.27058822, and lightness 0.7666667. It has the hex RGBA8888 value0xc4e6a1ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_HONEYDEW
public static final int CW_FLUSH_HONEYDEWThis color constant "CW Flush Honeydew" has RGBA8888 code89EA28FF, red 0.5372549, green 0.91764706, blue 0.15686275, alpha 1.0, hue 0.25, saturation 0.7607843, and lightness 0.5372549. It has the hex RGBA8888 value0x89ea28ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_HONEYDEW
public static final int CW_LIGHT_HONEYDEWThis color constant "CW Light Honeydew" has RGBA8888 codeCCF8A0FF, red 0.8, green 0.972549, blue 0.627451, alpha 1.0, hue 0.25, saturation 0.34509802, and lightness 0.8. It has the hex RGBA8888 value0xccf8a0ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_HONEYDEW
public static final int CW_PALE_HONEYDEWThis color constant "CW Pale Honeydew" has RGBA8888 codeDCF6C3FF, red 0.8627451, green 0.9647059, blue 0.7647059, alpha 1.0, hue 0.251634, saturation 0.19999999, and lightness 0.86470586. It has the hex RGBA8888 value0xdcf6c3ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_HONEYDEW
public static final int CW_BRIGHT_HONEYDEWThis color constant "CW Bright Honeydew" has RGBA8888 codeA1FA48FF, red 0.6313726, green 0.98039216, blue 0.28235295, alpha 1.0, hue 0.25, saturation 0.6980392, and lightness 0.63137263. It has the hex RGBA8888 value0xa1fa48ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_HONEYDEW
public static final int CW_DARK_HONEYDEWThis color constant "CW Dark Honeydew" has RGBA8888 code69A62DFF, red 0.4117647, green 0.6509804, blue 0.1764706, alpha 1.0, hue 0.25068873, saturation 0.47450984, and lightness 0.4137255. It has the hex RGBA8888 value0x69a62dff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_HONEYDEW
public static final int CW_DRAB_HONEYDEWThis color constant "CW Drab Honeydew" has RGBA8888 code90B76AFF, red 0.5647059, green 0.7176471, blue 0.41568628, alpha 1.0, hue 0.25108224, saturation 0.3019608, and lightness 0.56666666. It has the hex RGBA8888 value0x90b76aff.@ @ @ @ @ @
- See Also:
-
CW_RICH_HONEYDEW
public static final int CW_RICH_HONEYDEWThis color constant "CW Rich Honeydew" has RGBA8888 code73C522FF, red 0.4509804, green 0.77254903, blue 0.13333334, alpha 1.0, hue 0.25051126, saturation 0.6392157, and lightness 0.45294118. It has the hex RGBA8888 value0x73c522ff.@ @ @ @ @ @
- See Also:
-
CW_GREEN
public static final int CW_GREENThis color constant "CW Green" has RGBA8888 code3EE628FF, red 0.24313726, green 0.9019608, blue 0.15686275, alpha 1.0, hue 0.3140351, saturation 0.74509805, and lightness 0.52941173. It has the hex RGBA8888 value0x3ee628ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_GREEN
public static final int CW_FADED_GREENThis color constant "CW Faded Green" has RGBA8888 code84CC7AFF, red 0.5176471, green 0.8, blue 0.47843137, alpha 1.0, hue 0.31300813, saturation 0.32156864, and lightness 0.63921565. It has the hex RGBA8888 value0x84cc7aff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_GREEN
public static final int CW_FLUSH_GREENThis color constant "CW Flush Green" has RGBA8888 code2ADB13FF, red 0.16470589, green 0.85882354, blue 0.07450981, alpha 1.0, hue 0.31416667, saturation 0.78431374, and lightness 0.46666664. It has the hex RGBA8888 value0x2adb13ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_GREEN
public static final int CW_LIGHT_GREENThis color constant "CW Light Green" has RGBA8888 code91EC85FF, red 0.5686275, green 0.9254902, blue 0.52156866, alpha 1.0, hue 0.31391588, saturation 0.40392154, and lightness 0.7235294. It has the hex RGBA8888 value0x91ec85ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_GREEN
public static final int CW_PALE_GREENThis color constant "CW Pale Green" has RGBA8888 codeB5EBAEFF, red 0.70980394, green 0.92156863, blue 0.68235296, alpha 1.0, hue 0.31420767, saturation 0.23921567, and lightness 0.8019608. It has the hex RGBA8888 value0xb5ebaeff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_GREEN
public static final int CW_BRIGHT_GREENThis color constant "CW Bright Green" has RGBA8888 code4FEF39FF, red 0.30980393, green 0.9372549, blue 0.22352941, alpha 1.0, hue 0.31318682, saturation 0.7137255, and lightness 0.5803921. It has the hex RGBA8888 value0x4fef39ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_GREEN
public static final int CW_DARK_GREENThis color constant "CW Dark Green" has RGBA8888 code259B15FF, red 0.14509805, green 0.60784316, blue 0.08235294, alpha 1.0, hue 0.31343284, saturation 0.5254902, and lightness 0.34509805. It has the hex RGBA8888 value0x259b15ff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_GREEN
public static final int CW_DRAB_GREENThis color constant "CW Drab Green" has RGBA8888 code50A145FF, red 0.3137255, green 0.6313726, blue 0.27058825, alpha 1.0, hue 0.3134058, saturation 0.36078432, and lightness 0.45098042. It has the hex RGBA8888 value0x50a145ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_GREEN
public static final int CW_RICH_GREENThis color constant "CW Rich Green" has RGBA8888 code23B810FF, red 0.13725491, green 0.72156864, blue 0.0627451, alpha 1.0, hue 0.31448415, saturation 0.65882355, and lightness 0.39215687. It has the hex RGBA8888 value0x23b810ff.@ @ @ @ @ @
- See Also:
-
CW_JADE
public static final int CW_JADEThis color constant "CW Jade" has RGBA8888 code45E269FF, red 0.27058825, green 0.8862745, blue 0.4117647, alpha 1.0, hue 0.3715499, saturation 0.6156863, and lightness 0.57843137. It has the hex RGBA8888 value0x45e269ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_JADE
public static final int CW_FADED_JADEThis color constant "CW Faded Jade" has RGBA8888 code8ACD99FF, red 0.5411765, green 0.8039216, blue 0.6, alpha 1.0, hue 0.37064677, saturation 0.26274508, and lightness 0.67254907. It has the hex RGBA8888 value0x8acd99ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_JADE
public static final int CW_FLUSH_JADEThis color constant "CW Flush Jade" has RGBA8888 code21D74BFF, red 0.12941177, green 0.84313726, blue 0.29411766, alpha 1.0, hue 0.37179488, saturation 0.7137255, and lightness 0.48627454. It has the hex RGBA8888 value0x21d74bff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_JADE
public static final int CW_LIGHT_JADEThis color constant "CW Light Jade" has RGBA8888 code95EAA9FF, red 0.58431375, green 0.91764706, blue 0.6627451, alpha 1.0, hue 0.37254903, saturation 0.3333333, and lightness 0.7509804. It has the hex RGBA8888 value0x95eaa9ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_JADE
public static final int CW_PALE_JADEThis color constant "CW Pale Jade" has RGBA8888 codeB8EAC4FF, red 0.72156864, green 0.91764706, blue 0.76862746, alpha 1.0, hue 0.37333333, saturation 0.19607842, and lightness 0.81960785. It has the hex RGBA8888 value0xb8eac4ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_JADE
public static final int CW_BRIGHT_JADEThis color constant "CW Bright Jade" has RGBA8888 code43EC6BFF, red 0.2627451, green 0.9254902, blue 0.41960785, alpha 1.0, hue 0.37278107, saturation 0.6627451, and lightness 0.5941177. It has the hex RGBA8888 value0x43ec6bff.@ @ @ @ @ @
- See Also:
-
CW_DARK_JADE
public static final int CW_DARK_JADEThis color constant "CW Dark Jade" has RGBA8888 code249940FF, red 0.14117648, green 0.6, blue 0.2509804, alpha 1.0, hue 0.37321937, saturation 0.45882356, and lightness 0.37058824. It has the hex RGBA8888 value0x249940ff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_JADE
public static final int CW_DRAB_JADEThis color constant "CW Drab Jade" has RGBA8888 code56A267FF, red 0.3372549, green 0.63529414, blue 0.40392157, alpha 1.0, hue 0.37061405, saturation 0.29803923, and lightness 0.48627454. It has the hex RGBA8888 value0x56a267ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_JADE
public static final int CW_RICH_JADEThis color constant "CW Rich Jade" has RGBA8888 code1BB53FFF, red 0.105882354, green 0.70980394, blue 0.24705882, alpha 1.0, hue 0.37229437, saturation 0.6039216, and lightness 0.40784314. It has the hex RGBA8888 value0x1bb53fff.@ @ @ @ @ @
- See Also:
-
CW_SEAFOAM
public static final int CW_SEAFOAMThis color constant "CW Seafoam" has RGBA8888 code37F4B0FF, red 0.21568628, green 0.95686275, blue 0.6901961, alpha 1.0, hue 0.44003528, saturation 0.7411765, and lightness 0.58627445. It has the hex RGBA8888 value0x37f4b0ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_SEAFOAM
public static final int CW_FADED_SEAFOAMThis color constant "CW Faded Seafoam" has RGBA8888 code8ADABDFF, red 0.5411765, green 0.85490197, blue 0.7411765, alpha 1.0, hue 0.43958336, saturation 0.31372547, and lightness 0.69803923. It has the hex RGBA8888 value0x8adabdff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_SEAFOAM
public static final int CW_FLUSH_SEAFOAMThis color constant "CW Flush Seafoam" has RGBA8888 code1AE89EFF, red 0.101960786, green 0.9098039, blue 0.61960787, alpha 1.0, hue 0.44012946, saturation 0.80784315, and lightness 0.5058823. It has the hex RGBA8888 value0x1ae89eff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_SEAFOAM
public static final int CW_LIGHT_SEAFOAMThis color constant "CW Light Seafoam" has RGBA8888 code8FF6D1FF, red 0.56078434, green 0.9647059, blue 0.81960785, alpha 1.0, hue 0.44012946, saturation 0.40392154, and lightness 0.76274514. It has the hex RGBA8888 value0x8ff6d1ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_SEAFOAM
public static final int CW_PALE_SEAFOAMThis color constant "CW Pale Seafoam" has RGBA8888 codeB6F3DDFF, red 0.7137255, green 0.9529412, blue 0.8666667, alpha 1.0, hue 0.4398907, saturation 0.23921567, and lightness 0.8333334. It has the hex RGBA8888 value0xb6f3ddff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_SEAFOAM
public static final int CW_BRIGHT_SEAFOAMThis color constant "CW Bright Seafoam" has RGBA8888 code3FF8B6FF, red 0.24705882, green 0.972549, blue 0.7137255, alpha 1.0, hue 0.44054055, saturation 0.7254902, and lightness 0.6098039. It has the hex RGBA8888 value0x3ff8b6ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_SEAFOAM
public static final int CW_DARK_SEAFOAMThis color constant "CW Dark Seafoam" has RGBA8888 code1DA574FF, red 0.11372549, green 0.64705884, blue 0.45490196, alpha 1.0, hue 0.43995097, saturation 0.53333336, and lightness 0.3803922. It has the hex RGBA8888 value0x1da574ff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_SEAFOAM
public static final int CW_DRAB_SEAFOAMThis color constant "CW Drab Seafoam" has RGBA8888 code54AF8EFF, red 0.32941177, green 0.6862745, blue 0.5568628, alpha 1.0, hue 0.43956047, saturation 0.35686275, and lightness 0.50784314. It has the hex RGBA8888 value0x54af8eff.@ @ @ @ @ @
- See Also:
-
CW_RICH_SEAFOAM
public static final int CW_RICH_SEAFOAMThis color constant "CW Rich Seafoam" has RGBA8888 code16C385FF, red 0.08627451, green 0.7647059, blue 0.52156866, alpha 1.0, hue 0.44026977, saturation 0.6784314, and lightness 0.4254902. It has the hex RGBA8888 value0x16c385ff.@ @ @ @ @ @
- See Also:
-
CW_CYAN
public static final int CW_CYANThis color constant "CW Cyan" has RGBA8888 code17E9E3FF, red 0.09019608, green 0.9137255, blue 0.8901961, alpha 1.0, hue 0.49523813, saturation 0.8235294, and lightness 0.5019608. It has the hex RGBA8888 value0x17e9e3ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_CYAN
public static final int CW_FADED_CYANThis color constant "CW Faded Cyan" has RGBA8888 code78D2D0FF, red 0.47058824, green 0.8235294, blue 0.8156863, alpha 1.0, hue 0.4962963, saturation 0.3529412, and lightness 0.64705884. It has the hex RGBA8888 value0x78d2d0ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_CYAN
public static final int CW_FLUSH_CYANThis color constant "CW Flush Cyan" has RGBA8888 code0ADED8FF, red 0.039215688, green 0.87058824, blue 0.84705883, alpha 1.0, hue 0.495283, saturation 0.83137256, and lightness 0.45490196. It has the hex RGBA8888 value0x0aded8ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_CYAN
public static final int CW_LIGHT_CYANThis color constant "CW Light Cyan" has RGBA8888 code7DEFECFF, red 0.49019608, green 0.9372549, blue 0.9254902, alpha 1.0, hue 0.49561405, saturation 0.44705883, and lightness 0.71372545. It has the hex RGBA8888 value0x7defecff.@ @ @ @ @ @
- See Also:
-
CW_PALE_CYAN
public static final int CW_PALE_CYANThis color constant "CW Pale Cyan" has RGBA8888 codeABEEECFF, red 0.67058825, green 0.93333334, blue 0.9254902, alpha 1.0, hue 0.4950249, saturation 0.26274508, and lightness 0.80196077. It has the hex RGBA8888 value0xabeeecff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_CYAN
public static final int CW_BRIGHT_CYANThis color constant "CW Bright Cyan" has RGBA8888 code34F1ECFF, red 0.20392157, green 0.94509804, blue 0.9254902, alpha 1.0, hue 0.49559087, saturation 0.7411765, and lightness 0.5745098. It has the hex RGBA8888 value0x34f1ecff.@ @ @ @ @ @
- See Also:
-
CW_DARK_CYAN
public static final int CW_DARK_CYANThis color constant "CW Dark Cyan" has RGBA8888 code0D9D99FF, red 0.050980393, green 0.6156863, blue 0.6, alpha 1.0, hue 0.4953704, saturation 0.5647059, and lightness 0.33333334. It has the hex RGBA8888 value0x0d9d99ff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_CYAN
public static final int CW_DRAB_CYANThis color constant "CW Drab Cyan" has RGBA8888 code41A7A4FF, red 0.25490198, green 0.654902, blue 0.6431373, alpha 1.0, hue 0.49509805, saturation 0.4, and lightness 0.45490196. It has the hex RGBA8888 value0x41a7a4ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_CYAN
public static final int CW_RICH_CYANThis color constant "CW Rich Cyan" has RGBA8888 code09BAB6FF, red 0.03529412, green 0.7294118, blue 0.7137255, alpha 1.0, hue 0.49623352, saturation 0.69411767, and lightness 0.38235292. It has the hex RGBA8888 value0x09bab6ff.@ @ @ @ @ @
- See Also:
-
CW_AZURE
public static final int CW_AZUREThis color constant "CW Azure" has RGBA8888 code33C0E4FF, red 0.2, green 0.7529412, blue 0.89411765, alpha 1.0, hue 0.53389835, saturation 0.69411767, and lightness 0.5470588. It has the hex RGBA8888 value0x33c0e4ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_AZURE
public static final int CW_FADED_AZUREThis color constant "CW Faded Azure" has RGBA8888 code7CB9C8FF, red 0.4862745, green 0.7254902, blue 0.78431374, alpha 1.0, hue 0.53289473, saturation 0.29803923, and lightness 0.63529414. It has the hex RGBA8888 value0x7cb9c8ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_AZURE
public static final int CW_FLUSH_AZUREThis color constant "CW Flush Azure" has RGBA8888 code18B2D9FF, red 0.09411765, green 0.69803923, blue 0.8509804, alpha 1.0, hue 0.53367877, saturation 0.75686276, and lightness 0.47254902. It has the hex RGBA8888 value0x18b2d9ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_AZURE
public static final int CW_LIGHT_AZUREThis color constant "CW Light Azure" has RGBA8888 code8BD8EBFF, red 0.54509807, green 0.84705883, blue 0.92156863, alpha 1.0, hue 0.53298616, saturation 0.37647057, and lightness 0.7333333. It has the hex RGBA8888 value0x8bd8ebff.@ @ @ @ @ @
- See Also:
-
CW_PALE_AZURE
public static final int CW_PALE_AZUREThis color constant "CW Pale Azure" has RGBA8888 codeB2DFEAFF, red 0.69803923, green 0.8745098, blue 0.91764706, alpha 1.0, hue 0.5327381, saturation 0.21960783, and lightness 0.80784315. It has the hex RGBA8888 value0xb2dfeaff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_AZURE
public static final int CW_BRIGHT_AZUREThis color constant "CW Bright Azure" has RGBA8888 code3DCAEEFF, red 0.23921569, green 0.7921569, blue 0.93333334, alpha 1.0, hue 0.53389835, saturation 0.69411767, and lightness 0.5862745. It has the hex RGBA8888 value0x3dcaeeff.@ @ @ @ @ @
- See Also:
-
CW_DARK_AZURE
public static final int CW_DARK_AZUREThis color constant "CW Dark Azure" has RGBA8888 code1B819AFF, red 0.105882354, green 0.5058824, blue 0.6039216, alpha 1.0, hue 0.5328084, saturation 0.49803925, and lightness 0.35490197. It has the hex RGBA8888 value0x1b819aff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_AZURE
public static final int CW_DRAB_AZUREThis color constant "CW Drab Azure" has RGBA8888 code498D9FFF, red 0.28627452, green 0.5529412, blue 0.62352943, alpha 1.0, hue 0.53488374, saturation 0.3372549, and lightness 0.454902. It has the hex RGBA8888 value0x498d9fff.@ @ @ @ @ @
- See Also:
-
CW_RICH_AZURE
public static final int CW_RICH_AZUREThis color constant "CW Rich Azure" has RGBA8888 code1596B6FF, red 0.08235294, green 0.5882353, blue 0.7137255, alpha 1.0, hue 0.5331263, saturation 0.6313726, and lightness 0.39803922. It has the hex RGBA8888 value0x1596b6ff.@ @ @ @ @ @
- See Also:
-
CW_BLUE
public static final int CW_BLUEThis color constant "CW Blue" has RGBA8888 code267CE9FF, red 0.14901961, green 0.4862745, blue 0.9137255, alpha 1.0, hue 0.5931624, saturation 0.7647059, and lightness 0.53137255. It has the hex RGBA8888 value0x267ce9ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_BLUE
public static final int CW_FADED_BLUEThis color constant "CW Faded Blue" has RGBA8888 code658AB9FF, red 0.39607844, green 0.5411765, blue 0.7254902, alpha 1.0, hue 0.59325397, saturation 0.32941177, and lightness 0.5607843. It has the hex RGBA8888 value0x658ab9ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_BLUE
public static final int CW_FLUSH_BLUEThis color constant "CW Flush Blue" has RGBA8888 code136CDEFF, red 0.07450981, green 0.42352942, blue 0.87058824, alpha 1.0, hue 0.5935961, saturation 0.79607844, and lightness 0.47254902. It has the hex RGBA8888 value0x136cdeff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_BLUE
public static final int CW_LIGHT_BLUEThis color constant "CW Light Blue" has RGBA8888 code81B0EBFF, red 0.5058824, green 0.6901961, blue 0.92156863, alpha 1.0, hue 0.5927673, saturation 0.41568625, and lightness 0.71372545. It has the hex RGBA8888 value0x81b0ebff.@ @ @ @ @ @
- See Also:
-
CW_PALE_BLUE
public static final int CW_PALE_BLUEThis color constant "CW Pale Blue" has RGBA8888 codeA7C3E6FF, red 0.654902, green 0.7647059, blue 0.9019608, alpha 1.0, hue 0.5925926, saturation 0.24705881, and lightness 0.77843136. It has the hex RGBA8888 value0xa7c3e6ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_BLUE
public static final int CW_BRIGHT_BLUEThis color constant "CW Bright Blue" has RGBA8888 code398AF1FF, red 0.22352941, green 0.5411765, blue 0.94509804, alpha 1.0, hue 0.5932971, saturation 0.72156864, and lightness 0.58431375. It has the hex RGBA8888 value0x398af1ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_BLUE
public static final int CW_DARK_BLUEThis color constant "CW Dark Blue" has RGBA8888 code15519DFF, red 0.08235294, green 0.31764707, blue 0.6156863, alpha 1.0, hue 0.59313726, saturation 0.53333336, and lightness 0.34901962. It has the hex RGBA8888 value0x15519dff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_BLUE
public static final int CW_DRAB_BLUEThis color constant "CW Drab Blue" has RGBA8888 code355E93FF, red 0.20784314, green 0.36862746, blue 0.5764706, alpha 1.0, hue 0.59397167, saturation 0.3686275, and lightness 0.39215687. It has the hex RGBA8888 value0x355e93ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_BLUE
public static final int CW_RICH_BLUEThis color constant "CW Rich Blue" has RGBA8888 code0F5ABBFF, red 0.05882353, green 0.3529412, blue 0.73333335, alpha 1.0, hue 0.5939923, saturation 0.6745098, and lightness 0.39607844. It has the hex RGBA8888 value0x0f5abbff.@ @ @ @ @ @
- See Also:
-
CW_SAPPHIRE
public static final int CW_SAPPHIREThis color constant "CW Sapphire" has RGBA8888 code3244E8FF, red 0.19607843, green 0.26666668, blue 0.9098039, alpha 1.0, hue 0.65018314, saturation 0.7137255, and lightness 0.5529412. It has the hex RGBA8888 value0x3244e8ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_SAPPHIRE
public static final int CW_FADED_SAPPHIREThis color constant "CW Faded Sapphire" has RGBA8888 code5E65ACFF, red 0.36862746, green 0.39607844, blue 0.6745098, alpha 1.0, hue 0.65170944, saturation 0.30588236, and lightness 0.52156866. It has the hex RGBA8888 value0x5e65acff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_SAPPHIRE
public static final int CW_FLUSH_SAPPHIREThis color constant "CW Flush Sapphire" has RGBA8888 code172BDDFF, red 0.09019608, green 0.16862746, blue 0.8666667, alpha 1.0, hue 0.64983165, saturation 0.7764706, and lightness 0.47843134. It has the hex RGBA8888 value0x172bddff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_SAPPHIRE
public static final int CW_LIGHT_SAPPHIREThis color constant "CW Light Sapphire" has RGBA8888 code8690E9FF, red 0.5254902, green 0.5647059, blue 0.9137255, alpha 1.0, hue 0.64983165, saturation 0.38823527, and lightness 0.7196079. It has the hex RGBA8888 value0x8690e9ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_SAPPHIRE
public static final int CW_PALE_SAPPHIREThis color constant "CW Pale Sapphire" has RGBA8888 codeA7ADE1FF, red 0.654902, green 0.6784314, blue 0.88235295, alpha 1.0, hue 0.6494253, saturation 0.22745097, and lightness 0.7686275. It has the hex RGBA8888 value0xa7ade1ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_SAPPHIRE
public static final int CW_BRIGHT_SAPPHIREThis color constant "CW Bright Sapphire" has RGBA8888 code3D4DF0FF, red 0.23921569, green 0.3019608, blue 0.9411765, alpha 1.0, hue 0.6517691, saturation 0.7019608, and lightness 0.5901961. It has the hex RGBA8888 value0x3d4df0ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_SAPPHIRE
public static final int CW_DARK_SAPPHIREThis color constant "CW Dark Sapphire" has RGBA8888 code1A289DFF, red 0.101960786, green 0.15686275, blue 0.6156863, alpha 1.0, hue 0.648855, saturation 0.5137255, and lightness 0.35882354. It has the hex RGBA8888 value0x1a289dff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_SAPPHIRE
public static final int CW_DRAB_SAPPHIREThis color constant "CW Drab Sapphire" has RGBA8888 code323A8AFF, red 0.19607843, green 0.22745098, blue 0.5411765, alpha 1.0, hue 0.6515152, saturation 0.34509808, and lightness 0.36862746. It has the hex RGBA8888 value0x323a8aff.@ @ @ @ @ @
- See Also:
-
CW_RICH_SAPPHIRE
public static final int CW_RICH_SAPPHIREThis color constant "CW Rich Sapphire" has RGBA8888 code1424BAFF, red 0.078431375, green 0.14117648, blue 0.7294118, alpha 1.0, hue 0.6506024, saturation 0.6509804, and lightness 0.40392157. It has the hex RGBA8888 value0x1424baff.@ @ @ @ @ @
- See Also:
-
CW_INDIGO
public static final int CW_INDIGOThis color constant "CW Indigo" has RGBA8888 code5313DFFF, red 0.3254902, green 0.07450981, blue 0.8745098, alpha 1.0, hue 0.71895427, saturation 0.8, and lightness 0.47450978. It has the hex RGBA8888 value0x5313dfff.@ @ @ @ @ @
- See Also:
-
CW_FADED_INDIGO
public static final int CW_FADED_INDIGOThis color constant "CW Faded Indigo" has RGBA8888 code63489FFF, red 0.3882353, green 0.28235295, blue 0.62352943, alpha 1.0, hue 0.7183908, saturation 0.34117648, and lightness 0.4529412. It has the hex RGBA8888 value0x63489fff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_INDIGO
public static final int CW_FLUSH_INDIGOThis color constant "CW Flush Indigo" has RGBA8888 code4909D4FF, red 0.28627452, green 0.03529412, blue 0.83137256, alpha 1.0, hue 0.7192118, saturation 0.79607844, and lightness 0.43333334. It has the hex RGBA8888 value0x4909d4ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_INDIGO
public static final int CW_LIGHT_INDIGOThis color constant "CW Light Indigo" has RGBA8888 code9774E2FF, red 0.5921569, green 0.45490196, blue 0.8862745, alpha 1.0, hue 0.719697, saturation 0.43137255, and lightness 0.67058825. It has the hex RGBA8888 value0x9774e2ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_INDIGO
public static final int CW_PALE_INDIGOThis color constant "CW Pale Indigo" has RGBA8888 codeAF9BDBFF, red 0.6862745, green 0.60784316, blue 0.85882354, alpha 1.0, hue 0.71875, saturation 0.25098038, and lightness 0.73333335. It has the hex RGBA8888 value0xaf9bdbff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_INDIGO
public static final int CW_BRIGHT_INDIGOThis color constant "CW Bright Indigo" has RGBA8888 code6C33EAFF, red 0.42352942, green 0.2, blue 0.91764706, alpha 1.0, hue 0.71857923, saturation 0.7176471, and lightness 0.5588235. It has the hex RGBA8888 value0x6c33eaff.@ @ @ @ @ @
- See Also:
-
CW_DARK_INDIGO
public static final int CW_DARK_INDIGOThis color constant "CW Dark Indigo" has RGBA8888 code360997FF, red 0.21176471, green 0.03529412, blue 0.5921569, alpha 1.0, hue 0.7194836, saturation 0.5568628, and lightness 0.3137255. It has the hex RGBA8888 value0x360997ff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_INDIGO
public static final int CW_DRAB_INDIGOThis color constant "CW Drab Indigo" has RGBA8888 code3B1D7EFF, red 0.23137255, green 0.11372549, blue 0.49411765, alpha 1.0, hue 0.7182131, saturation 0.38039216, and lightness 0.30392155. It has the hex RGBA8888 value0x3b1d7eff.@ @ @ @ @ @
- See Also:
-
CW_RICH_INDIGO
public static final int CW_RICH_INDIGOThis color constant "CW Rich Indigo" has RGBA8888 code3D07B3FF, red 0.23921569, green 0.02745098, blue 0.7019608, alpha 1.0, hue 0.7189923, saturation 0.6745098, and lightness 0.3647059. It has the hex RGBA8888 value0x3d07b3ff.@ @ @ @ @ @
- See Also:
-
CW_VIOLET
public static final int CW_VIOLETThis color constant "CW Violet" has RGBA8888 code902BE7FF, red 0.5647059, green 0.16862746, blue 0.90588236, alpha 1.0, hue 0.7562057, saturation 0.7372549, and lightness 0.5372549. It has the hex RGBA8888 value0x902be7ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_VIOLET
public static final int CW_FADED_VIOLETThis color constant "CW Faded Violet" has RGBA8888 code8C61B1FF, red 0.54901963, green 0.38039216, blue 0.69411767, alpha 1.0, hue 0.75625, saturation 0.3137255, and lightness 0.5372549. It has the hex RGBA8888 value0x8c61b1ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_VIOLET
public static final int CW_FLUSH_VIOLETThis color constant "CW Flush Violet" has RGBA8888 code7F14DCFF, red 0.49803922, green 0.078431375, blue 0.8627451, alpha 1.0, hue 0.7558333, saturation 0.78431374, and lightness 0.4705882. It has the hex RGBA8888 value0x7f14dcff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_VIOLET
public static final int CW_LIGHT_VIOLETThis color constant "CW Light Violet" has RGBA8888 codeBA83E9FF, red 0.7294118, green 0.5137255, blue 0.9137255, alpha 1.0, hue 0.75653595, saturation 0.39999998, and lightness 0.7137255. It has the hex RGBA8888 value0xba83e9ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_VIOLET
public static final int CW_PALE_VIOLETThis color constant "CW Pale Violet" has RGBA8888 codeC6A7E2FF, red 0.7764706, green 0.654902, blue 0.8862745, alpha 1.0, hue 0.7542373, saturation 0.23137254, and lightness 0.7705883. It has the hex RGBA8888 value0xc6a7e2ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_VIOLET
public static final int CW_BRIGHT_VIOLETThis color constant "CW Bright Violet" has RGBA8888 code9C3AF0FF, red 0.6117647, green 0.22745098, blue 0.9411765, alpha 1.0, hue 0.7564103, saturation 0.7137255, and lightness 0.58431375. It has the hex RGBA8888 value0x9c3af0ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_VIOLET
public static final int CW_DARK_VIOLETThis color constant "CW Dark Violet" has RGBA8888 code5E179CFF, red 0.36862746, green 0.09019608, blue 0.6117647, alpha 1.0, hue 0.75563914, saturation 0.52156866, and lightness 0.3509804. It has the hex RGBA8888 value0x5e179cff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_VIOLET
public static final int CW_DRAB_VIOLETThis color constant "CW Drab Violet" has RGBA8888 code63328DFF, red 0.3882353, green 0.19607843, blue 0.5529412, alpha 1.0, hue 0.75641024, saturation 0.35686278, and lightness 0.37450984. It has the hex RGBA8888 value0x63328dff.@ @ @ @ @ @
- See Also:
-
CW_RICH_VIOLET
public static final int CW_RICH_VIOLETThis color constant "CW Rich Violet" has RGBA8888 code6B11B9FF, red 0.41960785, green 0.06666667, blue 0.7254902, alpha 1.0, hue 0.7559524, saturation 0.65882355, and lightness 0.39607844. It has the hex RGBA8888 value0x6b11b9ff.@ @ @ @ @ @
- See Also:
-
CW_PURPLE
public static final int CW_PURPLEThis color constant "CW Purple" has RGBA8888 codeC934E9FF, red 0.7882353, green 0.20392157, blue 0.9137255, alpha 1.0, hue 0.80386746, saturation 0.70980394, and lightness 0.5588235. It has the hex RGBA8888 value0xc934e9ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_PURPLE
public static final int CW_FADED_PURPLEThis color constant "CW Faded Purple" has RGBA8888 codeAE6EBCFF, red 0.68235296, green 0.43137255, blue 0.7372549, alpha 1.0, hue 0.8034188, saturation 0.30588236, and lightness 0.58431375. It has the hex RGBA8888 value0xae6ebcff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_PURPLE
public static final int CW_FLUSH_PURPLEThis color constant "CW Flush Purple" has RGBA8888 codeBB18DEFF, red 0.73333335, green 0.09411765, blue 0.87058824, alpha 1.0, hue 0.8038721, saturation 0.7764706, and lightness 0.4823529. It has the hex RGBA8888 value0xbb18deff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_PURPLE
public static final int CW_LIGHT_PURPLEThis color constant "CW Light Purple" has RGBA8888 codeDA89ECFF, red 0.85490197, green 0.5372549, blue 0.9254902, alpha 1.0, hue 0.8030303, saturation 0.38823527, and lightness 0.73137254. It has the hex RGBA8888 value0xda89ecff.@ @ @ @ @ @
- See Also:
-
CW_PALE_PURPLE
public static final int CW_PALE_PURPLEThis color constant "CW Pale Purple" has RGBA8888 codeDCADE7FF, red 0.8627451, green 0.6784314, blue 0.90588236, alpha 1.0, hue 0.80172414, saturation 0.22745097, and lightness 0.7921569. It has the hex RGBA8888 value0xdcade7ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_PURPLE
public static final int CW_BRIGHT_PURPLEThis color constant "CW Bright Purple" has RGBA8888 codeD13DF1FF, red 0.81960785, green 0.23921569, blue 0.94509804, alpha 1.0, hue 0.8037037, saturation 0.7058824, and lightness 0.5921569. It has the hex RGBA8888 value0xd13df1ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_PURPLE
public static final int CW_DARK_PURPLEThis color constant "CW Dark Purple" has RGBA8888 code871C9DFF, red 0.5294118, green 0.10980392, blue 0.6156863, alpha 1.0, hue 0.8049096, saturation 0.5058824, and lightness 0.36274514. It has the hex RGBA8888 value0x871c9dff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_PURPLE
public static final int CW_DRAB_PURPLEThis color constant "CW Drab Purple" has RGBA8888 code863F95FF, red 0.5254902, green 0.24705882, blue 0.58431375, alpha 1.0, hue 0.8042636, saturation 0.33725494, and lightness 0.41568625. It has the hex RGBA8888 value0x863f95ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_PURPLE
public static final int CW_RICH_PURPLEThis color constant "CW Rich Purple" has RGBA8888 code9E15BAFF, red 0.61960787, green 0.08235294, blue 0.7294118, alpha 1.0, hue 0.8050505, saturation 0.64705884, and lightness 0.40588236. It has the hex RGBA8888 value0x9e15baff.@ @ @ @ @ @
- See Also:
-
CW_MAGENTA
public static final int CW_MAGENTAThis color constant "CW Magenta" has RGBA8888 codeE71FBCFF, red 0.90588236, green 0.12156863, blue 0.7372549, alpha 1.0, hue 0.8691667, saturation 0.78431374, and lightness 0.5137255. It has the hex RGBA8888 value0xe71fbcff.@ @ @ @ @ @
- See Also:
-
CW_FADED_MAGENTA
public static final int CW_FADED_MAGENTAThis color constant "CW Faded Magenta" has RGBA8888 codeB761A4FF, red 0.7176471, green 0.38039216, blue 0.6431373, alpha 1.0, hue 0.87015504, saturation 0.3372549, and lightness 0.5490196. It has the hex RGBA8888 value0xb761a4ff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_MAGENTA
public static final int CW_FLUSH_MAGENTAThis color constant "CW Flush Magenta" has RGBA8888 codeDC0EB0FF, red 0.8627451, green 0.05490196, blue 0.6901961, alpha 1.0, hue 0.868932, saturation 0.80784315, and lightness 0.4588235. It has the hex RGBA8888 value0xdc0eb0ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_MAGENTA
public static final int CW_LIGHT_MAGENTAThis color constant "CW Light Magenta" has RGBA8888 codeEA7ED2FF, red 0.91764706, green 0.49411765, blue 0.8235294, alpha 1.0, hue 0.8703704, saturation 0.42352942, and lightness 0.7058824. It has the hex RGBA8888 value0xea7ed2ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_MAGENTA
public static final int CW_PALE_MAGENTAThis color constant "CW Pale Magenta" has RGBA8888 codeE4A5D6FF, red 0.89411765, green 0.64705884, blue 0.8392157, alpha 1.0, hue 0.8703704, saturation 0.24705881, and lightness 0.7705882. It has the hex RGBA8888 value0xe4a5d6ff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_MAGENTA
public static final int CW_BRIGHT_MAGENTAThis color constant "CW Bright Magenta" has RGBA8888 codeF036C9FF, red 0.9411765, green 0.21176471, blue 0.7882353, alpha 1.0, hue 0.8682796, saturation 0.7294118, and lightness 0.57647055. It has the hex RGBA8888 value0xf036c9ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_MAGENTA
public static final int CW_DARK_MAGENTAThis color constant "CW Dark Magenta" has RGBA8888 code9C117EFF, red 0.6117647, green 0.06666667, blue 0.49411765, alpha 1.0, hue 0.86930454, saturation 0.54509807, and lightness 0.3392157. It has the hex RGBA8888 value0x9c117eff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_MAGENTA
public static final int CW_DRAB_MAGENTAThis color constant "CW Drab Magenta" has RGBA8888 code91307CFF, red 0.5686275, green 0.1882353, blue 0.4862745, alpha 1.0, hue 0.8694158, saturation 0.3803922, and lightness 0.37843138. It has the hex RGBA8888 value0x91307cff.@ @ @ @ @ @
- See Also:
-
CW_RICH_MAGENTA
public static final int CW_RICH_MAGENTAThis color constant "CW Rich Magenta" has RGBA8888 codeB90D94FF, red 0.7254902, green 0.050980393, blue 0.5803922, alpha 1.0, hue 0.86918604, saturation 0.6745098, and lightness 0.3882353. It has the hex RGBA8888 value0xb90d94ff.@ @ @ @ @ @
- See Also:
-
CW_ROSE
public static final int CW_ROSEThis color constant "CW Rose" has RGBA8888 codeE41A71FF, red 0.89411765, green 0.101960786, blue 0.44313726, alpha 1.0, hue 0.9282178, saturation 0.7921569, and lightness 0.49803925. It has the hex RGBA8888 value0xe41a71ff.@ @ @ @ @ @
- See Also:
-
CW_FADED_ROSE
public static final int CW_FADED_ROSEThis color constant "CW Faded Rose" has RGBA8888 codeB05A7FFF, red 0.6901961, green 0.3529412, blue 0.49803922, alpha 1.0, hue 0.9282946, saturation 0.3372549, and lightness 0.52156866. It has the hex RGBA8888 value0xb05a7fff.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_ROSE
public static final int CW_FLUSH_ROSEThis color constant "CW Flush Rose" has RGBA8888 codeD90D64FF, red 0.8509804, green 0.050980393, blue 0.39215687, alpha 1.0, hue 0.9289216, saturation 0.8, and lightness 0.45098042. It has the hex RGBA8888 value0xd90d64ff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_ROSE
public static final int CW_LIGHT_ROSEThis color constant "CW Light Rose" has RGBA8888 codeE87AA9FF, red 0.9098039, green 0.47843137, blue 0.6627451, alpha 1.0, hue 0.9287879, saturation 0.43137255, and lightness 0.69411767. It has the hex RGBA8888 value0xe87aa9ff.@ @ @ @ @ @
- See Also:
-
CW_PALE_ROSE
public static final int CW_PALE_ROSEThis color constant "CW Pale Rose" has RGBA8888 codeE2A2BDFF, red 0.8862745, green 0.63529414, blue 0.7411765, alpha 1.0, hue 0.9296875, saturation 0.25098038, and lightness 0.7607843. It has the hex RGBA8888 value0xe2a2bdff.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_ROSE
public static final int CW_BRIGHT_ROSEThis color constant "CW Bright Rose" has RGBA8888 codeEE3585FF, red 0.93333334, green 0.20784314, blue 0.52156866, alpha 1.0, hue 0.9279279, saturation 0.7254902, and lightness 0.57058823. It has the hex RGBA8888 value0xee3585ff.@ @ @ @ @ @
- See Also:
-
CW_DARK_ROSE
public static final int CW_DARK_ROSEThis color constant "CW Dark Rose" has RGBA8888 code9A0D4AFF, red 0.6039216, green 0.050980393, blue 0.2901961, alpha 1.0, hue 0.92789596, saturation 0.5529412, and lightness 0.327451. It has the hex RGBA8888 value0x9a0d4aff.@ @ @ @ @ @
- See Also:
-
CW_DRAB_ROSE
public static final int CW_DRAB_ROSEThis color constant "CW Drab Rose" has RGBA8888 code8C2B55FF, red 0.54901963, green 0.16862746, blue 0.33333334, alpha 1.0, hue 0.92783505, saturation 0.3803922, and lightness 0.3588235. It has the hex RGBA8888 value0x8c2b55ff.@ @ @ @ @ @
- See Also:
-
CW_RICH_ROSE
public static final int CW_RICH_ROSEThis color constant "CW Rich Rose" has RGBA8888 codeB60B54FF, red 0.7137255, green 0.043137256, blue 0.32941177, alpha 1.0, hue 0.9288499, saturation 0.67058825, and lightness 0.37843138. It has the hex RGBA8888 value0xb60b54ff.@ @ @ @ @ @
- See Also:
-
CW_BLACK
public static final int CW_BLACKThis color constant "CW Black" has RGBA8888 code000000FF, red 0.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.0. It has the hex RGBA8888 value0x000000ff.@ @ @ @ @ @
- See Also:
-
CW_ALMOST_BLACK
public static final int CW_ALMOST_BLACKThis color constant "CW Almost Black" has RGBA8888 code1F1F1FFF, red 0.12156863, green 0.12156863, blue 0.12156863, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.12156863. It has the hex RGBA8888 value0x1f1f1fff.@ @ @ @ @ @
- See Also:
-
CW_GRAY_BLACK
public static final int CW_GRAY_BLACKThis color constant "CW Gray Black" has RGBA8888 code3F3F3FFF, red 0.24705882, green 0.24705882, blue 0.24705882, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.24705882. It has the hex RGBA8888 value0x3f3f3fff.@ @ @ @ @ @
- See Also:
-
CW_DARK_GRAY
public static final int CW_DARK_GRAYThis color constant "CW Dark Gray" has RGBA8888 code5F5F5FFF, red 0.37254903, green 0.37254903, blue 0.37254903, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.37254903. It has the hex RGBA8888 value0x5f5f5fff.@ @ @ @ @ @
- See Also:
-
CW_GRAY
public static final int CW_GRAYThis color constant "CW Gray" has RGBA8888 code7F7F7FFF, red 0.49803922, green 0.49803922, blue 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.49803922. It has the hex RGBA8888 value0x7f7f7fff.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_GRAY
public static final int CW_LIGHT_GRAYThis color constant "CW Light Gray" has RGBA8888 code9F9F9FFF, red 0.62352943, green 0.62352943, blue 0.62352943, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.62352943. It has the hex RGBA8888 value0x9f9f9fff.@ @ @ @ @ @
- See Also:
-
CW_GRAY_WHITE
public static final int CW_GRAY_WHITEThis color constant "CW Gray White" has RGBA8888 codeBFBFBFFF, red 0.7490196, green 0.7490196, blue 0.7490196, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7490196. It has the hex RGBA8888 value0xbfbfbfff.@ @ @ @ @ @
- See Also:
-
CW_ALMOST_WHITE
public static final int CW_ALMOST_WHITEThis color constant "CW Almost White" has RGBA8888 codeDFDFDFFF, red 0.8745098, green 0.8745098, blue 0.8745098, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.8745098. It has the hex RGBA8888 value0xdfdfdfff.@ @ @ @ @ @
- See Also:
-
CW_WHITE
public static final int CW_WHITEThis color constant "CW White" has RGBA8888 codeFFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0. It has the hex RGBA8888 value0xffffffff.@ @ @ @ @ @
- See Also:
-
AURORA_TRANSPARENT
public static final int AURORA_TRANSPARENTThis color constant "Aurora Transparent" has RGBA8888 code00000000, red 0.0, green 0.0, blue 0.0, alpha 0.0, hue 0.0, saturation 0.0, and lightness 0.0. It has the hex RGBA8888 value0x00000000.@ @ @ @ @ @
- See Also:
-
AURORA_PITCH_BLACK
public static final int AURORA_PITCH_BLACKThis color constant "Aurora Pitch Black" has RGBA8888 code010101FF, red 0.003921569, green 0.003921569, blue 0.003921569, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.003921569. It has the hex RGBA8888 value0x010101ff.@ @ @ @ @ @
- See Also:
-
AURORA_COAL_BLACK
public static final int AURORA_COAL_BLACKThis color constant "Aurora Coal Black" has RGBA8888 code131313FF, red 0.07450981, green 0.07450981, blue 0.07450981, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.07450981. It has the hex RGBA8888 value0x131313ff.@ @ @ @ @ @
- See Also:
-
AURORA_SHADOW
public static final int AURORA_SHADOWThis color constant "Aurora Shadow" has RGBA8888 code252525FF, red 0.14509805, green 0.14509805, blue 0.14509805, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.14509805. It has the hex RGBA8888 value0x252525ff.@ @ @ @ @ @
- See Also:
-
AURORA_GRAPHITE
public static final int AURORA_GRAPHITEThis color constant "Aurora Graphite" has RGBA8888 code373737FF, red 0.21568628, green 0.21568628, blue 0.21568628, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.21568628. It has the hex RGBA8888 value0x373737ff.@ @ @ @ @ @
- See Also:
-
AURORA_SMOKE
public static final int AURORA_SMOKEThis color constant "Aurora Smoke" has RGBA8888 code494949FF, red 0.28627452, green 0.28627452, blue 0.28627452, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.28627452. It has the hex RGBA8888 value0x494949ff.@ @ @ @ @ @
- See Also:
-
AURORA_LEAD
public static final int AURORA_LEADThis color constant "Aurora Lead" has RGBA8888 code5B5B5BFF, red 0.35686275, green 0.35686275, blue 0.35686275, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.35686275. It has the hex RGBA8888 value0x5b5b5bff.@ @ @ @ @ @
- See Also:
-
AURORA_IRON
public static final int AURORA_IRONThis color constant "Aurora Iron" has RGBA8888 code6E6E6EFF, red 0.43137255, green 0.43137255, blue 0.43137255, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.43137255. It has the hex RGBA8888 value0x6e6e6eff.@ @ @ @ @ @
- See Also:
-
AURORA_ELEPHANT
public static final int AURORA_ELEPHANTThis color constant "Aurora Elephant" has RGBA8888 code808080FF, red 0.5019608, green 0.5019608, blue 0.5019608, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.5019608. It has the hex RGBA8888 value0x808080ff.@ @ @ @ @ @
- See Also:
-
AURORA_CHINCHILLA
public static final int AURORA_CHINCHILLAThis color constant "Aurora Chinchilla" has RGBA8888 code929292FF, red 0.57254905, green 0.57254905, blue 0.57254905, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.57254905. It has the hex RGBA8888 value0x929292ff.@ @ @ @ @ @
- See Also:
-
AURORA_GREYHOUND
public static final int AURORA_GREYHOUNDThis color constant "Aurora Greyhound" has RGBA8888 codeA4A4A4FF, red 0.6431373, green 0.6431373, blue 0.6431373, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.6431373. It has the hex RGBA8888 value0xa4a4a4ff.@ @ @ @ @ @
- See Also:
-
AURORA_SILVER
public static final int AURORA_SILVERThis color constant "Aurora Silver" has RGBA8888 codeB6B6B6FF, red 0.7137255, green 0.7137255, blue 0.7137255, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7137255. It has the hex RGBA8888 value0xb6b6b6ff.@ @ @ @ @ @
- See Also:
-
AURORA_FOG
public static final int AURORA_FOGThis color constant "Aurora Fog" has RGBA8888 codeC9C9C9FF, red 0.7882353, green 0.7882353, blue 0.7882353, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7882353. It has the hex RGBA8888 value0xc9c9c9ff.@ @ @ @ @ @
- See Also:
-
AURORA_PLATINUM
public static final int AURORA_PLATINUMThis color constant "Aurora Platinum" has RGBA8888 codeDBDBDBFF, red 0.85882354, green 0.85882354, blue 0.85882354, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.85882354. It has the hex RGBA8888 value0xdbdbdbff.@ @ @ @ @ @
- See Also:
-
AURORA_CLOUD
public static final int AURORA_CLOUDThis color constant "Aurora Cloud" has RGBA8888 codeEDEDEDFF, red 0.92941177, green 0.92941177, blue 0.92941177, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.92941177. It has the hex RGBA8888 value0xedededff.@ @ @ @ @ @
- See Also:
-
AURORA_SHINING_WHITE
public static final int AURORA_SHINING_WHITEThis color constant "Aurora Shining White" has RGBA8888 codeFFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0. It has the hex RGBA8888 value0xffffffff.@ @ @ @ @ @
- See Also:
-
AURORA_SEAWATER
public static final int AURORA_SEAWATERThis color constant "Aurora Seawater" has RGBA8888 code007F7FFF, red 0.0, green 0.49803922, blue 0.49803922, alpha 1.0, hue 0.5, saturation 0.49803922, and lightness 0.24901961. It has the hex RGBA8888 value0x007f7fff.@ @ @ @ @ @
- See Also:
-
AURORA_HOSPITAL_GREEN
public static final int AURORA_HOSPITAL_GREENThis color constant "Aurora Hospital Green" has RGBA8888 code3FBFBFFF, red 0.24705882, green 0.7490196, blue 0.7490196, alpha 1.0, hue 0.5, saturation 0.5019608, and lightness 0.49803922. It has the hex RGBA8888 value0x3fbfbfff.@ @ @ @ @ @
- See Also:
-
AURORA_CYAN
public static final int AURORA_CYANThis color constant "Aurora Cyan" has RGBA8888 code00FFFFFF, red 0.0, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x00ffffff.@ @ @ @ @ @
- See Also:
-
AURORA_BUBBLE
public static final int AURORA_BUBBLEThis color constant "Aurora Bubble" has RGBA8888 codeBFFFFFFF, red 0.7490196, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 0.25098038, and lightness 0.8745098. It has the hex RGBA8888 value0xbfffffff.@ @ @ @ @ @
- See Also:
-
AURORA_PERIWINKLE
public static final int AURORA_PERIWINKLEThis color constant "Aurora Periwinkle" has RGBA8888 code8181FFFF, red 0.5058824, green 0.5058824, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.49411762, and lightness 0.7529412. It has the hex RGBA8888 value0x8181ffff.@ @ @ @ @ @
- See Also:
-
AURORA_ULTRAMARINE
public static final int AURORA_ULTRAMARINEThis color constant "Aurora Ultramarine" has RGBA8888 code0000FFFF, red 0.0, green 0.0, blue 1.0, alpha 1.0, hue 0.6666667, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x0000ffff.@ @ @ @ @ @
- See Also:
-
AURORA_FADED_BLUE
public static final int AURORA_FADED_BLUEThis color constant "Aurora Faded Blue" has RGBA8888 code3F3FBFFF, red 0.24705882, green 0.24705882, blue 0.7490196, alpha 1.0, hue 0.6666667, saturation 0.5019608, and lightness 0.49803922. It has the hex RGBA8888 value0x3f3fbfff.@ @ @ @ @ @
- See Also:
-
AURORA_OCEAN_BLUE
public static final int AURORA_OCEAN_BLUEThis color constant "Aurora Ocean Blue" has RGBA8888 code00007FFF, red 0.0, green 0.0, blue 0.49803922, alpha 1.0, hue 0.6666667, saturation 0.49803922, and lightness 0.24901961. It has the hex RGBA8888 value0x00007fff.@ @ @ @ @ @
- See Also:
-
AURORA_STYGIAN_BLUE
public static final int AURORA_STYGIAN_BLUEThis color constant "Aurora Stygian Blue" has RGBA8888 code0F0F50FF, red 0.05882353, green 0.05882353, blue 0.3137255, alpha 1.0, hue 0.6666667, saturation 0.25490198, and lightness 0.18627451. It has the hex RGBA8888 value0x0f0f50ff.@ @ @ @ @ @
- See Also:
-
AURORA_DEEP_PURPLE
public static final int AURORA_DEEP_PURPLEThis color constant "Aurora Deep Purple" has RGBA8888 code7F007FFF, red 0.49803922, green 0.0, blue 0.49803922, alpha 1.0, hue 0.8333333, saturation 0.49803922, and lightness 0.24901961. It has the hex RGBA8888 value0x7f007fff.@ @ @ @ @ @
- See Also:
-
AURORA_TYRIAN_PURPLE
public static final int AURORA_TYRIAN_PURPLEThis color constant "Aurora Tyrian Purple" has RGBA8888 codeBF3FBFFF, red 0.7490196, green 0.24705882, blue 0.7490196, alpha 1.0, hue 0.8333334, saturation 0.5019608, and lightness 0.49803922. It has the hex RGBA8888 value0xbf3fbfff.@ @ @ @ @ @
- See Also:
-
AURORA_MAGENTA
public static final int AURORA_MAGENTAThis color constant "Aurora Magenta" has RGBA8888 codeF500F5FF, red 0.9607843, green 0.0, blue 0.9607843, alpha 1.0, hue 0.8333333, saturation 0.9607843, and lightness 0.48039216. It has the hex RGBA8888 value0xf500f5ff.@ @ @ @ @ @
- See Also:
-
AURORA_BUBBLEGUM_PINK
public static final int AURORA_BUBBLEGUM_PINKThis color constant "Aurora Bubblegum Pink" has RGBA8888 codeFD81FFFF, red 0.99215686, green 0.5058824, blue 1.0, alpha 1.0, hue 0.8306879, saturation 0.49411762, and lightness 0.7529412. It has the hex RGBA8888 value0xfd81ffff.@ @ @ @ @ @
- See Also:
-
AURORA_PORK_CHOP
public static final int AURORA_PORK_CHOPThis color constant "Aurora Pork Chop" has RGBA8888 codeFFC0CBFF, red 1.0, green 0.7529412, blue 0.79607844, alpha 1.0, hue 0.97089946, saturation 0.24705881, and lightness 0.87647057. It has the hex RGBA8888 value0xffc0cbff.@ @ @ @ @ @
- See Also:
-
AURORA_RAW_MEAT
public static final int AURORA_RAW_MEATThis color constant "Aurora Raw Meat" has RGBA8888 codeFF8181FF, red 1.0, green 0.5058824, blue 0.5058824, alpha 1.0, hue 0.0, saturation 0.49411762, and lightness 0.7529412. It has the hex RGBA8888 value0xff8181ff.@ @ @ @ @ @
- See Also:
-
AURORA_FRESH_BLOOD
public static final int AURORA_FRESH_BLOODThis color constant "Aurora Fresh Blood" has RGBA8888 codeFF0000FF, red 1.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff0000ff.@ @ @ @ @ @
- See Also:
-
AURORA_PUTTY
public static final int AURORA_PUTTYThis color constant "Aurora Putty" has RGBA8888 codeBF3F3FFF, red 0.7490196, green 0.24705882, blue 0.24705882, alpha 1.0, hue 0.0, saturation 0.5019608, and lightness 0.49803922. It has the hex RGBA8888 value0xbf3f3fff.@ @ @ @ @ @
- See Also:
-
AURORA_SIENNA
public static final int AURORA_SIENNAThis color constant "Aurora Sienna" has RGBA8888 code7F0000FF, red 0.49803922, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.49803922, and lightness 0.24901961. It has the hex RGBA8888 value0x7f0000ff.@ @ @ @ @ @
- See Also:
-
AURORA_SEAL_BROWN
public static final int AURORA_SEAL_BROWNThis color constant "Aurora Seal Brown" has RGBA8888 code551414FF, red 0.33333334, green 0.078431375, blue 0.078431375, alpha 1.0, hue 0.0, saturation 0.25490198, and lightness 0.20588236. It has the hex RGBA8888 value0x551414ff.@ @ @ @ @ @
- See Also:
-
AURORA_MUMMY_BROWN
public static final int AURORA_MUMMY_BROWNThis color constant "Aurora Mummy Brown" has RGBA8888 code7F3F00FF, red 0.49803922, green 0.24705882, blue 0.0, alpha 1.0, hue 0.08267717, saturation 0.49803922, and lightness 0.24901961. It has the hex RGBA8888 value0x7f3f00ff.@ @ @ @ @ @
- See Also:
-
AURORA_FAWN
public static final int AURORA_FAWNThis color constant "Aurora Fawn" has RGBA8888 codeBF7F3FFF, red 0.7490196, green 0.49803922, blue 0.24705882, alpha 1.0, hue 0.08333332, saturation 0.5019608, and lightness 0.49803922. It has the hex RGBA8888 value0xbf7f3fff.@ @ @ @ @ @
- See Also:
-
AURORA_ORANGE
public static final int AURORA_ORANGEThis color constant "Aurora Orange" has RGBA8888 codeFF7F00FF, red 1.0, green 0.49803922, blue 0.0, alpha 1.0, hue 0.08300654, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xff7f00ff.@ @ @ @ @ @
- See Also:
-
AURORA_PEACH
public static final int AURORA_PEACHThis color constant "Aurora Peach" has RGBA8888 codeFFBF81FF, red 1.0, green 0.7490196, blue 0.5058824, alpha 1.0, hue 0.08201058, saturation 0.49411762, and lightness 0.7529412. It has the hex RGBA8888 value0xffbf81ff.@ @ @ @ @ @
- See Also:
-
AURORA_CREAM
public static final int AURORA_CREAMThis color constant "Aurora Cream" has RGBA8888 codeFFFFBFFF, red 1.0, green 1.0, blue 0.7490196, alpha 1.0, hue 0.16666667, saturation 0.25098038, and lightness 0.8745098. It has the hex RGBA8888 value0xffffbfff.@ @ @ @ @ @
- See Also:
-
AURORA_LEMON
public static final int AURORA_LEMONThis color constant "Aurora Lemon" has RGBA8888 codeFFFF00FF, red 1.0, green 1.0, blue 0.0, alpha 1.0, hue 0.16666667, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0xffff00ff.@ @ @ @ @ @
- See Also:
-
AURORA_EARWAX
public static final int AURORA_EARWAXThis color constant "Aurora Earwax" has RGBA8888 codeBFBF3FFF, red 0.7490196, green 0.7490196, blue 0.24705882, alpha 1.0, hue 0.16666666, saturation 0.5019608, and lightness 0.49803922. It has the hex RGBA8888 value0xbfbf3fff.@ @ @ @ @ @
- See Also:
-
AURORA_UMBER
public static final int AURORA_UMBERThis color constant "Aurora Umber" has RGBA8888 code7F7F00FF, red 0.49803922, green 0.49803922, blue 0.0, alpha 1.0, hue 0.16666667, saturation 0.49803922, and lightness 0.24901961. It has the hex RGBA8888 value0x7f7f00ff.@ @ @ @ @ @
- See Also:
-
AURORA_IVY_GREEN
public static final int AURORA_IVY_GREENThis color constant "Aurora Ivy Green" has RGBA8888 code007F00FF, red 0.0, green 0.49803922, blue 0.0, alpha 1.0, hue 0.33333334, saturation 0.49803922, and lightness 0.24901961. It has the hex RGBA8888 value0x007f00ff.@ @ @ @ @ @
- See Also:
-
AURORA_JADE
public static final int AURORA_JADEThis color constant "Aurora Jade" has RGBA8888 code3FBF3FFF, red 0.24705882, green 0.7490196, blue 0.24705882, alpha 1.0, hue 0.33333334, saturation 0.5019608, and lightness 0.49803922. It has the hex RGBA8888 value0x3fbf3fff.@ @ @ @ @ @
- See Also:
-
AURORA_SHAMROCK_GREEN
public static final int AURORA_SHAMROCK_GREENThis color constant "Aurora Shamrock Green" has RGBA8888 code00FF00FF, red 0.0, green 1.0, blue 0.0, alpha 1.0, hue 0.33333334, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x00ff00ff.@ @ @ @ @ @
- See Also:
-
AURORA_CELADON
public static final int AURORA_CELADONThis color constant "Aurora Celadon" has RGBA8888 codeAFFFAFFF, red 0.6862745, green 1.0, blue 0.6862745, alpha 1.0, hue 0.33333334, saturation 0.31372547, and lightness 0.84313726. It has the hex RGBA8888 value0xafffafff.@ @ @ @ @ @
- See Also:
-
AURORA_PUCE
public static final int AURORA_PUCEThis color constant "Aurora Puce" has RGBA8888 codeBCAFC0FF, red 0.7372549, green 0.6862745, blue 0.7529412, alpha 1.0, hue 0.7941177, saturation 0.06666666, and lightness 0.7196079. It has the hex RGBA8888 value0xbcafc0ff.@ @ @ @ @ @
- See Also:
-
AURORA_BEIGE
public static final int AURORA_BEIGEThis color constant "Aurora Beige" has RGBA8888 codeCBAA89FF, red 0.79607844, green 0.6666667, blue 0.5372549, alpha 1.0, hue 0.083333336, saturation 0.2588235, and lightness 0.6666667. It has the hex RGBA8888 value0xcbaa89ff.@ @ @ @ @ @
- See Also:
-
AURORA_WET_STONE
public static final int AURORA_WET_STONEThis color constant "Aurora Wet Stone" has RGBA8888 codeA6A090FF, red 0.6509804, green 0.627451, blue 0.5647059, alpha 1.0, hue 0.121212125, saturation 0.086274505, and lightness 0.60784316. It has the hex RGBA8888 value0xa6a090ff.@ @ @ @ @ @
- See Also:
-
AURORA_SLOW_CREEK
public static final int AURORA_SLOW_CREEKThis color constant "Aurora Slow Creek" has RGBA8888 code7E9494FF, red 0.49411765, green 0.5803922, blue 0.5803922, alpha 1.0, hue 0.5, saturation 0.086274534, and lightness 0.53725487. It has the hex RGBA8888 value0x7e9494ff.@ @ @ @ @ @
- See Also:
-
AURORA_SLATE_GRAY
public static final int AURORA_SLATE_GRAYThis color constant "Aurora Slate Gray" has RGBA8888 code6E8287FF, red 0.43137255, green 0.50980395, blue 0.5294118, alpha 1.0, hue 0.53333336, saturation 0.09803924, and lightness 0.4803922. It has the hex RGBA8888 value0x6e8287ff.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_1
public static final int AURORA_LIGHT_SKIN_1This color constant "Aurora Light Skin 1" has RGBA8888 code7E6E60FF, red 0.49411765, green 0.43137255, blue 0.3764706, alpha 1.0, hue 0.07777778, saturation 0.11764705, and lightness 0.43529412. It has the hex RGBA8888 value0x7e6e60ff.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_2
public static final int AURORA_LIGHT_SKIN_2This color constant "Aurora Light Skin 2" has RGBA8888 codeA0695FFF, red 0.627451, green 0.4117647, blue 0.37254903, alpha 1.0, hue 0.025641024, saturation 0.25490198, and lightness 0.5. It has the hex RGBA8888 value0xa0695fff.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_3
public static final int AURORA_LIGHT_SKIN_3This color constant "Aurora Light Skin 3" has RGBA8888 codeC07872FF, red 0.7529412, green 0.47058824, blue 0.44705883, alpha 1.0, hue 0.012820511, saturation 0.30588236, and lightness 0.6. It has the hex RGBA8888 value0xc07872ff.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_4
public static final int AURORA_LIGHT_SKIN_4This color constant "Aurora Light Skin 4" has RGBA8888 codeD08A74FF, red 0.8156863, green 0.5411765, blue 0.45490196, alpha 1.0, hue 0.03985508, saturation 0.36078432, and lightness 0.63529414. It has the hex RGBA8888 value0xd08a74ff.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_5
public static final int AURORA_LIGHT_SKIN_5This color constant "Aurora Light Skin 5" has RGBA8888 codeE19B7DFF, red 0.88235295, green 0.60784316, blue 0.49019608, alpha 1.0, hue 0.05000001, saturation 0.39215687, and lightness 0.6862745. It has the hex RGBA8888 value0xe19b7dff.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_6
public static final int AURORA_LIGHT_SKIN_6This color constant "Aurora Light Skin 6" has RGBA8888 codeEBAA8CFF, red 0.92156863, green 0.6666667, blue 0.54901963, alpha 1.0, hue 0.052631583, saturation 0.372549, and lightness 0.73529416. It has the hex RGBA8888 value0xebaa8cff.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_7
public static final int AURORA_LIGHT_SKIN_7This color constant "Aurora Light Skin 7" has RGBA8888 codeF5B99BFF, red 0.9607843, green 0.7254902, blue 0.60784316, alpha 1.0, hue 0.055555556, saturation 0.35294116, and lightness 0.78431374. It has the hex RGBA8888 value0xf5b99bff.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_8
public static final int AURORA_LIGHT_SKIN_8This color constant "Aurora Light Skin 8" has RGBA8888 codeF6C8AFFF, red 0.9647059, green 0.78431374, blue 0.6862745, alpha 1.0, hue 0.058685444, saturation 0.27843136, and lightness 0.82549024. It has the hex RGBA8888 value0xf6c8afff.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_9
public static final int AURORA_LIGHT_SKIN_9This color constant "Aurora Light Skin 9" has RGBA8888 codeF5E1D2FF, red 0.9607843, green 0.88235295, blue 0.8235294, alpha 1.0, hue 0.071428575, saturation 0.1372549, and lightness 0.8921569. It has the hex RGBA8888 value0xf5e1d2ff.@ @ @ @ @ @
- See Also:
-
AURORA_DARK_SKIN_1
public static final int AURORA_DARK_SKIN_1This color constant "Aurora Dark Skin 1" has RGBA8888 code573B3BFF, red 0.34117648, green 0.23137255, blue 0.23137255, alpha 1.0, hue 0.0, saturation 0.10980393, and lightness 0.28627452. It has the hex RGBA8888 value0x573b3bff.@ @ @ @ @ @
- See Also:
-
AURORA_DARK_SKIN_2
public static final int AURORA_DARK_SKIN_2This color constant "Aurora Dark Skin 2" has RGBA8888 code73413CFF, red 0.4509804, green 0.25490198, blue 0.23529412, alpha 1.0, hue 0.015151525, saturation 0.21568628, and lightness 0.34313726. It has the hex RGBA8888 value0x73413cff.@ @ @ @ @ @
- See Also:
-
AURORA_DARK_SKIN_3
public static final int AURORA_DARK_SKIN_3This color constant "Aurora Dark Skin 3" has RGBA8888 code8E5555FF, red 0.5568628, green 0.33333334, blue 0.33333334, alpha 1.0, hue 0.0, saturation 0.22352943, and lightness 0.44509807. It has the hex RGBA8888 value0x8e5555ff.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_SKIN_1
public static final int AURORA_PINK_SKIN_1This color constant "Aurora Pink Skin 1" has RGBA8888 codeAB7373FF, red 0.67058825, green 0.4509804, blue 0.4509804, alpha 1.0, hue 0.0, saturation 0.21960786, and lightness 0.56078434. It has the hex RGBA8888 value0xab7373ff.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_SKIN_2
public static final int AURORA_PINK_SKIN_2This color constant "Aurora Pink Skin 2" has RGBA8888 codeC78F8FFF, red 0.78039217, green 0.56078434, blue 0.56078434, alpha 1.0, hue 0.0, saturation 0.21960783, and lightness 0.67058825. It has the hex RGBA8888 value0xc78f8fff.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_SKIN_3
public static final int AURORA_PINK_SKIN_3This color constant "Aurora Pink Skin 3" has RGBA8888 codeE3ABABFF, red 0.8901961, green 0.67058825, blue 0.67058825, alpha 1.0, hue 0.0, saturation 0.21960783, and lightness 0.78039217. It has the hex RGBA8888 value0xe3ababff.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_SKIN_4
public static final int AURORA_PINK_SKIN_4This color constant "Aurora Pink Skin 4" has RGBA8888 codeF8D2DAFF, red 0.972549, green 0.8235294, blue 0.85490197, alpha 1.0, hue 0.9649123, saturation 0.1490196, and lightness 0.8980392. It has the hex RGBA8888 value0xf8d2daff.@ @ @ @ @ @
- See Also:
-
AURORA_BRONZE_SKIN_4
public static final int AURORA_BRONZE_SKIN_4This color constant "Aurora Bronze Skin 4" has RGBA8888 codeE3C7ABFF, red 0.8901961, green 0.78039217, blue 0.67058825, alpha 1.0, hue 0.083333336, saturation 0.21960783, and lightness 0.78039217. It has the hex RGBA8888 value0xe3c7abff.@ @ @ @ @ @
- See Also:
-
AURORA_BRONZE_SKIN_3
public static final int AURORA_BRONZE_SKIN_3This color constant "Aurora Bronze Skin 3" has RGBA8888 codeC49E73FF, red 0.76862746, green 0.61960787, blue 0.4509804, alpha 1.0, hue 0.08847737, saturation 0.31764707, and lightness 0.6098039. It has the hex RGBA8888 value0xc49e73ff.@ @ @ @ @ @
- See Also:
-
AURORA_BRONZE_SKIN_2
public static final int AURORA_BRONZE_SKIN_2This color constant "Aurora Bronze Skin 2" has RGBA8888 code8F7357FF, red 0.56078434, green 0.4509804, blue 0.34117648, alpha 1.0, hue 0.08333332, saturation 0.21960786, and lightness 0.4509804. It has the hex RGBA8888 value0x8f7357ff.@ @ @ @ @ @
- See Also:
-
AURORA_BRONZE_SKIN_1
public static final int AURORA_BRONZE_SKIN_1This color constant "Aurora Bronze Skin 1" has RGBA8888 code73573BFF, red 0.4509804, green 0.34117648, blue 0.23137255, alpha 1.0, hue 0.083333336, saturation 0.21960784, and lightness 0.34117645. It has the hex RGBA8888 value0x73573bff.@ @ @ @ @ @
- See Also:
-
AURORA_TAUPE
public static final int AURORA_TAUPEThis color constant "Aurora Taupe" has RGBA8888 code3B2D1FFF, red 0.23137255, green 0.1764706, blue 0.12156863, alpha 1.0, hue 0.083333336, saturation 0.10980392, and lightness 0.1764706. It has the hex RGBA8888 value0x3b2d1fff.@ @ @ @ @ @
- See Also:
-
AURORA_DRAB_GREEN
public static final int AURORA_DRAB_GREENThis color constant "Aurora Drab Green" has RGBA8888 code414123FF, red 0.25490198, green 0.25490198, blue 0.13725491, alpha 1.0, hue 0.16666666, saturation 0.11764707, and lightness 0.19607845. It has the hex RGBA8888 value0x414123ff.@ @ @ @ @ @
- See Also:
-
AURORA_LIZARD_SCALES
public static final int AURORA_LIZARD_SCALESThis color constant "Aurora Lizard Scales" has RGBA8888 code73733BFF, red 0.4509804, green 0.4509804, blue 0.23137255, alpha 1.0, hue 0.16666666, saturation 0.21960784, and lightness 0.34117645. It has the hex RGBA8888 value0x73733bff.@ @ @ @ @ @
- See Also:
-
AURORA_CRICKET
public static final int AURORA_CRICKETThis color constant "Aurora Cricket" has RGBA8888 code8F8F57FF, red 0.56078434, green 0.56078434, blue 0.34117648, alpha 1.0, hue 0.16666666, saturation 0.21960786, and lightness 0.4509804. It has the hex RGBA8888 value0x8f8f57ff.@ @ @ @ @ @
- See Also:
-
AURORA_OLIVE_OIL
public static final int AURORA_OLIVE_OILThis color constant "Aurora Olive Oil" has RGBA8888 codeA2A255FF, red 0.63529414, green 0.63529414, blue 0.33333334, alpha 1.0, hue 0.16666667, saturation 0.3019608, and lightness 0.48431373. It has the hex RGBA8888 value0xa2a255ff.@ @ @ @ @ @
- See Also:
-
AURORA_DUN
public static final int AURORA_DUNThis color constant "Aurora Dun" has RGBA8888 codeB5B572FF, red 0.70980394, green 0.70980394, blue 0.44705883, alpha 1.0, hue 0.16666667, saturation 0.2627451, and lightness 0.57843137. It has the hex RGBA8888 value0xb5b572ff.@ @ @ @ @ @
- See Also:
-
AURORA_CORN_SILK
public static final int AURORA_CORN_SILKThis color constant "Aurora Corn Silk" has RGBA8888 codeC7C78FFF, red 0.78039217, green 0.78039217, blue 0.56078434, alpha 1.0, hue 0.16666667, saturation 0.21960783, and lightness 0.67058825. It has the hex RGBA8888 value0xc7c78fff.@ @ @ @ @ @
- See Also:
-
AURORA_TAN
public static final int AURORA_TANThis color constant "Aurora Tan" has RGBA8888 codeDADAABFF, red 0.85490197, green 0.85490197, blue 0.67058825, alpha 1.0, hue 0.16666667, saturation 0.18431371, and lightness 0.7627451. It has the hex RGBA8888 value0xdadaabff.@ @ @ @ @ @
- See Also:
-
AURORA_STRAW
public static final int AURORA_STRAWThis color constant "Aurora Straw" has RGBA8888 codeEDEDC7FF, red 0.92941177, green 0.92941177, blue 0.78039217, alpha 1.0, hue 0.16666667, saturation 0.1490196, and lightness 0.85490197. It has the hex RGBA8888 value0xededc7ff.@ @ @ @ @ @
- See Also:
-
AURORA_HONEYDEW
public static final int AURORA_HONEYDEWThis color constant "Aurora Honeydew" has RGBA8888 codeC7E3ABFF, red 0.78039217, green 0.8901961, blue 0.67058825, alpha 1.0, hue 0.25, saturation 0.21960783, and lightness 0.78039217. It has the hex RGBA8888 value0xc7e3abff.@ @ @ @ @ @
- See Also:
-
AURORA_TARNISH
public static final int AURORA_TARNISHThis color constant "Aurora Tarnish" has RGBA8888 codeABC78FFF, red 0.67058825, green 0.78039217, blue 0.56078434, alpha 1.0, hue 0.25, saturation 0.21960783, and lightness 0.67058825. It has the hex RGBA8888 value0xabc78fff.@ @ @ @ @ @
- See Also:
-
AURORA_PEA_SOUP
public static final int AURORA_PEA_SOUPThis color constant "Aurora Pea Soup" has RGBA8888 code8EBE55FF, red 0.5568628, green 0.74509805, blue 0.33333334, alpha 1.0, hue 0.24285714, saturation 0.4117647, and lightness 0.5392157. It has the hex RGBA8888 value0x8ebe55ff.@ @ @ @ @ @
- See Also:
-
AURORA_MARSH
public static final int AURORA_MARSHThis color constant "Aurora Marsh" has RGBA8888 code738F57FF, red 0.4509804, green 0.56078434, blue 0.34117648, alpha 1.0, hue 0.25000003, saturation 0.21960786, and lightness 0.4509804. It has the hex RGBA8888 value0x738f57ff.@ @ @ @ @ @
- See Also:
-
AURORA_ASPARAGUS
public static final int AURORA_ASPARAGUSThis color constant "Aurora Asparagus" has RGBA8888 code587D3EFF, red 0.34509805, green 0.49019608, blue 0.24313726, alpha 1.0, hue 0.26455027, saturation 0.24705882, and lightness 0.36666667. It has the hex RGBA8888 value0x587d3eff.@ @ @ @ @ @
- See Also:
-
AURORA_PEAT_BOG
public static final int AURORA_PEAT_BOGThis color constant "Aurora Peat Bog" has RGBA8888 code465032FF, red 0.27450982, green 0.3137255, blue 0.19607843, alpha 1.0, hue 0.22222224, saturation 0.11764707, and lightness 0.25490198. It has the hex RGBA8888 value0x465032ff.@ @ @ @ @ @
- See Also:
-
AURORA_DEEP_JUNGLE
public static final int AURORA_DEEP_JUNGLEThis color constant "Aurora Deep Jungle" has RGBA8888 code191E0FFF, red 0.09803922, green 0.11764706, blue 0.05882353, alpha 1.0, hue 0.22222224, saturation 0.05882353, and lightness 0.0882353. It has the hex RGBA8888 value0x191e0fff.@ @ @ @ @ @
- See Also:
-
AURORA_PINE_GREEN
public static final int AURORA_PINE_GREENThis color constant "Aurora Pine Green" has RGBA8888 code235037FF, red 0.13725491, green 0.3137255, blue 0.21568628, alpha 1.0, hue 0.4074074, saturation 0.1764706, and lightness 0.2254902. It has the hex RGBA8888 value0x235037ff.@ @ @ @ @ @
- See Also:
-
AURORA_OLIVE_GREEN
public static final int AURORA_OLIVE_GREENThis color constant "Aurora Olive Green" has RGBA8888 code3B573BFF, red 0.23137255, green 0.34117648, blue 0.23137255, alpha 1.0, hue 0.33333334, saturation 0.10980393, and lightness 0.28627452. It has the hex RGBA8888 value0x3b573bff.@ @ @ @ @ @
- See Also:
-
AURORA_GRAY_GREEN
public static final int AURORA_GRAY_GREENThis color constant "Aurora Gray Green" has RGBA8888 code506450FF, red 0.3137255, green 0.39215687, blue 0.3137255, alpha 1.0, hue 0.33333334, saturation 0.07843137, and lightness 0.3529412. It has the hex RGBA8888 value0x506450ff.@ @ @ @ @ @
- See Also:
-
AURORA_MAIDENHAIR_FERN
public static final int AURORA_MAIDENHAIR_FERNThis color constant "Aurora Maidenhair Fern" has RGBA8888 code3B7349FF, red 0.23137255, green 0.4509804, blue 0.28627452, alpha 1.0, hue 0.37500003, saturation 0.21960784, and lightness 0.34117645. It has the hex RGBA8888 value0x3b7349ff.@ @ @ @ @ @
- See Also:
-
AURORA_KELLY_GREEN
public static final int AURORA_KELLY_GREENThis color constant "Aurora Kelly Green" has RGBA8888 code578F57FF, red 0.34117648, green 0.56078434, blue 0.34117648, alpha 1.0, hue 0.33333334, saturation 0.21960786, and lightness 0.4509804. It has the hex RGBA8888 value0x578f57ff.@ @ @ @ @ @
- See Also:
-
AURORA_DUSTY_GREEN
public static final int AURORA_DUSTY_GREENThis color constant "Aurora Dusty Green" has RGBA8888 code73AB73FF, red 0.4509804, green 0.67058825, blue 0.4509804, alpha 1.0, hue 0.33333334, saturation 0.21960786, and lightness 0.56078434. It has the hex RGBA8888 value0x73ab73ff.@ @ @ @ @ @
- See Also:
-
AURORA_GARTER_SNAKE
public static final int AURORA_GARTER_SNAKEThis color constant "Aurora Garter Snake" has RGBA8888 code64C082FF, red 0.39215687, green 0.7529412, blue 0.50980395, alpha 1.0, hue 0.3876812, saturation 0.36078432, and lightness 0.57254905. It has the hex RGBA8888 value0x64c082ff.@ @ @ @ @ @
- See Also:
-
AURORA_SILVER_GREEN
public static final int AURORA_SILVER_GREENThis color constant "Aurora Silver Green" has RGBA8888 code8FC78FFF, red 0.56078434, green 0.78039217, blue 0.56078434, alpha 1.0, hue 0.33333334, saturation 0.21960783, and lightness 0.67058825. It has the hex RGBA8888 value0x8fc78fff.@ @ @ @ @ @
- See Also:
-
AURORA_PISTACHIO
public static final int AURORA_PISTACHIOThis color constant "Aurora Pistachio" has RGBA8888 codeA2D8A2FF, red 0.63529414, green 0.84705883, blue 0.63529414, alpha 1.0, hue 0.33333334, saturation 0.2117647, and lightness 0.7411765. It has the hex RGBA8888 value0xa2d8a2ff.@ @ @ @ @ @
- See Also:
-
AURORA_ANGEL_WING
public static final int AURORA_ANGEL_WINGThis color constant "Aurora Angel Wing" has RGBA8888 codeE1F8FAFF, red 0.88235295, green 0.972549, blue 0.98039216, alpha 1.0, hue 0.5133333, saturation 0.09803921, and lightness 0.9313725. It has the hex RGBA8888 value0xe1f8faff.@ @ @ @ @ @
- See Also:
-
AURORA_SAGE_GREEN
public static final int AURORA_SAGE_GREENThis color constant "Aurora Sage Green" has RGBA8888 codeB4EECAFF, red 0.7058824, green 0.93333334, blue 0.7921569, alpha 1.0, hue 0.39655173, saturation 0.22745097, and lightness 0.81960785. It has the hex RGBA8888 value0xb4eecaff.@ @ @ @ @ @
- See Also:
-
AURORA_DRIED_SAGE
public static final int AURORA_DRIED_SAGEThis color constant "Aurora Dried Sage" has RGBA8888 codeABE3C5FF, red 0.67058825, green 0.8901961, blue 0.77254903, alpha 1.0, hue 0.4107143, saturation 0.21960783, and lightness 0.78039217. It has the hex RGBA8888 value0xabe3c5ff.@ @ @ @ @ @
- See Also:
-
AURORA_ARTICHOKE
public static final int AURORA_ARTICHOKEThis color constant "Aurora Artichoke" has RGBA8888 code87B48EFF, red 0.5294118, green 0.7058824, blue 0.5568628, alpha 1.0, hue 0.35925928, saturation 0.17647058, and lightness 0.61764705. It has the hex RGBA8888 value0x87b48eff.@ @ @ @ @ @
- See Also:
-
AURORA_VIRIDIAN
public static final int AURORA_VIRIDIANThis color constant "Aurora Viridian" has RGBA8888 code507D5FFF, red 0.3137255, green 0.49019608, blue 0.37254903, alpha 1.0, hue 0.3888889, saturation 0.17647058, and lightness 0.4019608. It has the hex RGBA8888 value0x507d5fff.@ @ @ @ @ @
- See Also:
-
AURORA_FLORAL_FOAM
public static final int AURORA_FLORAL_FOAMThis color constant "Aurora Floral Foam" has RGBA8888 code0F6946FF, red 0.05882353, green 0.4117647, blue 0.27450982, alpha 1.0, hue 0.4351852, saturation 0.3529412, and lightness 0.2352941. It has the hex RGBA8888 value0x0f6946ff.@ @ @ @ @ @
- See Also:
-
AURORA_HUNTER_GREEN
public static final int AURORA_HUNTER_GREENThis color constant "Aurora Hunter Green" has RGBA8888 code1E2D23FF, red 0.11764706, green 0.1764706, blue 0.13725491, alpha 1.0, hue 0.3888889, saturation 0.058823533, and lightness 0.14705883. It has the hex RGBA8888 value0x1e2d23ff.@ @ @ @ @ @
- See Also:
-
AURORA_DARK_TEAL
public static final int AURORA_DARK_TEALThis color constant "Aurora Dark Teal" has RGBA8888 code234146FF, red 0.13725491, green 0.25490198, blue 0.27450982, alpha 1.0, hue 0.52380955, saturation 0.13725491, and lightness 0.20588237. It has the hex RGBA8888 value0x234146ff.@ @ @ @ @ @
- See Also:
-
AURORA_KYANITE
public static final int AURORA_KYANITEThis color constant "Aurora Kyanite" has RGBA8888 code3B7373FF, red 0.23137255, green 0.4509804, blue 0.4509804, alpha 1.0, hue 0.5, saturation 0.21960784, and lightness 0.34117645. It has the hex RGBA8888 value0x3b7373ff.@ @ @ @ @ @
- See Also:
-
AURORA_SPEARMINT
public static final int AURORA_SPEARMINTThis color constant "Aurora Spearmint" has RGBA8888 code64ABABFF, red 0.39215687, green 0.67058825, blue 0.67058825, alpha 1.0, hue 0.5, saturation 0.2784314, and lightness 0.53137255. It has the hex RGBA8888 value0x64ababff.@ @ @ @ @ @
- See Also:
-
AURORA_AMAZONITE
public static final int AURORA_AMAZONITEThis color constant "Aurora Amazonite" has RGBA8888 code8FC7C7FF, red 0.56078434, green 0.78039217, blue 0.78039217, alpha 1.0, hue 0.5, saturation 0.21960783, and lightness 0.67058825. It has the hex RGBA8888 value0x8fc7c7ff.@ @ @ @ @ @
- See Also:
-
AURORA_PASTEL_SKY
public static final int AURORA_PASTEL_SKYThis color constant "Aurora Pastel Sky" has RGBA8888 codeABE3E3FF, red 0.67058825, green 0.8901961, blue 0.8901961, alpha 1.0, hue 0.5, saturation 0.21960783, and lightness 0.78039217. It has the hex RGBA8888 value0xabe3e3ff.@ @ @ @ @ @
- See Also:
-
AURORA_AQUAMARINE
public static final int AURORA_AQUAMARINEThis color constant "Aurora Aquamarine" has RGBA8888 codeC7F1F1FF, red 0.78039217, green 0.94509804, blue 0.94509804, alpha 1.0, hue 0.5, saturation 0.16470587, and lightness 0.8627451. It has the hex RGBA8888 value0xc7f1f1ff.@ @ @ @ @ @
- See Also:
-
AURORA_DUST_BUNNY
public static final int AURORA_DUST_BUNNYThis color constant "Aurora Dust Bunny" has RGBA8888 codeBED2F0FF, red 0.74509805, green 0.8235294, blue 0.9411765, alpha 1.0, hue 0.6, saturation 0.19607842, and lightness 0.8431373. It has the hex RGBA8888 value0xbed2f0ff.@ @ @ @ @ @
- See Also:
-
AURORA_PATINA
public static final int AURORA_PATINAThis color constant "Aurora Patina" has RGBA8888 codeABC7E3FF, red 0.67058825, green 0.78039217, blue 0.8901961, alpha 1.0, hue 0.5833334, saturation 0.21960783, and lightness 0.78039217. It has the hex RGBA8888 value0xabc7e3ff.@ @ @ @ @ @
- See Also:
-
AURORA_CHIPPED_GRANITE
public static final int AURORA_CHIPPED_GRANITEThis color constant "Aurora Chipped Granite" has RGBA8888 codeA8B9DCFF, red 0.65882355, green 0.7254902, blue 0.8627451, alpha 1.0, hue 0.6121795, saturation 0.20392156, and lightness 0.7607843. It has the hex RGBA8888 value0xa8b9dcff.@ @ @ @ @ @
- See Also:
-
AURORA_BLUE_SMOKE
public static final int AURORA_BLUE_SMOKEThis color constant "Aurora Blue Smoke" has RGBA8888 code8FABC7FF, red 0.56078434, green 0.67058825, blue 0.78039217, alpha 1.0, hue 0.5833334, saturation 0.21960783, and lightness 0.67058825. It has the hex RGBA8888 value0x8fabc7ff.@ @ @ @ @ @
- See Also:
-
AURORA_AIR_FORCE_BLUE
public static final int AURORA_AIR_FORCE_BLUEThis color constant "Aurora Air Force Blue" has RGBA8888 code578FC7FF, red 0.34117648, green 0.56078434, blue 0.78039217, alpha 1.0, hue 0.5833334, saturation 0.4392157, and lightness 0.56078434. It has the hex RGBA8888 value0x578fc7ff.@ @ @ @ @ @
- See Also:
-
AURORA_COLD_IRON
public static final int AURORA_COLD_IRONThis color constant "Aurora Cold Iron" has RGBA8888 code57738FFF, red 0.34117648, green 0.4509804, blue 0.56078434, alpha 1.0, hue 0.5833334, saturation 0.21960786, and lightness 0.4509804. It has the hex RGBA8888 value0x57738fff.@ @ @ @ @ @
- See Also:
-
AURORA_DREARY_BLUE
public static final int AURORA_DREARY_BLUEThis color constant "Aurora Dreary Blue" has RGBA8888 code3B5773FF, red 0.23137255, green 0.34117648, blue 0.4509804, alpha 1.0, hue 0.5833334, saturation 0.21960784, and lightness 0.34117645. It has the hex RGBA8888 value0x3b5773ff.@ @ @ @ @ @
- See Also:
-
AURORA_MURK
public static final int AURORA_MURKThis color constant "Aurora Murk" has RGBA8888 code0F192DFF, red 0.05882353, green 0.09803922, blue 0.1764706, alpha 1.0, hue 0.61111116, saturation 0.11764707, and lightness 0.11764705. It has the hex RGBA8888 value0x0f192dff.@ @ @ @ @ @
- See Also:
-
AURORA_NINJA
public static final int AURORA_NINJAThis color constant "Aurora Ninja" has RGBA8888 code1F1F3BFF, red 0.12156863, green 0.12156863, blue 0.23137255, alpha 1.0, hue 0.6666667, saturation 0.10980392, and lightness 0.1764706. It has the hex RGBA8888 value0x1f1f3bff.@ @ @ @ @ @
- See Also:
-
AURORA_WATERCOLOR_BLACK
public static final int AURORA_WATERCOLOR_BLACKThis color constant "Aurora Watercolor Black" has RGBA8888 code3B3B57FF, red 0.23137255, green 0.23137255, blue 0.34117648, alpha 1.0, hue 0.6666667, saturation 0.10980393, and lightness 0.28627452. It has the hex RGBA8888 value0x3b3b57ff.@ @ @ @ @ @
- See Also:
-
AURORA_IOLITE
public static final int AURORA_IOLITEThis color constant "Aurora Iolite" has RGBA8888 code494973FF, red 0.28627452, green 0.28627452, blue 0.4509804, alpha 1.0, hue 0.6666667, saturation 0.16470587, and lightness 0.36862746. It has the hex RGBA8888 value0x494973ff.@ @ @ @ @ @
- See Also:
-
AURORA_BOYSENBERRY
public static final int AURORA_BOYSENBERRYThis color constant "Aurora Boysenberry" has RGBA8888 code57578FFF, red 0.34117648, green 0.34117648, blue 0.56078434, alpha 1.0, hue 0.6666667, saturation 0.21960786, and lightness 0.4509804. It has the hex RGBA8888 value0x57578fff.@ @ @ @ @ @
- See Also:
-
AURORA_WATERCOLOR_GRAY
public static final int AURORA_WATERCOLOR_GRAYThis color constant "Aurora Watercolor Gray" has RGBA8888 code736EAAFF, red 0.4509804, green 0.43137255, blue 0.6666667, alpha 1.0, hue 0.6805556, saturation 0.23529413, and lightness 0.54901963. It has the hex RGBA8888 value0x736eaaff.@ @ @ @ @ @
- See Also:
-
AURORA_BLUE_STEEL
public static final int AURORA_BLUE_STEELThis color constant "Aurora Blue Steel" has RGBA8888 code7676CAFF, red 0.4627451, green 0.4627451, blue 0.7921569, alpha 1.0, hue 0.6666667, saturation 0.32941177, and lightness 0.627451. It has the hex RGBA8888 value0x7676caff.@ @ @ @ @ @
- See Also:
-
AURORA_TWILIGHT_CLOUD
public static final int AURORA_TWILIGHT_CLOUDThis color constant "Aurora Twilight Cloud" has RGBA8888 code8F8FC7FF, red 0.56078434, green 0.56078434, blue 0.78039217, alpha 1.0, hue 0.6666667, saturation 0.21960783, and lightness 0.67058825. It has the hex RGBA8888 value0x8f8fc7ff.@ @ @ @ @ @
- See Also:
-
AURORA_SMOG
public static final int AURORA_SMOGThis color constant "Aurora Smog" has RGBA8888 codeABABE3FF, red 0.67058825, green 0.67058825, blue 0.8901961, alpha 1.0, hue 0.6666667, saturation 0.21960783, and lightness 0.78039217. It has the hex RGBA8888 value0xababe3ff.@ @ @ @ @ @
- See Also:
-
AURORA_TROPIC_MIST
public static final int AURORA_TROPIC_MISTThis color constant "Aurora Tropic Mist" has RGBA8888 codeD0DAF8FF, red 0.8156863, green 0.85490197, blue 0.972549, alpha 1.0, hue 0.625, saturation 0.15686274, and lightness 0.89411765. It has the hex RGBA8888 value0xd0daf8ff.@ @ @ @ @ @
- See Also:
-
AURORA_FEATHER_DOWN
public static final int AURORA_FEATHER_DOWNThis color constant "Aurora Feather Down" has RGBA8888 codeE3E3FFFF, red 0.8901961, green 0.8901961, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.109803915, and lightness 0.94509804. It has the hex RGBA8888 value0xe3e3ffff.@ @ @ @ @ @
- See Also:
-
AURORA_MILD_VIOLET
public static final int AURORA_MILD_VIOLETThis color constant "Aurora Mild Violet" has RGBA8888 codeAB8FC7FF, red 0.67058825, green 0.56078434, blue 0.78039217, alpha 1.0, hue 0.75, saturation 0.21960783, and lightness 0.67058825. It has the hex RGBA8888 value0xab8fc7ff.@ @ @ @ @ @
- See Also:
-
AURORA_VIOLET_CUSHIONS
public static final int AURORA_VIOLET_CUSHIONSThis color constant "Aurora Violet Cushions" has RGBA8888 code8F57C7FF, red 0.56078434, green 0.34117648, blue 0.78039217, alpha 1.0, hue 0.75, saturation 0.4392157, and lightness 0.56078434. It has the hex RGBA8888 value0x8f57c7ff.@ @ @ @ @ @
- See Also:
-
AURORA_DULL_VIOLET
public static final int AURORA_DULL_VIOLETThis color constant "Aurora Dull Violet" has RGBA8888 code73578FFF, red 0.4509804, green 0.34117648, blue 0.56078434, alpha 1.0, hue 0.75, saturation 0.21960786, and lightness 0.4509804. It has the hex RGBA8888 value0x73578fff.@ @ @ @ @ @
- See Also:
-
AURORA_ROYAL_VIOLET
public static final int AURORA_ROYAL_VIOLETThis color constant "Aurora Royal Violet" has RGBA8888 code573B73FF, red 0.34117648, green 0.23137255, blue 0.4509804, alpha 1.0, hue 0.75, saturation 0.21960784, and lightness 0.34117645. It has the hex RGBA8888 value0x573b73ff.@ @ @ @ @ @
- See Also:
-
AURORA_EMINENCE
public static final int AURORA_EMINENCEThis color constant "Aurora Eminence" has RGBA8888 code3C233CFF, red 0.23529412, green 0.13725491, blue 0.23529412, alpha 1.0, hue 0.8333333, saturation 0.09803921, and lightness 0.18627451. It has the hex RGBA8888 value0x3c233cff.@ @ @ @ @ @
- See Also:
-
AURORA_PRUNE
public static final int AURORA_PRUNEThis color constant "Aurora Prune" has RGBA8888 code463246FF, red 0.27450982, green 0.19607843, blue 0.27450982, alpha 1.0, hue 0.8333333, saturation 0.07843138, and lightness 0.23529413. It has the hex RGBA8888 value0x463246ff.@ @ @ @ @ @
- See Also:
-
AURORA_DUSTY_GRAPE
public static final int AURORA_DUSTY_GRAPEThis color constant "Aurora Dusty Grape" has RGBA8888 code724072FF, red 0.44705883, green 0.2509804, blue 0.44705883, alpha 1.0, hue 0.8333333, saturation 0.19607842, and lightness 0.34901962. It has the hex RGBA8888 value0x724072ff.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_VIOLET
public static final int AURORA_PINK_VIOLETThis color constant "Aurora Pink Violet" has RGBA8888 code8F578FFF, red 0.56078434, green 0.34117648, blue 0.56078434, alpha 1.0, hue 0.8333334, saturation 0.21960786, and lightness 0.4509804. It has the hex RGBA8888 value0x8f578fff.@ @ @ @ @ @
- See Also:
-
AURORA_RIPE_PLUM
public static final int AURORA_RIPE_PLUMThis color constant "Aurora Ripe Plum" has RGBA8888 codeAB57ABFF, red 0.67058825, green 0.34117648, blue 0.67058825, alpha 1.0, hue 0.8333334, saturation 0.32941177, and lightness 0.5058824. It has the hex RGBA8888 value0xab57abff.@ @ @ @ @ @
- See Also:
-
AURORA_MAUVE
public static final int AURORA_MAUVEThis color constant "Aurora Mauve" has RGBA8888 codeAB73ABFF, red 0.67058825, green 0.4509804, blue 0.67058825, alpha 1.0, hue 0.8333334, saturation 0.21960786, and lightness 0.56078434. It has the hex RGBA8888 value0xab73abff.@ @ @ @ @ @
- See Also:
-
AURORA_HAM
public static final int AURORA_HAMThis color constant "Aurora Ham" has RGBA8888 codeEBACE1FF, red 0.92156863, green 0.6745098, blue 0.88235295, alpha 1.0, hue 0.85978836, saturation 0.24705881, and lightness 0.7980392. It has the hex RGBA8888 value0xebace1ff.@ @ @ @ @ @
- See Also:
-
AURORA_COTTON_CANDY
public static final int AURORA_COTTON_CANDYThis color constant "Aurora Cotton Candy" has RGBA8888 codeFFDCF5FF, red 1.0, green 0.8627451, blue 0.9607843, alpha 1.0, hue 0.88095236, saturation 0.1372549, and lightness 0.9313725. It has the hex RGBA8888 value0xffdcf5ff.@ @ @ @ @ @
- See Also:
-
AURORA_SILVER_PINK
public static final int AURORA_SILVER_PINKThis color constant "Aurora Silver Pink" has RGBA8888 codeE3C7E3FF, red 0.8901961, green 0.78039217, blue 0.8901961, alpha 1.0, hue 0.8333333, saturation 0.109803915, and lightness 0.8352941. It has the hex RGBA8888 value0xe3c7e3ff.@ @ @ @ @ @
- See Also:
-
AURORA_TEA_ROSE
public static final int AURORA_TEA_ROSEThis color constant "Aurora Tea Rose" has RGBA8888 codeE1B9D2FF, red 0.88235295, green 0.7254902, blue 0.8235294, alpha 1.0, hue 0.8958333, saturation 0.15686274, and lightness 0.8039216. It has the hex RGBA8888 value0xe1b9d2ff.@ @ @ @ @ @
- See Also:
-
AURORA_OLD_ROSE
public static final int AURORA_OLD_ROSEThis color constant "Aurora Old Rose" has RGBA8888 codeD7A0BEFF, red 0.84313726, green 0.627451, blue 0.74509805, alpha 1.0, hue 0.9090909, saturation 0.21568626, and lightness 0.7352941. It has the hex RGBA8888 value0xd7a0beff.@ @ @ @ @ @
- See Also:
-
AURORA_DUSTY_PINK
public static final int AURORA_DUSTY_PINKThis color constant "Aurora Dusty Pink" has RGBA8888 codeC78FB9FF, red 0.78039217, green 0.56078434, blue 0.7254902, alpha 1.0, hue 0.875, saturation 0.21960783, and lightness 0.67058825. It has the hex RGBA8888 value0xc78fb9ff.@ @ @ @ @ @
- See Also:
-
AURORA_ROSEATE_SPOONBILL
public static final int AURORA_ROSEATE_SPOONBILLThis color constant "Aurora Roseate Spoonbill" has RGBA8888 codeC87DA0FF, red 0.78431374, green 0.49019608, blue 0.627451, alpha 1.0, hue 0.9222222, saturation 0.29411766, and lightness 0.6372549. It has the hex RGBA8888 value0xc87da0ff.@ @ @ @ @ @
- See Also:
-
AURORA_THULIAN_PINK
public static final int AURORA_THULIAN_PINKThis color constant "Aurora Thulian Pink" has RGBA8888 codeC35A91FF, red 0.7647059, green 0.3529412, blue 0.5686275, alpha 1.0, hue 0.9126984, saturation 0.4117647, and lightness 0.5588236. It has the hex RGBA8888 value0xc35a91ff.@ @ @ @ @ @
- See Also:
-
AURORA_BROWN_VELVET
public static final int AURORA_BROWN_VELVETThis color constant "Aurora Brown Velvet" has RGBA8888 code4B2837FF, red 0.29411766, green 0.15686275, blue 0.21568628, alpha 1.0, hue 0.92857146, saturation 0.13725491, and lightness 0.2254902. It has the hex RGBA8888 value0x4b2837ff.@ @ @ @ @ @
- See Also:
-
AURORA_NIGHTSHADE
public static final int AURORA_NIGHTSHADEThis color constant "Aurora Nightshade" has RGBA8888 code321623FF, red 0.19607843, green 0.08627451, blue 0.13725491, alpha 1.0, hue 0.92261904, saturation 0.10980392, and lightness 0.14117648. It has the hex RGBA8888 value0x321623ff.@ @ @ @ @ @
- See Also:
-
AURORA_SCRIBE_INK
public static final int AURORA_SCRIBE_INKThis color constant "Aurora Scribe Ink" has RGBA8888 code280A1EFF, red 0.15686275, green 0.039215688, blue 0.11764706, alpha 1.0, hue 0.8888889, saturation 0.11764707, and lightness 0.09803922. It has the hex RGBA8888 value0x280a1eff.@ @ @ @ @ @
- See Also:
-
AURORA_VARNISH
public static final int AURORA_VARNISHThis color constant "Aurora Varnish" has RGBA8888 code401811FF, red 0.2509804, green 0.09411765, blue 0.06666667, alpha 1.0, hue 0.024822691, saturation 0.18431374, and lightness 0.15882353. It has the hex RGBA8888 value0x401811ff.@ @ @ @ @ @
- See Also:
-
AURORA_CEDAR_WOOD
public static final int AURORA_CEDAR_WOODThis color constant "Aurora Cedar Wood" has RGBA8888 code621800FF, red 0.38431373, green 0.09411765, blue 0.0, alpha 1.0, hue 0.040816326, saturation 0.38431373, and lightness 0.19215687. It has the hex RGBA8888 value0x621800ff.@ @ @ @ @ @
- See Also:
-
AURORA_HOT_SAUCE
public static final int AURORA_HOT_SAUCEThis color constant "Aurora Hot Sauce" has RGBA8888 codeA5140AFF, red 0.64705884, green 0.078431375, blue 0.039215688, alpha 1.0, hue 0.010752688, saturation 0.60784316, and lightness 0.34313723. It has the hex RGBA8888 value0xa5140aff.@ @ @ @ @ @
- See Also:
-
AURORA_LURID_RED
public static final int AURORA_LURID_REDThis color constant "Aurora Lurid Red" has RGBA8888 codeDA2010FF, red 0.85490197, green 0.1254902, blue 0.0627451, alpha 1.0, hue 0.0132013215, saturation 0.7921569, and lightness 0.45882356. It has the hex RGBA8888 value0xda2010ff.@ @ @ @ @ @
- See Also:
-
AURORA_BRICK
public static final int AURORA_BRICKThis color constant "Aurora Brick" has RGBA8888 codeD5524AFF, red 0.8352941, green 0.32156864, blue 0.2901961, alpha 1.0, hue 0.009592325, saturation 0.54509807, and lightness 0.5627451. It has the hex RGBA8888 value0xd5524aff.@ @ @ @ @ @
- See Also:
-
AURORA_FUSION_RED
public static final int AURORA_FUSION_REDThis color constant "Aurora Fusion Red" has RGBA8888 codeFF3C0AFF, red 1.0, green 0.23529412, blue 0.039215688, alpha 1.0, hue 0.034013607, saturation 0.9607843, and lightness 0.51960784. It has the hex RGBA8888 value0xff3c0aff.@ @ @ @ @ @
- See Also:
-
AURORA_EMBERS
public static final int AURORA_EMBERSThis color constant "Aurora Embers" has RGBA8888 codeF55A32FF, red 0.9607843, green 0.3529412, blue 0.19607843, alpha 1.0, hue 0.034188036, saturation 0.7647059, and lightness 0.5784313. It has the hex RGBA8888 value0xf55a32ff.@ @ @ @ @ @
- See Also:
-
AURORA_SALMON
public static final int AURORA_SALMONThis color constant "Aurora Salmon" has RGBA8888 codeFF6262FF, red 1.0, green 0.38431373, blue 0.38431373, alpha 1.0, hue 0.0, saturation 0.6156863, and lightness 0.69215685. It has the hex RGBA8888 value0xff6262ff.@ @ @ @ @ @
- See Also:
-
AURORA_TAXICAB_YELLOW
public static final int AURORA_TAXICAB_YELLOWThis color constant "Aurora Taxicab Yellow" has RGBA8888 codeF6BD31FF, red 0.9647059, green 0.7411765, blue 0.19215687, alpha 1.0, hue 0.118443325, saturation 0.77254903, and lightness 0.57843137. It has the hex RGBA8888 value0xf6bd31ff.@ @ @ @ @ @
- See Also:
-
AURORA_APRICOT
public static final int AURORA_APRICOTThis color constant "Aurora Apricot" has RGBA8888 codeFFA53CFF, red 1.0, green 0.64705884, blue 0.23529412, alpha 1.0, hue 0.0897436, saturation 0.7647059, and lightness 0.61764705. It has the hex RGBA8888 value0xffa53cff.@ @ @ @ @ @
- See Also:
-
AURORA_BURNT_YELLOW
public static final int AURORA_BURNT_YELLOWThis color constant "Aurora Burnt Yellow" has RGBA8888 codeD79B0FFF, red 0.84313726, green 0.60784316, blue 0.05882353, alpha 1.0, hue 0.11666667, saturation 0.78431374, and lightness 0.45098042. It has the hex RGBA8888 value0xd79b0fff.@ @ @ @ @ @
- See Also:
-
AURORA_DRY_PEPPER
public static final int AURORA_DRY_PEPPERThis color constant "Aurora Dry Pepper" has RGBA8888 codeDA6E0AFF, red 0.85490197, green 0.43137255, blue 0.039215688, alpha 1.0, hue 0.0801282, saturation 0.8156863, and lightness 0.4470588. It has the hex RGBA8888 value0xda6e0aff.@ @ @ @ @ @
- See Also:
-
AURORA_REDWOOD
public static final int AURORA_REDWOODThis color constant "Aurora Redwood" has RGBA8888 codeB45A00FF, red 0.7058824, green 0.3529412, blue 0.0, alpha 1.0, hue 0.08333333, saturation 0.7058824, and lightness 0.3529412. It has the hex RGBA8888 value0xb45a00ff.@ @ @ @ @ @
- See Also:
-
AURORA_KOA
public static final int AURORA_KOAThis color constant "Aurora Koa" has RGBA8888 codeA04B05FF, red 0.627451, green 0.29411766, blue 0.019607844, alpha 1.0, hue 0.07526882, saturation 0.60784316, and lightness 0.32352942. It has the hex RGBA8888 value0xa04b05ff.@ @ @ @ @ @
- See Also:
-
AURORA_OCHRE
public static final int AURORA_OCHREThis color constant "Aurora Ochre" has RGBA8888 code5F3214FF, red 0.37254903, green 0.19607843, blue 0.078431375, alpha 1.0, hue 0.06666666, saturation 0.29411766, and lightness 0.22549018. It has the hex RGBA8888 value0x5f3214ff.@ @ @ @ @ @
- See Also:
-
AURORA_DULL_GREEN
public static final int AURORA_DULL_GREENThis color constant "Aurora Dull Green" has RGBA8888 code53500AFF, red 0.3254902, green 0.3137255, blue 0.039215688, alpha 1.0, hue 0.15981735, saturation 0.28627452, and lightness 0.18235296. It has the hex RGBA8888 value0x53500aff.@ @ @ @ @ @
- See Also:
-
AURORA_ARMY_GREEN
public static final int AURORA_ARMY_GREENThis color constant "Aurora Army Green" has RGBA8888 code626200FF, red 0.38431373, green 0.38431373, blue 0.0, alpha 1.0, hue 0.16666666, saturation 0.38431373, and lightness 0.19215687. It has the hex RGBA8888 value0x626200ff.@ @ @ @ @ @
- See Also:
-
AURORA_DRIFTWOOD
public static final int AURORA_DRIFTWOODThis color constant "Aurora Driftwood" has RGBA8888 code8C805AFF, red 0.54901963, green 0.5019608, blue 0.3529412, alpha 1.0, hue 0.12666667, saturation 0.19607845, and lightness 0.4509804. It has the hex RGBA8888 value0x8c805aff.@ @ @ @ @ @
- See Also:
-
AURORA_DRY_BRUSH
public static final int AURORA_DRY_BRUSHThis color constant "Aurora Dry Brush" has RGBA8888 codeAC9400FF, red 0.6745098, green 0.5803922, blue 0.0, alpha 1.0, hue 0.14341085, saturation 0.6745098, and lightness 0.3372549. It has the hex RGBA8888 value0xac9400ff.@ @ @ @ @ @
- See Also:
-
AURORA_MUSH
public static final int AURORA_MUSHThis color constant "Aurora Mush" has RGBA8888 codeB1B10AFF, red 0.69411767, green 0.69411767, blue 0.039215688, alpha 1.0, hue 0.16666667, saturation 0.654902, and lightness 0.36666664. It has the hex RGBA8888 value0xb1b10aff.@ @ @ @ @ @
- See Also:
-
AURORA_BANANA_PUDDING
public static final int AURORA_BANANA_PUDDINGThis color constant "Aurora Banana Pudding" has RGBA8888 codeE6D55AFF, red 0.9019608, green 0.8352941, blue 0.3529412, alpha 1.0, hue 0.14642859, saturation 0.5490196, and lightness 0.627451. It has the hex RGBA8888 value0xe6d55aff.@ @ @ @ @ @
- See Also:
-
AURORA_SAFFRON
public static final int AURORA_SAFFRONThis color constant "Aurora Saffron" has RGBA8888 codeFFD510FF, red 1.0, green 0.8352941, blue 0.0627451, alpha 1.0, hue 0.13737796, saturation 0.9372549, and lightness 0.53137255. It has the hex RGBA8888 value0xffd510ff.@ @ @ @ @ @
- See Also:
-
AURORA_PENCIL_YELLOW
public static final int AURORA_PENCIL_YELLOWThis color constant "Aurora Pencil Yellow" has RGBA8888 codeFFEA4AFF, red 1.0, green 0.91764706, blue 0.2901961, alpha 1.0, hue 0.14732964, saturation 0.70980394, and lightness 0.64509803. It has the hex RGBA8888 value0xffea4aff.@ @ @ @ @ @
- See Also:
-
AURORA_CHARTREUSE
public static final int AURORA_CHARTREUSEThis color constant "Aurora Chartreuse" has RGBA8888 codeC8FF41FF, red 0.78431374, green 1.0, blue 0.25490198, alpha 1.0, hue 0.21491227, saturation 0.745098, and lightness 0.627451. It has the hex RGBA8888 value0xc8ff41ff.@ @ @ @ @ @
- See Also:
-
AURORA_ABSINTHE
public static final int AURORA_ABSINTHEThis color constant "Aurora Absinthe" has RGBA8888 code9BF046FF, red 0.60784316, green 0.9411765, blue 0.27450982, alpha 1.0, hue 0.25, saturation 0.6666666, and lightness 0.60784316. It has the hex RGBA8888 value0x9bf046ff.@ @ @ @ @ @
- See Also:
-
AURORA_INFECTION
public static final int AURORA_INFECTIONThis color constant "Aurora Infection" has RGBA8888 code96DC19FF, red 0.5882353, green 0.8627451, blue 0.09803922, alpha 1.0, hue 0.22649574, saturation 0.7647059, and lightness 0.48039216. It has the hex RGBA8888 value0x96dc19ff.@ @ @ @ @ @
- See Also:
-
AURORA_FROG_GREEN
public static final int AURORA_FROG_GREENThis color constant "Aurora Frog Green" has RGBA8888 code73C805FF, red 0.4509804, green 0.78431374, blue 0.019607844, alpha 1.0, hue 0.23931625, saturation 0.7647059, and lightness 0.4019608. It has the hex RGBA8888 value0x73c805ff.@ @ @ @ @ @
- See Also:
-
AURORA_AVOCADO
public static final int AURORA_AVOCADOThis color constant "Aurora Avocado" has RGBA8888 code6AA805FF, red 0.41568628, green 0.65882355, blue 0.019607844, alpha 1.0, hue 0.23006135, saturation 0.6392157, and lightness 0.3392157. It has the hex RGBA8888 value0x6aa805ff.@ @ @ @ @ @
- See Also:
-
AURORA_WOODLANDS
public static final int AURORA_WOODLANDSThis color constant "Aurora Woodlands" has RGBA8888 code3C6E14FF, red 0.23529412, green 0.43137255, blue 0.078431375, alpha 1.0, hue 0.25925928, saturation 0.3529412, and lightness 0.25490198. It has the hex RGBA8888 value0x3c6e14ff.@ @ @ @ @ @
- See Also:
-
AURORA_DARK_PINE
public static final int AURORA_DARK_PINEThis color constant "Aurora Dark Pine" has RGBA8888 code283405FF, red 0.15686275, green 0.20392157, blue 0.019607844, alpha 1.0, hue 0.20921987, saturation 0.18431373, and lightness 0.11176471. It has the hex RGBA8888 value0x283405ff.@ @ @ @ @ @
- See Also:
-
AURORA_MOSS_GREEN
public static final int AURORA_MOSS_GREENThis color constant "Aurora Moss Green" has RGBA8888 code204608FF, red 0.1254902, green 0.27450982, blue 0.03137255, alpha 1.0, hue 0.26881722, saturation 0.24313727, and lightness 0.15294118. It has the hex RGBA8888 value0x204608ff.@ @ @ @ @ @
- See Also:
-
AURORA_FERN_GREEN
public static final int AURORA_FERN_GREENThis color constant "Aurora Fern Green" has RGBA8888 code0C5C0CFF, red 0.047058824, green 0.36078432, blue 0.047058824, alpha 1.0, hue 0.33333334, saturation 0.3137255, and lightness 0.20392157. It has the hex RGBA8888 value0x0c5c0cff.@ @ @ @ @ @
- See Also:
-
AURORA_FOREST_GLEN
public static final int AURORA_FOREST_GLENThis color constant "Aurora Forest Glen" has RGBA8888 code149605FF, red 0.078431375, green 0.5882353, blue 0.019607844, alpha 1.0, hue 0.31609195, saturation 0.5686275, and lightness 0.30392158. It has the hex RGBA8888 value0x149605ff.@ @ @ @ @ @
- See Also:
-
AURORA_MALACHITE
public static final int AURORA_MALACHITEThis color constant "Aurora Malachite" has RGBA8888 code0AD70AFF, red 0.039215688, green 0.84313726, blue 0.039215688, alpha 1.0, hue 0.33333334, saturation 0.8039216, and lightness 0.44117647. It has the hex RGBA8888 value0x0ad70aff.@ @ @ @ @ @
- See Also:
-
AURORA_APPLE_GREEN
public static final int AURORA_APPLE_GREENThis color constant "Aurora Apple Green" has RGBA8888 code14E60AFF, red 0.078431375, green 0.9019608, blue 0.039215688, alpha 1.0, hue 0.3257576, saturation 0.8627451, and lightness 0.47058824. It has the hex RGBA8888 value0x14e60aff.@ @ @ @ @ @
- See Also:
-
AURORA_CELERY
public static final int AURORA_CELERYThis color constant "Aurora Celery" has RGBA8888 code7DFF73FF, red 0.49019608, green 1.0, blue 0.4509804, alpha 1.0, hue 0.32142857, saturation 0.5490196, and lightness 0.7254902. It has the hex RGBA8888 value0x7dff73ff.@ @ @ @ @ @
- See Also:
-
AURORA_MINT_GREEN
public static final int AURORA_MINT_GREENThis color constant "Aurora Mint Green" has RGBA8888 code4BF05AFF, red 0.29411766, green 0.9411765, blue 0.3529412, alpha 1.0, hue 0.34848484, saturation 0.64705884, and lightness 0.61764705. It has the hex RGBA8888 value0x4bf05aff.@ @ @ @ @ @
- See Also:
-
AURORA_EMERALD
public static final int AURORA_EMERALDThis color constant "Aurora Emerald" has RGBA8888 code00C514FF, red 0.0, green 0.77254903, blue 0.078431375, alpha 1.0, hue 0.35025382, saturation 0.77254903, and lightness 0.38627452. It has the hex RGBA8888 value0x00c514ff.@ @ @ @ @ @
- See Also:
-
AURORA_PRASE
public static final int AURORA_PRASEThis color constant "Aurora Prase" has RGBA8888 code05B450FF, red 0.019607844, green 0.7058824, blue 0.3137255, alpha 1.0, hue 0.4047619, saturation 0.6862745, and lightness 0.3627451. It has the hex RGBA8888 value0x05b450ff.@ @ @ @ @ @
- See Also:
-
AURORA_EUCALYPTUS
public static final int AURORA_EUCALYPTUSThis color constant "Aurora Eucalyptus" has RGBA8888 code1C8C4EFF, red 0.10980392, green 0.54901963, blue 0.30588236, alpha 1.0, hue 0.4077381, saturation 0.43921572, and lightness 0.3294118. It has the hex RGBA8888 value0x1c8c4eff.@ @ @ @ @ @
- See Also:
-
AURORA_ZUCCHINI
public static final int AURORA_ZUCCHINIThis color constant "Aurora Zucchini" has RGBA8888 code123832FF, red 0.07058824, green 0.21960784, blue 0.19607843, alpha 1.0, hue 0.47368422, saturation 0.1490196, and lightness 0.14509803. It has the hex RGBA8888 value0x123832ff.@ @ @ @ @ @
- See Also:
-
AURORA_SOFT_TEAL
public static final int AURORA_SOFT_TEALThis color constant "Aurora Soft Teal" has RGBA8888 code129880FF, red 0.07058824, green 0.59607846, blue 0.5019608, alpha 1.0, hue 0.47014928, saturation 0.5254902, and lightness 0.33333334. It has the hex RGBA8888 value0x129880ff.@ @ @ @ @ @
- See Also:
-
AURORA_MEDIUM_TEAL
public static final int AURORA_MEDIUM_TEALThis color constant "Aurora Medium Teal" has RGBA8888 code06C491FF, red 0.023529412, green 0.76862746, blue 0.5686275, alpha 1.0, hue 0.45526317, saturation 0.74509805, and lightness 0.39607844. It has the hex RGBA8888 value0x06c491ff.@ @ @ @ @ @
- See Also:
-
AURORA_SPRING_GREEN
public static final int AURORA_SPRING_GREENThis color constant "Aurora Spring Green" has RGBA8888 code00DE6AFF, red 0.0, green 0.87058824, blue 0.41568628, alpha 1.0, hue 0.41291294, saturation 0.87058824, and lightness 0.43529412. It has the hex RGBA8888 value0x00de6aff.@ @ @ @ @ @
- See Also:
-
AURORA_TURQUOISE
public static final int AURORA_TURQUOISEThis color constant "Aurora Turquoise" has RGBA8888 code2DEBA8FF, red 0.1764706, green 0.92156863, blue 0.65882355, alpha 1.0, hue 0.4412281, saturation 0.74509805, and lightness 0.5490196. It has the hex RGBA8888 value0x2deba8ff.@ @ @ @ @ @
- See Also:
-
AURORA_SEAFOAM
public static final int AURORA_SEAFOAMThis color constant "Aurora Seafoam" has RGBA8888 code3CFEA5FF, red 0.23529412, green 0.99607843, blue 0.64705884, alpha 1.0, hue 0.42353952, saturation 0.7607843, and lightness 0.6156863. It has the hex RGBA8888 value0x3cfea5ff.@ @ @ @ @ @
- See Also:
-
AURORA_VARISCITE
public static final int AURORA_VARISCITEThis color constant "Aurora Variscite" has RGBA8888 code6AFFCDFF, red 0.41568628, green 1.0, blue 0.8039216, alpha 1.0, hue 0.4440716, saturation 0.58431375, and lightness 0.7078431. It has the hex RGBA8888 value0x6affcdff.@ @ @ @ @ @
- See Also:
-
AURORA_REFRESHING_MIST
public static final int AURORA_REFRESHING_MISTThis color constant "Aurora Refreshing Mist" has RGBA8888 code91EBFFFF, red 0.5686275, green 0.92156863, blue 1.0, alpha 1.0, hue 0.53030306, saturation 0.43137252, and lightness 0.78431374. It has the hex RGBA8888 value0x91ebffff.@ @ @ @ @ @
- See Also:
-
AURORA_SHINING_SKY
public static final int AURORA_SHINING_SKYThis color constant "Aurora Shining Sky" has RGBA8888 code55E6FFFF, red 0.33333334, green 0.9019608, blue 1.0, alpha 1.0, hue 0.5245098, saturation 0.6666666, and lightness 0.6666667. It has the hex RGBA8888 value0x55e6ffff.@ @ @ @ @ @
- See Also:
-
AURORA_STEAM
public static final int AURORA_STEAMThis color constant "Aurora Steam" has RGBA8888 code7DD7F0FF, red 0.49019608, green 0.84313726, blue 0.9411765, alpha 1.0, hue 0.5362319, saturation 0.4509804, and lightness 0.7156863. It has the hex RGBA8888 value0x7dd7f0ff.@ @ @ @ @ @
- See Also:
-
AURORA_ROBIN_EGG_BLUE
public static final int AURORA_ROBIN_EGG_BLUEThis color constant "Aurora Robin Egg Blue" has RGBA8888 code08DED5FF, red 0.03137255, green 0.87058824, blue 0.8352941, alpha 1.0, hue 0.49299067, saturation 0.8392157, and lightness 0.4509804. It has the hex RGBA8888 value0x08ded5ff.@ @ @ @ @ @
- See Also:
-
AURORA_DENIM_BLUE
public static final int AURORA_DENIM_BLUEThis color constant "Aurora Denim Blue" has RGBA8888 code109CDEFF, red 0.0627451, green 0.6117647, blue 0.87058824, alpha 1.0, hue 0.5533981, saturation 0.80784315, and lightness 0.46666664. It has the hex RGBA8888 value0x109cdeff.@ @ @ @ @ @
- See Also:
-
AURORA_DEEP_TEAL
public static final int AURORA_DEEP_TEALThis color constant "Aurora Deep Teal" has RGBA8888 code055A5CFF, red 0.019607844, green 0.3529412, blue 0.36078432, alpha 1.0, hue 0.50383145, saturation 0.34117648, and lightness 0.19019607. It has the hex RGBA8888 value0x055a5cff.@ @ @ @ @ @
- See Also:
-
AURORA_NAVY_BLUE
public static final int AURORA_NAVY_BLUEThis color constant "Aurora Navy Blue" has RGBA8888 code162C52FF, red 0.08627451, green 0.17254902, blue 0.32156864, alpha 1.0, hue 0.6055556, saturation 0.23529413, and lightness 0.20392157. It has the hex RGBA8888 value0x162c52ff.@ @ @ @ @ @
- See Also:
-
AURORA_BLUEBERRY
public static final int AURORA_BLUEBERRYThis color constant "Aurora Blueberry" has RGBA8888 code0F377DFF, red 0.05882353, green 0.21568628, blue 0.49019608, alpha 1.0, hue 0.6060606, saturation 0.43137255, and lightness 0.27450982. It has the hex RGBA8888 value0x0f377dff.@ @ @ @ @ @
- See Also:
-
AURORA_PRUSSIAN_BLUE
public static final int AURORA_PRUSSIAN_BLUEThis color constant "Aurora Prussian Blue" has RGBA8888 code004A9CFF, red 0.0, green 0.2901961, blue 0.6117647, alpha 1.0, hue 0.58760685, saturation 0.6117647, and lightness 0.30588236. It has the hex RGBA8888 value0x004a9cff.@ @ @ @ @ @
- See Also:
-
AURORA_DESERT_RAIN
public static final int AURORA_DESERT_RAINThis color constant "Aurora Desert Rain" has RGBA8888 code326496FF, red 0.19607843, green 0.39215687, blue 0.5882353, alpha 1.0, hue 0.5833334, saturation 0.3921569, and lightness 0.39215687. It has the hex RGBA8888 value0x326496ff.@ @ @ @ @ @
- See Also:
-
AURORA_ELECTRIC_BLUE
public static final int AURORA_ELECTRIC_BLUEThis color constant "Aurora Electric Blue" has RGBA8888 code0052F6FF, red 0.0, green 0.32156864, blue 0.9647059, alpha 1.0, hue 0.6111111, saturation 0.9647059, and lightness 0.48235294. It has the hex RGBA8888 value0x0052f6ff.@ @ @ @ @ @
- See Also:
-
AURORA_HIDDEN_BLUE
public static final int AURORA_HIDDEN_BLUEThis color constant "Aurora Hidden Blue" has RGBA8888 code186ABDFF, red 0.09411765, green 0.41568628, blue 0.7411765, alpha 1.0, hue 0.5838384, saturation 0.64705884, and lightness 0.41764706. It has the hex RGBA8888 value0x186abdff.@ @ @ @ @ @
- See Also:
-
AURORA_DULL_AZURE
public static final int AURORA_DULL_AZUREThis color constant "Aurora Dull Azure" has RGBA8888 code2378DCFF, red 0.13725491, green 0.47058824, blue 0.8627451, alpha 1.0, hue 0.5900901, saturation 0.7254902, and lightness 0.5. It has the hex RGBA8888 value0x2378dcff.@ @ @ @ @ @
- See Also:
-
AURORA_RIPPED_DENIM
public static final int AURORA_RIPPED_DENIMThis color constant "Aurora Ripped Denim" has RGBA8888 code699DC3FF, red 0.4117647, green 0.6156863, blue 0.7647059, alpha 1.0, hue 0.5703704, saturation 0.3529412, and lightness 0.5882353. It has the hex RGBA8888 value0x699dc3ff.@ @ @ @ @ @
- See Also:
-
AURORA_CALM_SKY
public static final int AURORA_CALM_SKYThis color constant "Aurora Calm Sky" has RGBA8888 code4AA4FFFF, red 0.2901961, green 0.6431373, blue 1.0, alpha 1.0, hue 0.58379376, saturation 0.70980394, and lightness 0.64509803. It has the hex RGBA8888 value0x4aa4ffff.@ @ @ @ @ @
- See Also:
-
AURORA_VAPOR
public static final int AURORA_VAPORThis color constant "Aurora Vapor" has RGBA8888 code90B0FFFF, red 0.5647059, green 0.6901961, blue 1.0, alpha 1.0, hue 0.6186186, saturation 0.4352941, and lightness 0.7823529. It has the hex RGBA8888 value0x90b0ffff.@ @ @ @ @ @
- See Also:
-
AURORA_POWDER_BLUE
public static final int AURORA_POWDER_BLUEThis color constant "Aurora Powder Blue" has RGBA8888 code5AC5FFFF, red 0.3529412, green 0.77254903, blue 1.0, alpha 1.0, hue 0.5585859, saturation 0.64705884, and lightness 0.6764706. It has the hex RGBA8888 value0x5ac5ffff.@ @ @ @ @ @
- See Also:
-
AURORA_SUDS
public static final int AURORA_SUDSThis color constant "Aurora Suds" has RGBA8888 codeBEB9FAFF, red 0.74509805, green 0.7254902, blue 0.98039216, alpha 1.0, hue 0.6794872, saturation 0.25490195, and lightness 0.85294116. It has the hex RGBA8888 value0xbeb9faff.@ @ @ @ @ @
- See Also:
-
AURORA_STRONG_CYAN
public static final int AURORA_STRONG_CYANThis color constant "Aurora Strong Cyan" has RGBA8888 code00BFFFFF, red 0.0, green 0.7490196, blue 1.0, alpha 1.0, hue 0.54183006, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x00bfffff.@ @ @ @ @ @
- See Also:
-
AURORA_SHARP_AZURE
public static final int AURORA_SHARP_AZUREThis color constant "Aurora Sharp Azure" has RGBA8888 code007FFFFF, red 0.0, green 0.49803922, blue 1.0, alpha 1.0, hue 0.5836601, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x007fffff.@ @ @ @ @ @
- See Also:
-
AURORA_BLUE_EYE
public static final int AURORA_BLUE_EYEThis color constant "Aurora Blue Eye" has RGBA8888 code4B7DC8FF, red 0.29411766, green 0.49019608, blue 0.78431374, alpha 1.0, hue 0.6, saturation 0.49019608, and lightness 0.5392157. It has the hex RGBA8888 value0x4b7dc8ff.@ @ @ @ @ @
- See Also:
-
AURORA_SUBTLETY
public static final int AURORA_SUBTLETYThis color constant "Aurora Subtlety" has RGBA8888 code786EF0FF, red 0.47058824, green 0.43137255, blue 0.9411765, alpha 1.0, hue 0.6794872, saturation 0.5098039, and lightness 0.6862745. It has the hex RGBA8888 value0x786ef0ff.@ @ @ @ @ @
- See Also:
-
AURORA_ROUGH_SAPPHIRE
public static final int AURORA_ROUGH_SAPPHIREThis color constant "Aurora Rough Sapphire" has RGBA8888 code4A5AFFFF, red 0.2901961, green 0.3529412, blue 1.0, alpha 1.0, hue 0.6519337, saturation 0.70980394, and lightness 0.64509803. It has the hex RGBA8888 value0x4a5affff.@ @ @ @ @ @
- See Also:
-
AURORA_IRIS
public static final int AURORA_IRISThis color constant "Aurora Iris" has RGBA8888 code6241F6FF, red 0.38431373, green 0.25490198, blue 0.9647059, alpha 1.0, hue 0.69705343, saturation 0.70980394, and lightness 0.6098039. It has the hex RGBA8888 value0x6241f6ff.@ @ @ @ @ @
- See Also:
-
AURORA_CORNFLOWER_BLUE
public static final int AURORA_CORNFLOWER_BLUEThis color constant "Aurora Cornflower Blue" has RGBA8888 code3C3CF5FF, red 0.23529412, green 0.23529412, blue 0.9607843, alpha 1.0, hue 0.6666667, saturation 0.7254902, and lightness 0.5980392. It has the hex RGBA8888 value0x3c3cf5ff.@ @ @ @ @ @
- See Also:
-
AURORA_POLISHED_SAPPHIRE
public static final int AURORA_POLISHED_SAPPHIREThis color constant "Aurora Polished Sapphire" has RGBA8888 code101CDAFF, red 0.0627451, green 0.10980392, blue 0.85490197, alpha 1.0, hue 0.6567657, saturation 0.7921569, and lightness 0.45882356. It has the hex RGBA8888 value0x101cdaff.@ @ @ @ @ @
- See Also:
-
AURORA_ROYAL_BLUE
public static final int AURORA_ROYAL_BLUEThis color constant "Aurora Royal Blue" has RGBA8888 code0010BDFF, red 0.0, green 0.0627451, blue 0.7411765, alpha 1.0, hue 0.6525573, saturation 0.7411765, and lightness 0.37058824. It has the hex RGBA8888 value0x0010bdff.@ @ @ @ @ @
- See Also:
-
AURORA_INDIGO
public static final int AURORA_INDIGOThis color constant "Aurora Indigo" has RGBA8888 code231094FF, red 0.13725491, green 0.0627451, blue 0.5803922, alpha 1.0, hue 0.6906566, saturation 0.5176471, and lightness 0.3215686. It has the hex RGBA8888 value0x231094ff.@ @ @ @ @ @
- See Also:
-
AURORA_SPACE_BLUE
public static final int AURORA_SPACE_BLUEThis color constant "Aurora Space Blue" has RGBA8888 code0C2148FF, red 0.047058824, green 0.12941177, blue 0.28235295, alpha 1.0, hue 0.60833335, saturation 0.23529413, and lightness 0.16470589. It has the hex RGBA8888 value0x0c2148ff.@ @ @ @ @ @
- See Also:
-
AURORA_THICK_AMETHYST
public static final int AURORA_THICK_AMETHYSTThis color constant "Aurora Thick Amethyst" has RGBA8888 code5010B0FF, red 0.3137255, green 0.0627451, blue 0.6901961, alpha 1.0, hue 0.73333335, saturation 0.627451, and lightness 0.37647057. It has the hex RGBA8888 value0x5010b0ff.@ @ @ @ @ @
- See Also:
-
AURORA_JUICY_GRAPE
public static final int AURORA_JUICY_GRAPEThis color constant "Aurora Juicy Grape" has RGBA8888 code6010D0FF, red 0.3764706, green 0.0627451, blue 0.8156863, alpha 1.0, hue 0.7361111, saturation 0.7529412, and lightness 0.43921572. It has the hex RGBA8888 value0x6010d0ff.@ @ @ @ @ @
- See Also:
-
AURORA_BLACKLIGHT_GLOW
public static final int AURORA_BLACKLIGHT_GLOWThis color constant "Aurora Blacklight Glow" has RGBA8888 code8732D2FF, red 0.5294118, green 0.19607843, blue 0.8235294, alpha 1.0, hue 0.7552084, saturation 0.627451, and lightness 0.50980395. It has the hex RGBA8888 value0x8732d2ff.@ @ @ @ @ @
- See Also:
-
AURORA_PURPLE_FREESIA
public static final int AURORA_PURPLE_FREESIAThis color constant "Aurora Purple Freesia" has RGBA8888 code9C41FFFF, red 0.6117647, green 0.25490198, blue 1.0, alpha 1.0, hue 0.74649125, saturation 0.745098, and lightness 0.627451. It has the hex RGBA8888 value0x9c41ffff.@ @ @ @ @ @
- See Also:
-
AURORA_THIN_AMETHYST
public static final int AURORA_THIN_AMETHYSTThis color constant "Aurora Thin Amethyst" has RGBA8888 code7F00FFFF, red 0.49803922, green 0.0, blue 1.0, alpha 1.0, hue 0.74967325, saturation 1.0, and lightness 0.5. It has the hex RGBA8888 value0x7f00ffff.@ @ @ @ @ @
- See Also:
-
AURORA_ORCHID
public static final int AURORA_ORCHIDThis color constant "Aurora Orchid" has RGBA8888 codeBD62FFFF, red 0.7411765, green 0.38431373, blue 1.0, alpha 1.0, hue 0.76326966, saturation 0.6156863, and lightness 0.69215685. It has the hex RGBA8888 value0xbd62ffff.@ @ @ @ @ @
- See Also:
-
AURORA_LAVENDER
public static final int AURORA_LAVENDERThis color constant "Aurora Lavender" has RGBA8888 codeB991FFFF, red 0.7254902, green 0.5686275, blue 1.0, alpha 1.0, hue 0.72727275, saturation 0.43137252, and lightness 0.78431374. It has the hex RGBA8888 value0xb991ffff.@ @ @ @ @ @
- See Also:
-
AURORA_LILAC
public static final int AURORA_LILACThis color constant "Aurora Lilac" has RGBA8888 codeD7A5FFFF, red 0.84313726, green 0.64705884, blue 1.0, alpha 1.0, hue 0.7592593, saturation 0.35294116, and lightness 0.8235294. It has the hex RGBA8888 value0xd7a5ffff.@ @ @ @ @ @
- See Also:
-
AURORA_SOAP
public static final int AURORA_SOAPThis color constant "Aurora Soap" has RGBA8888 codeD7C3FAFF, red 0.84313726, green 0.7647059, blue 0.98039216, alpha 1.0, hue 0.72727275, saturation 0.21568626, and lightness 0.872549. It has the hex RGBA8888 value0xd7c3faff.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_TUTU
public static final int AURORA_PINK_TUTUThis color constant "Aurora Pink Tutu" has RGBA8888 codeF8C6FCFF, red 0.972549, green 0.7764706, blue 0.9882353, alpha 1.0, hue 0.8209877, saturation 0.2117647, and lightness 0.88235295. It has the hex RGBA8888 value0xf8c6fcff.@ @ @ @ @ @
- See Also:
-
AURORA_THISTLE
public static final int AURORA_THISTLEThis color constant "Aurora Thistle" has RGBA8888 codeE673FFFF, red 0.9019608, green 0.4509804, blue 1.0, alpha 1.0, hue 0.80357146, saturation 0.5490196, and lightness 0.7254902. It has the hex RGBA8888 value0xe673ffff.@ @ @ @ @ @
- See Also:
-
AURORA_HELIOTROPE
public static final int AURORA_HELIOTROPEThis color constant "Aurora Heliotrope" has RGBA8888 codeFF52FFFF, red 1.0, green 0.32156864, blue 1.0, alpha 1.0, hue 0.8333333, saturation 0.6784314, and lightness 0.6607843. It has the hex RGBA8888 value0xff52ffff.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_PLUM
public static final int AURORA_LIGHT_PLUMThis color constant "Aurora Light Plum" has RGBA8888 codeDA20E0FF, red 0.85490197, green 0.1254902, blue 0.8784314, alpha 1.0, hue 0.828125, saturation 0.7529412, and lightness 0.50196075. It has the hex RGBA8888 value0xda20e0ff.@ @ @ @ @ @
- See Also:
-
AURORA_WISTERIA
public static final int AURORA_WISTERIAThis color constant "Aurora Wisteria" has RGBA8888 codeBD29FFFF, red 0.7411765, green 0.16078432, blue 1.0, alpha 1.0, hue 0.7819315, saturation 0.8392157, and lightness 0.5803921. It has the hex RGBA8888 value0xbd29ffff.@ @ @ @ @ @
- See Also:
-
AURORA_MEDIUM_PLUM
public static final int AURORA_MEDIUM_PLUMThis color constant "Aurora Medium Plum" has RGBA8888 codeBD10C5FF, red 0.7411765, green 0.0627451, blue 0.77254903, alpha 1.0, hue 0.8259669, saturation 0.70980394, and lightness 0.41764706. It has the hex RGBA8888 value0xbd10c5ff.@ @ @ @ @ @
- See Also:
-
AURORA_VIOLET
public static final int AURORA_VIOLETThis color constant "Aurora Violet" has RGBA8888 code8C14BEFF, red 0.54901963, green 0.078431375, blue 0.74509805, alpha 1.0, hue 0.78431374, saturation 0.6666667, and lightness 0.41176474. It has the hex RGBA8888 value0x8c14beff.@ @ @ @ @ @
- See Also:
-
AURORA_GRAPE_LOLLIPOP
public static final int AURORA_GRAPE_LOLLIPOPThis color constant "Aurora Grape Lollipop" has RGBA8888 code5A187BFF, red 0.3529412, green 0.09411765, blue 0.48235294, alpha 1.0, hue 0.7777778, saturation 0.3882353, and lightness 0.2882353. It has the hex RGBA8888 value0x5a187bff.@ @ @ @ @ @
- See Also:
-
AURORA_MULBERRY
public static final int AURORA_MULBERRYThis color constant "Aurora Mulberry" has RGBA8888 code641464FF, red 0.39215687, green 0.078431375, blue 0.39215687, alpha 1.0, hue 0.8333334, saturation 0.3137255, and lightness 0.23529413. It has the hex RGBA8888 value0x641464ff.@ @ @ @ @ @
- See Also:
-
AURORA_GRAPE_SODA
public static final int AURORA_GRAPE_SODAThis color constant "Aurora Grape Soda" has RGBA8888 code410062FF, red 0.25490198, green 0.0, blue 0.38431373, alpha 1.0, hue 0.7772109, saturation 0.38431373, and lightness 0.19215687. It has the hex RGBA8888 value0x410062ff.@ @ @ @ @ @
- See Also:
-
AURORA_EGGPLANT
public static final int AURORA_EGGPLANTThis color constant "Aurora Eggplant" has RGBA8888 code320A46FF, red 0.19607843, green 0.039215688, blue 0.27450982, alpha 1.0, hue 0.7777778, saturation 0.23529413, and lightness 0.15686275. It has the hex RGBA8888 value0x320a46ff.@ @ @ @ @ @
- See Also:
-
AURORA_CHERRY_SYRUP
public static final int AURORA_CHERRY_SYRUPThis color constant "Aurora Cherry Syrup" has RGBA8888 code551937FF, red 0.33333334, green 0.09803922, blue 0.21568628, alpha 1.0, hue 0.9166667, saturation 0.23529413, and lightness 0.21568629. It has the hex RGBA8888 value0x551937ff.@ @ @ @ @ @
- See Also:
-
AURORA_PLUM_JUICE
public static final int AURORA_PLUM_JUICEThis color constant "Aurora Plum Juice" has RGBA8888 codeA01982FF, red 0.627451, green 0.09803922, blue 0.50980395, alpha 1.0, hue 0.8703704, saturation 0.5294118, and lightness 0.3627451. It has the hex RGBA8888 value0xa01982ff.@ @ @ @ @ @
- See Also:
-
AURORA_FRUIT_PUNCH
public static final int AURORA_FRUIT_PUNCHThis color constant "Aurora Fruit Punch" has RGBA8888 codeC80078FF, red 0.78431374, green 0.0, blue 0.47058824, alpha 1.0, hue 0.9, saturation 0.78431374, and lightness 0.39215687. It has the hex RGBA8888 value0xc80078ff.@ @ @ @ @ @
- See Also:
-
AURORA_BUBBLE_GUM
public static final int AURORA_BUBBLE_GUMThis color constant "Aurora Bubble Gum" has RGBA8888 codeFF50BFFF, red 1.0, green 0.3137255, blue 0.7490196, alpha 1.0, hue 0.89428574, saturation 0.6862745, and lightness 0.65686274. It has the hex RGBA8888 value0xff50bfff.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_LEMONADE
public static final int AURORA_PINK_LEMONADEThis color constant "Aurora Pink Lemonade" has RGBA8888 codeFF6AC5FF, red 1.0, green 0.41568628, blue 0.77254903, alpha 1.0, hue 0.8982103, saturation 0.58431375, and lightness 0.7078431. It has the hex RGBA8888 value0xff6ac5ff.@ @ @ @ @ @
- See Also:
-
AURORA_SHRIMP
public static final int AURORA_SHRIMPThis color constant "Aurora Shrimp" has RGBA8888 codeFAA0B9FF, red 0.98039216, green 0.627451, blue 0.7254902, alpha 1.0, hue 0.9537037, saturation 0.35294116, and lightness 0.8039216. It has the hex RGBA8888 value0xfaa0b9ff.@ @ @ @ @ @
- See Also:
-
AURORA_FLAMINGO
public static final int AURORA_FLAMINGOThis color constant "Aurora Flamingo" has RGBA8888 codeFC3A8CFF, red 0.9882353, green 0.22745098, blue 0.54901963, alpha 1.0, hue 0.9295533, saturation 0.7607843, and lightness 0.6078431. It has the hex RGBA8888 value0xfc3a8cff.@ @ @ @ @ @
- See Also:
-
AURORA_LIPSTICK
public static final int AURORA_LIPSTICKThis color constant "Aurora Lipstick" has RGBA8888 codeE61E78FF, red 0.9019608, green 0.11764706, blue 0.47058824, alpha 1.0, hue 0.925, saturation 0.78431374, and lightness 0.5098039. It has the hex RGBA8888 value0xe61e78ff.@ @ @ @ @ @
- See Also:
-
AURORA_CARMINE
public static final int AURORA_CARMINEThis color constant "Aurora Carmine" has RGBA8888 codeBD1039FF, red 0.7411765, green 0.0627451, blue 0.22352941, alpha 1.0, hue 0.96050096, saturation 0.6784314, and lightness 0.40196076. It has the hex RGBA8888 value0xbd1039ff.@ @ @ @ @ @
- See Also:
-
AURORA_BOLOGNA
public static final int AURORA_BOLOGNAThis color constant "Aurora Bologna" has RGBA8888 code98344DFF, red 0.59607846, green 0.20392157, blue 0.3019608, alpha 1.0, hue 0.9583333, saturation 0.3921569, and lightness 0.39999998. It has the hex RGBA8888 value0x98344dff.@ @ @ @ @ @
- See Also:
-
AURORA_RASPBERRY
public static final int AURORA_RASPBERRYThis color constant "Aurora Raspberry" has RGBA8888 code911437FF, red 0.5686275, green 0.078431375, blue 0.21568628, alpha 1.0, hue 0.9533333, saturation 0.4901961, and lightness 0.32352945. It has the hex RGBA8888 value0x911437ff.@ @ @ @ @ @
- See Also:
-
NAMES
-
NAMES_BY_HUE
All names for colors in this palette, with grayscale first, then sorted by hue from red to yellow to green to blue. You can fetch the corresponding packed int color by looking up a name inNAMED. This does not include aliases. -
COLORS_BY_HUE
public static final com.github.tommyettinger.ds.IntList COLORS_BY_HUEThe packed Oklab int colors that correspond to items inNAMES_BY_HUE, with the same order. -
NAMES_BY_LIGHTNESS
-
RAINBOW
public static final int[] RAINBOWThis array is loaded with the colors found in the rainbow, in the standard ROYGBIV order. You may want to considerCOLOR_WHEEL_PALETTEif you want more hues or varying saturation/lightness; this is close toCOLOR_WHEEL_PALETTE_BRIGHT. -
RED_VIOLET_SERIES
public static final int[] RED_VIOLET_SERIESThis array is loaded with the colors from the traditional Japanese Red-Violet Series found on Wikipedia. -
RED_SERIES
public static final int[] RED_SERIESThis array is loaded with the colors from the traditional Japanese Red Series found on Wikipedia. -
YELLOW_RED_SERIES
public static final int[] YELLOW_RED_SERIESThis array is loaded with the colors from the traditional Japanese Yellow Red Series found on Wikipedia. -
YELLOW_SERIES
public static final int[] YELLOW_SERIESThis array is loaded with the colors from the traditional Japanese Yellow Series found on Wikipedia. -
YELLOW_GREEN_SERIES
public static final int[] YELLOW_GREEN_SERIESThis array is loaded with the colors from the traditional Japanese Yellow Green Series found on Wikipedia. -
BLUE_GREEN_SERIES
public static final int[] BLUE_GREEN_SERIESThis array is loaded with the colors from the traditional Japanese Blue Green Series found on Wikipedia. -
BLUE_VIOLET_SERIES
public static final int[] BLUE_VIOLET_SERIESThis array is loaded with the colors from the traditional Japanese Blue Violet Series found on Wikipedia. -
VIOLET_SERIES
public static final int[] VIOLET_SERIESThis array is loaded with the colors from the traditional Japanese Violet Series found on Wikipedia. -
ACHROMATIC_SERIES
public static final int[] ACHROMATIC_SERIESThis array is loaded with the colors from the traditional Japanese Achromatic Series found on Wikipedia. -
VARIED_PALETTE
public static final int[] VARIED_PALETTEAn array of Oklab int colors that should all be fairly different from any other in the group. This may be useful for tinting things that should be color-coded differently from each other. To get a random order for these colors while still guaranteeing that no color will be drawn twice in the first 56 choices, you can useIntOrderedSet palette = new IntOrderedSet(FullPalette.VARIED_PALETTE).shuffle(rng);(where rng is any non-null EnhancedRandom) and then get sequential colors from that set withint i = 0; int color = palette.getAt(i);, incrementing i before calling getAt again and possibly wrapping withi %= 56;. This includes 56 colors, organized in groups of 4 from dark to light in each group:- 0-3: gray group
- 4-7: brown group
- 8-11: red group
- 12-15: pink group
- 16-19: magenta/purple group
- 20-23: purple/blue-ish group
- 24-27: darker blue group
- 28-31: lighter blue and blue-green group
- 32-35: pure green group
- 36-39: grayish-green group
- 40-43: yellow-green group
- 44-47: yellow group
- 48-51: orange group
- 52-55: orange-red-pink/salmon/coral group
-
DAWNBRINGER_16
public static final int[] DAWNBRINGER_16DawnBringer's original 16-color palette, as posted on the Pixel Joint forums, and since then used in lots of pixel art. Some useful previews can be seen here https://github.com/geoffb/dawnbringer-palettes , and the order this array uses is the same as the previews at the bottom of that page.
Preview of all 16 colors, with names -
DAWNBRINGER_32
public static final int[] DAWNBRINGER_32DawnBringer's 32-color palette, as posted on, the Pixel Joint forums , and since then used in lots of pixel art. Some useful previews can be seen here, and the order this array uses is the same as the previews at the bottom of that page.
Preview of all 32 colors, with names -
DAWNBRINGER_AURORA
public static final int[] DAWNBRINGER_AURORADawnBringer's 256-color Aurora palette, modified slightly to fit one transparent color by removing one gray. Aurora is available in this set of tools for a pixel art editor, but it is usable for lots of high-color purposes. The original palette did not have names. Naming 256 colors was an ordeal, since many of these colors are well-described by the same name, even when two or more can be distinguished visually from each other. For pixel art or low-color edits of traditional art, this palette can reproduce a lot of realistic colors and slight changes on those colors, with many skin tones (mostly, these are numbered so 1 is the darkest skin tone in a group and higher numbers get progressively lighter; the lightest tones areAURORA_LIGHT_SKIN_9,AURORA_PINK_SKIN_4,AURORA_BRONZE_SKIN_4, andAURORA_DARK_SKIN_3, with the LIGHT skin tones steadily going from warm and saturated colors atAURORA_LIGHT_SKIN_1to more pale at 9, and the PINK skin tones meant for accents on some body parts that aren't quite skin-colored, like the lips and ears). Preview of all 256 colors, each with the hex number for its index in this array. Another preview of all 256 colors, but with the name of each color instead (without "Aurora " at the start). -
COLOR_WHEEL_PALETTE
public static final int[] COLOR_WHEEL_PALETTEA predefined palette of 198 colors derived from 21 hand-picked hues on the color wheel, with 9 variations on saturation and value per hue, along with 9 grayscale colors from black to white. Not all of these colors are especially distinguishable from each other; this mainly applies to the darkened colors (DARK_, DRAB_, and RICH_) and sometimes the saturated colors (FLUSH_, BRIGHT_, and RICH_). The precise meanings of the terms used: CW_ is the base color wheel color with medium saturation and value, CW_FADED_ is desaturated, CW_FLUSH_ is saturated, CW_LIGHT_ has value increased, CW_PALE_ has value increased and is desaturated, CW_BRIGHT_ has value increased and is saturated, CW_DARK_ has value decreased significantly, CW_DRAB_ has value decreased and is desaturated, and CW_RICH_ has value decreased and is saturated. The names for the colors are usually chosen based on the appearance of the CW_BRIGHT_ version and the CW_ version, which explains why CW_DRAB_APRICOT doesn't look like the apricot fruit, but CW_BRIGHT_APRICOT probably does, depending on monitor brightness.
The array is organized into 21 hue blocks of 9 colors each, going from mid-value to light-value to dark-value before moving to the next hue block. It starts at red, moves on to brown and orange, yellow, green, blue, purple, and comes almost all the way back around to red. It ends with 9 grayscale colors, from black to white, ordered by brightness. The grayscale colors use different names, going from darkest to lightest: CW_BLACK, CW_ALMOST_BLACK, CW_GRAY_BLACK, CW_DARK_GRAY, CW_GRAY, CW_LIGHT_GRAY, CW_GRAY_WHITE, CW_ALMOST_WHITE, and CW_WHITE. The CW_BROWN group was added after the rest, and has especially low saturation and value, but its hue is at the correct point in the order.
Preview of 189 colors (all except grayscale), with names -
COLOR_WHEEL_PALETTE_REDUCED
public static final int[] COLOR_WHEEL_PALETTE_REDUCEDAn alternate version ofCOLOR_WHEEL_PALETTEthat has 16 hues (instead of 21 in the other palette) followed by grayscale, with each hue containing 9 colors (there are also 9 grayscale colors). Very similar hues have been removed from COLOR_WHEEL_PALETTE to try to better support random (or random-like) selection of colors. Each section of 9 colors per hue has been reordered as well, going in this order:CW_PALE, high brightness, low saturationCW_LIGHT, high brightness, medium saturationCW_BRIGHT, high brightness, high saturationCW_FADED, medium brightness, low saturationCW, medium brightness, medium saturationCW_FLUSH, medium brightness, high saturationCW_DRAB, low brightness, low saturationCW_DARK, low brightness, medium saturationCW_RICH, low brightness, high saturation
You can use some of the utility methods in this class to get colors from this with a good distribution, includingrandomColorWheel(EnhancedRandom, int, int),indexedColorWheel(int, int, int), and the overloads of those methods with fewer parameters. If those methods fit your needs, you don't need to read the next section.
This is organized the way it is to allow efficient random color fetching when you know what brightness and saturation you want. Example code for this given anEnhancedRandomcalledrng, with brightness and saturation as ints calledbrightandsatbetween 0 and 2 inclusive, would be:FullPalette.COLOR_WHEEL_PALETTE_REDUCED[rng.next(4) * 9 + 3 * bright + sat]. That code won't ever get a grayscale color, but should have an equal chance of choosing any of the 16 hues, with the given saturation and brightness. You might want to select colors in a sequence, with a very low chance of similar colors being close in the sequence; this can be done in a few ways depending on whether you want saturation and brightness to change as well as hue. If you know brightness and saturation as ints between 0 and 2 (inclusive) calledbrightandsat, as before, you can go through the 16 hues in a good pattern using a change to the index (an int calledidxhere):FullPalette.COLOR_WHEEL_PALETTE_REDUCED[(idx * 7 & 15) * 9 + 3 * bright + sat]. If you add 1 to idx each time, as in an ordinary for loop, then that code will produce 16 different hues in a fairly well-distributed way as idx goes from 0 to 15. If you want brightness to also change in a sequence, you can useFullPalette.COLOR_WHEEL_PALETTE_REDUCED[((idx * 497) % 48 ^ (idx * 497 >> 2 & 3)) * 3 + sat]for idx values between 0 and 47, inclusive (this is rather complicated due to issues with simpler methods yielding brightness changes in an obvious pattern). If you want to select from all 144 non-grayscale colors in a sequence, you can tryFullPalette.COLOR_WHEEL_PALETTE_REDUCED[(idx * 89) % 144 ^ (idx * 89 >> 2 & 3)], which will yield all the colors with a good distribution as idx goes from 0 to 143. -
COLOR_WHEEL_PALETTE_PALE
public static final int[] COLOR_WHEEL_PALETTE_PALE16 high-brightness, low-saturation colors. -
COLOR_WHEEL_PALETTE_LIGHT
public static final int[] COLOR_WHEEL_PALETTE_LIGHT16 high-brightness, mid-saturation colors. -
COLOR_WHEEL_PALETTE_BRIGHT
public static final int[] COLOR_WHEEL_PALETTE_BRIGHT16 high-brightness, high-saturation colors. -
COLOR_WHEEL_PALETTE_FADED
public static final int[] COLOR_WHEEL_PALETTE_FADED16 mid-brightness, low-saturation colors. -
COLOR_WHEEL_PALETTE_MID
public static final int[] COLOR_WHEEL_PALETTE_MID16 mid-brightness, mid-saturation colors. -
COLOR_WHEEL_PALETTE_FLUSH
public static final int[] COLOR_WHEEL_PALETTE_FLUSH16 mid-brightness, high-saturation colors. -
COLOR_WHEEL_PALETTE_DRAB
public static final int[] COLOR_WHEEL_PALETTE_DRAB16 low-brightness, low-saturation colors. -
COLOR_WHEEL_PALETTE_DARK
public static final int[] COLOR_WHEEL_PALETTE_DARK16 low-brightness, mid-saturation colors. -
COLOR_WHEEL_PALETTE_RICH
public static final int[] COLOR_WHEEL_PALETTE_RICH16 low-brightness, high-saturation colors. -
COLOR_WHEEL_PALETTES
public static final int[][] COLOR_WHEEL_PALETTESContains 9 arrays of 16 SColors each, with each of the outer arrays having a specific saturation and brightness, and the inner arrays all going through the 16 "reduced" Color Wheel palette hues. Meant to be used withIntShuffler indexShuffle = new IntShuffler(16, seed);, where seed is any long, followed byint color = COLOR_WHEEL_PALETTES[which][indexShuffle.next()];, where which is between 0 and 8 inclusive. This allows getting various saturation and brightness combinations from the same hue. Note that the example indexShuffle returns an int between 0 and 15, so it would be used to select from the inner arrays.
-
-
Method Details
-
randomColorWheel
public static int randomColorWheel(com.github.tommyettinger.random.EnhancedRandom rng, int bright, int sat) Gets a random color from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified brightness (0 is darkest, 1 is middle-bright, 2 is brightest) and saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the specified EnhancedRandom.- Parameters:
rng- used to choose the huebright- the brightness to use, from 0 (dark) to 2 (bright)sat- the saturation to use, from 0 (grayish) to 2 (boldly colored)- Returns:
- a randomly selected int from
COLOR_WHEEL_PALETTE_REDUCED
-
randomColorWheel
public static int randomColorWheel(com.github.tommyettinger.random.EnhancedRandom rng) Gets a random color from the paletteCOLOR_WHEEL_PALETTE_REDUCED, using the specified EnhancedRandom to determine saturation, brightness, and hue.- Parameters:
rng- used to choose everything- Returns:
- a randomly selected int from
COLOR_WHEEL_PALETTE_REDUCED
-
indexedColorWheel
public static int indexedColorWheel(int idx, int bright, int sat) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified brightness (0 is darkest, 1 is middle-bright, 2 is brightest) and saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the given index to ensure similar index values usually return very different colors. This can return up to 16 colors before cycling, if bright and sat stay the same.- Parameters:
idx- the index; should change by 1 per color generated to ensure different colorsbright- the brightness to use, from 0 (dark) to 2 (bright)sat- the saturation to use, from 0 (grayish) to 2 (boldly colored)- Returns:
- a mathematically selected int from
COLOR_WHEEL_PALETTE_REDUCED
-
indexedColorWheel
public static int indexedColorWheel(int idx, int sat) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the given index to ensure similar index values usually return very different colors. This can return up to 48 colors before cycling, if sat stays the same.- Parameters:
idx- the index; should change by 1 per color generated to ensure different colorssat- the saturation to use, from 0 (grayish) to 2 (boldly colored)- Returns:
- a mathematically selected int from
COLOR_WHEEL_PALETTE_REDUCED
-
indexedColorWheel
public static int indexedColorWheel(int idx) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, using the given index to ensure similar index values usually return very different colors. This can return up to 144 colors before cycling, which is the total amount of non-grayscale colors in COLOR_WHEEL_PALETTE_REDUCED.- Parameters:
idx- the index; should change by 1 per color generated to ensure different colors- Returns:
- a mathematically selected int from
COLOR_WHEEL_PALETTE_REDUCED
-