Class FullPaletteRgb

java.lang.Object
com.github.yellowstonegames.core.FullPaletteRgb

public final class FullPaletteRgb extends Object
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 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

    Fields
    Modifier and Type
    Field
    Description
    static final int[]
    This array is loaded with the colors from the traditional Japanese Achromatic Series found on Wikipedia.
    static final int
    This color constant "Alice Blue" has RGBA8888 code F0F8FFFF, red 0.9411765, green 0.972549, blue 1.0, alpha 1.0, hue 0.5777778, saturation 0.058823526, and lightness 0.9705882.
    static final int
    This color constant "Alizarin" has RGBA8888 code E32636FF, red 0.8901961, green 0.14901961, blue 0.21176471, alpha 1.0, hue 0.9858906, saturation 0.7411765, and lightness 0.51960784.
    static final int
    This color constant "Aloewood" has RGBA8888 code 6A432DFF, red 0.41568628, green 0.2627451, blue 0.1764706, alpha 1.0, hue 0.060109295, saturation 0.23921569, and lightness 0.29607844.
    static final int
    This color constant "Aloewood Brown" has RGBA8888 code 5A6457FF, red 0.3529412, green 0.39215687, blue 0.34117648, alpha 1.0, hue 0.2948718, saturation 0.05098039, and lightness 0.36666667.
    static final int
    This color constant "Amaranth" has RGBA8888 code E52B50FF, red 0.8980392, green 0.16862746, blue 0.3137255, alpha 1.0, hue 0.96684587, saturation 0.7294118, and lightness 0.53333336.
    static final int
    This color constant "Amber" has RGBA8888 code FFBF00FF, red 1.0, green 0.7490196, blue 0.0, alpha 1.0, hue 0.1248366, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Amber Dye" has RGBA8888 code CA6924FF, red 0.7921569, green 0.4117647, blue 0.14117648, alpha 1.0, hue 0.06927711, saturation 0.6509804, and lightness 0.4666667.
    static final int
    This color constant "Amethyst" has RGBA8888 code 9966CCFF, red 0.6, green 0.4, blue 0.8, alpha 1.0, hue 0.75, saturation 0.4, and lightness 0.6.
    static final int
    This color constant "Amur Cork Tree" has RGBA8888 code F3C13AFF, red 0.9529412, green 0.75686276, blue 0.22745098, alpha 1.0, hue 0.121621616, saturation 0.7254902, and lightness 0.5901961.
    static final int
    This color constant "Apricot" has RGBA8888 code FBCEB1FF, red 0.9843137, green 0.80784315, blue 0.69411767, alpha 1.0, hue 0.06531531, saturation 0.29019606, and lightness 0.8392157.
    static final int
    This color constant "Aqua" has RGBA8888 code 00FFFFFF, red 0.0, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Aquamarine" has RGBA8888 code 7FFFD4FF, red 0.49803922, green 1.0, blue 0.83137256, alpha 1.0, hue 0.44401044, saturation 0.50196075, and lightness 0.7490196.
    static final int
    This color constant "Army Green" has RGBA8888 code 4B5320FF, red 0.29411766, green 0.3254902, blue 0.1254902, alpha 1.0, hue 0.19281048, saturation 0.2, and lightness 0.2254902.
    static final int
    This color constant "Asparagus" has RGBA8888 code 7BA05BFF, red 0.48235294, green 0.627451, blue 0.35686275, alpha 1.0, hue 0.25603867, saturation 0.27058825, and lightness 0.4921569.
    static final int
    This color constant "Atomic Tangerine" has RGBA8888 code FF9966FF, red 1.0, green 0.6, blue 0.4, alpha 1.0, hue 0.05555556, saturation 0.6, and lightness 0.7.
    static final int
    This color constant "Auburn" has RGBA8888 code 6D351AFF, red 0.42745098, green 0.20784314, blue 0.101960786, alpha 1.0, hue 0.05421687, saturation 0.3254902, and lightness 0.26470587.
    static final int
    This color constant "Aurora Absinthe" has RGBA8888 code 9BF046FF, red 0.60784316, green 0.9411765, blue 0.27450982, alpha 1.0, hue 0.25, saturation 0.6666666, and lightness 0.60784316.
    static final int
    This color constant "Aurora Air Force Blue" has RGBA8888 code 578FC7FF, red 0.34117648, green 0.56078434, blue 0.78039217, alpha 1.0, hue 0.5833334, saturation 0.4392157, and lightness 0.56078434.
    static final int
    This color constant "Aurora Amazonite" has RGBA8888 code 8FC7C7FF, red 0.56078434, green 0.78039217, blue 0.78039217, alpha 1.0, hue 0.5, saturation 0.21960783, and lightness 0.67058825.
    static final int
    This color constant "Aurora Angel Wing" has RGBA8888 code E1F8FAFF, red 0.88235295, green 0.972549, blue 0.98039216, alpha 1.0, hue 0.5133333, saturation 0.09803921, and lightness 0.9313725.
    static final int
    This color constant "Aurora Apple Green" has RGBA8888 code 14E60AFF, red 0.078431375, green 0.9019608, blue 0.039215688, alpha 1.0, hue 0.3257576, saturation 0.8627451, and lightness 0.47058824.
    static final int
    This color constant "Aurora Apricot" has RGBA8888 code FFA53CFF, red 1.0, green 0.64705884, blue 0.23529412, alpha 1.0, hue 0.0897436, saturation 0.7647059, and lightness 0.61764705.
    static final int
    This color constant "Aurora Aquamarine" has RGBA8888 code C7F1F1FF, red 0.78039217, green 0.94509804, blue 0.94509804, alpha 1.0, hue 0.5, saturation 0.16470587, and lightness 0.8627451.
    static final int
    This color constant "Aurora Army Green" has RGBA8888 code 626200FF, red 0.38431373, green 0.38431373, blue 0.0, alpha 1.0, hue 0.16666666, saturation 0.38431373, and lightness 0.19215687.
    static final int
    This color constant "Aurora Artichoke" has RGBA8888 code 87B48EFF, red 0.5294118, green 0.7058824, blue 0.5568628, alpha 1.0, hue 0.35925928, saturation 0.17647058, and lightness 0.61764705.
    static final int
    This color constant "Aurora Asparagus" has RGBA8888 code 587D3EFF, red 0.34509805, green 0.49019608, blue 0.24313726, alpha 1.0, hue 0.26455027, saturation 0.24705882, and lightness 0.36666667.
    static final int
    This color constant "Aurora Avocado" has RGBA8888 code 6AA805FF, red 0.41568628, green 0.65882355, blue 0.019607844, alpha 1.0, hue 0.23006135, saturation 0.6392157, and lightness 0.3392157.
    static final int
    This color constant "Aurora Banana Pudding" has RGBA8888 code E6D55AFF, red 0.9019608, green 0.8352941, blue 0.3529412, alpha 1.0, hue 0.14642859, saturation 0.5490196, and lightness 0.627451.
    static final int
    This color constant "Aurora Beige" has RGBA8888 code CBAA89FF, red 0.79607844, green 0.6666667, blue 0.5372549, alpha 1.0, hue 0.083333336, saturation 0.2588235, and lightness 0.6666667.
    static final int
    This color constant "Aurora Blacklight Glow" has RGBA8888 code 8732D2FF, red 0.5294118, green 0.19607843, blue 0.8235294, alpha 1.0, hue 0.7552084, saturation 0.627451, and lightness 0.50980395.
    static final int
    This color constant "Aurora Blue Eye" has RGBA8888 code 4B7DC8FF, red 0.29411766, green 0.49019608, blue 0.78431374, alpha 1.0, hue 0.6, saturation 0.49019608, and lightness 0.5392157.
    static final int
    This color constant "Aurora Blue Smoke" has RGBA8888 code 8FABC7FF, red 0.56078434, green 0.67058825, blue 0.78039217, alpha 1.0, hue 0.5833334, saturation 0.21960783, and lightness 0.67058825.
    static final int
    This color constant "Aurora Blue Steel" has RGBA8888 code 7676CAFF, red 0.4627451, green 0.4627451, blue 0.7921569, alpha 1.0, hue 0.6666667, saturation 0.32941177, and lightness 0.627451.
    static final int
    This color constant "Aurora Blueberry" has RGBA8888 code 0F377DFF, red 0.05882353, green 0.21568628, blue 0.49019608, alpha 1.0, hue 0.6060606, saturation 0.43137255, and lightness 0.27450982.
    static final int
    This color constant "Aurora Bologna" has RGBA8888 code 98344DFF, red 0.59607846, green 0.20392157, blue 0.3019608, alpha 1.0, hue 0.9583333, saturation 0.3921569, and lightness 0.39999998.
    static final int
    This color constant "Aurora Boysenberry" has RGBA8888 code 57578FFF, red 0.34117648, green 0.34117648, blue 0.56078434, alpha 1.0, hue 0.6666667, saturation 0.21960786, and lightness 0.4509804.
    static final int
    This color constant "Aurora Brick" has RGBA8888 code D5524AFF, red 0.8352941, green 0.32156864, blue 0.2901961, alpha 1.0, hue 0.009592325, saturation 0.54509807, and lightness 0.5627451.
    static final int
    This color constant "Aurora Bronze Skin 1" has RGBA8888 code 73573BFF, red 0.4509804, green 0.34117648, blue 0.23137255, alpha 1.0, hue 0.083333336, saturation 0.21960784, and lightness 0.34117645.
    static final int
    This color constant "Aurora Bronze Skin 2" has RGBA8888 code 8F7357FF, red 0.56078434, green 0.4509804, blue 0.34117648, alpha 1.0, hue 0.08333332, saturation 0.21960786, and lightness 0.4509804.
    static final int
    This color constant "Aurora Bronze Skin 3" has RGBA8888 code C49E73FF, red 0.76862746, green 0.61960787, blue 0.4509804, alpha 1.0, hue 0.08847737, saturation 0.31764707, and lightness 0.6098039.
    static final int
    This color constant "Aurora Bronze Skin 4" has RGBA8888 code E3C7ABFF, red 0.8901961, green 0.78039217, blue 0.67058825, alpha 1.0, hue 0.083333336, saturation 0.21960783, and lightness 0.78039217.
    static final int
    This color constant "Aurora Brown Velvet" has RGBA8888 code 4B2837FF, red 0.29411766, green 0.15686275, blue 0.21568628, alpha 1.0, hue 0.92857146, saturation 0.13725491, and lightness 0.2254902.
    static final int
    This color constant "Aurora Bubble" has RGBA8888 code BFFFFFFF, red 0.7490196, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 0.25098038, and lightness 0.8745098.
    static final int
    This color constant "Aurora Bubble Gum" has RGBA8888 code FF50BFFF, red 1.0, green 0.3137255, blue 0.7490196, alpha 1.0, hue 0.89428574, saturation 0.6862745, and lightness 0.65686274.
    static final int
    This color constant "Aurora Bubblegum Pink" has RGBA8888 code FD81FFFF, red 0.99215686, green 0.5058824, blue 1.0, alpha 1.0, hue 0.8306879, saturation 0.49411762, and lightness 0.7529412.
    static final int
    This color constant "Aurora Burnt Yellow" has RGBA8888 code D79B0FFF, red 0.84313726, green 0.60784316, blue 0.05882353, alpha 1.0, hue 0.11666667, saturation 0.78431374, and lightness 0.45098042.
    static final int
    This color constant "Aurora Calm Sky" has RGBA8888 code 4AA4FFFF, red 0.2901961, green 0.6431373, blue 1.0, alpha 1.0, hue 0.58379376, saturation 0.70980394, and lightness 0.64509803.
    static final int
    This color constant "Aurora Carmine" has RGBA8888 code BD1039FF, red 0.7411765, green 0.0627451, blue 0.22352941, alpha 1.0, hue 0.96050096, saturation 0.6784314, and lightness 0.40196076.
    static final int
    This color constant "Aurora Cedar Wood" has RGBA8888 code 621800FF, red 0.38431373, green 0.09411765, blue 0.0, alpha 1.0, hue 0.040816326, saturation 0.38431373, and lightness 0.19215687.
    static final int
    This color constant "Aurora Celadon" has RGBA8888 code AFFFAFFF, red 0.6862745, green 1.0, blue 0.6862745, alpha 1.0, hue 0.33333334, saturation 0.31372547, and lightness 0.84313726.
    static final int
    This color constant "Aurora Celery" has RGBA8888 code 7DFF73FF, red 0.49019608, green 1.0, blue 0.4509804, alpha 1.0, hue 0.32142857, saturation 0.5490196, and lightness 0.7254902.
    static final int
    This color constant "Aurora Chartreuse" has RGBA8888 code C8FF41FF, red 0.78431374, green 1.0, blue 0.25490198, alpha 1.0, hue 0.21491227, saturation 0.745098, and lightness 0.627451.
    static final int
    This color constant "Aurora Cherry Syrup" has RGBA8888 code 551937FF, red 0.33333334, green 0.09803922, blue 0.21568628, alpha 1.0, hue 0.9166667, saturation 0.23529413, and lightness 0.21568629.
    static final int
    This color constant "Aurora Chinchilla" has RGBA8888 code 929292FF, red 0.57254905, green 0.57254905, blue 0.57254905, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.57254905.
    static final int
    This color constant "Aurora Chipped Granite" has RGBA8888 code A8B9DCFF, red 0.65882355, green 0.7254902, blue 0.8627451, alpha 1.0, hue 0.6121795, saturation 0.20392156, and lightness 0.7607843.
    static final int
    This color constant "Aurora Cloud" has RGBA8888 code EDEDEDFF, red 0.92941177, green 0.92941177, blue 0.92941177, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.92941177.
    static final int
    This color constant "Aurora Coal Black" has RGBA8888 code 131313FF, red 0.07450981, green 0.07450981, blue 0.07450981, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.07450981.
    static final int
    This color constant "Aurora Cold Iron" has RGBA8888 code 57738FFF, red 0.34117648, green 0.4509804, blue 0.56078434, alpha 1.0, hue 0.5833334, saturation 0.21960786, and lightness 0.4509804.
    static final int
    This color constant "Aurora Corn Silk" has RGBA8888 code C7C78FFF, red 0.78039217, green 0.78039217, blue 0.56078434, alpha 1.0, hue 0.16666667, saturation 0.21960783, and lightness 0.67058825.
    static final int
    This color constant "Aurora Cornflower Blue" has RGBA8888 code 3C3CF5FF, red 0.23529412, green 0.23529412, blue 0.9607843, alpha 1.0, hue 0.6666667, saturation 0.7254902, and lightness 0.5980392.
    static final int
    This color constant "Aurora Cotton Candy" has RGBA8888 code FFDCF5FF, red 1.0, green 0.8627451, blue 0.9607843, alpha 1.0, hue 0.88095236, saturation 0.1372549, and lightness 0.9313725.
    static final int
    This color constant "Aurora Cream" has RGBA8888 code FFFFBFFF, red 1.0, green 1.0, blue 0.7490196, alpha 1.0, hue 0.16666667, saturation 0.25098038, and lightness 0.8745098.
    static final int
    This color constant "Aurora Cricket" has RGBA8888 code 8F8F57FF, red 0.56078434, green 0.56078434, blue 0.34117648, alpha 1.0, hue 0.16666666, saturation 0.21960786, and lightness 0.4509804.
    static final int
    This color constant "Aurora Cyan" has RGBA8888 code 00FFFFFF, red 0.0, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Aurora Dark Pine" has RGBA8888 code 283405FF, red 0.15686275, green 0.20392157, blue 0.019607844, alpha 1.0, hue 0.20921987, saturation 0.18431373, and lightness 0.11176471.
    static final int
    This color constant "Aurora Dark Skin 1" has RGBA8888 code 573B3BFF, red 0.34117648, green 0.23137255, blue 0.23137255, alpha 1.0, hue 0.0, saturation 0.10980393, and lightness 0.28627452.
    static final int
    This color constant "Aurora Dark Skin 2" has RGBA8888 code 73413CFF, red 0.4509804, green 0.25490198, blue 0.23529412, alpha 1.0, hue 0.015151525, saturation 0.21568628, and lightness 0.34313726.
    static final int
    This color constant "Aurora Dark Skin 3" has RGBA8888 code 8E5555FF, red 0.5568628, green 0.33333334, blue 0.33333334, alpha 1.0, hue 0.0, saturation 0.22352943, and lightness 0.44509807.
    static final int
    This color constant "Aurora Dark Teal" has RGBA8888 code 234146FF, red 0.13725491, green 0.25490198, blue 0.27450982, alpha 1.0, hue 0.52380955, saturation 0.13725491, and lightness 0.20588237.
    static final int
    This color constant "Aurora Deep Jungle" has RGBA8888 code 191E0FFF, red 0.09803922, green 0.11764706, blue 0.05882353, alpha 1.0, hue 0.22222224, saturation 0.05882353, and lightness 0.0882353.
    static final int
    This color constant "Aurora Deep Purple" has RGBA8888 code 7F007FFF, red 0.49803922, green 0.0, blue 0.49803922, alpha 1.0, hue 0.8333333, saturation 0.49803922, and lightness 0.24901961.
    static final int
    This color constant "Aurora Deep Teal" has RGBA8888 code 055A5CFF, red 0.019607844, green 0.3529412, blue 0.36078432, alpha 1.0, hue 0.50383145, saturation 0.34117648, and lightness 0.19019607.
    static final int
    This color constant "Aurora Denim Blue" has RGBA8888 code 109CDEFF, red 0.0627451, green 0.6117647, blue 0.87058824, alpha 1.0, hue 0.5533981, saturation 0.80784315, and lightness 0.46666664.
    static final int
    This color constant "Aurora Desert Rain" has RGBA8888 code 326496FF, red 0.19607843, green 0.39215687, blue 0.5882353, alpha 1.0, hue 0.5833334, saturation 0.3921569, and lightness 0.39215687.
    static final int
    This color constant "Aurora Drab Green" has RGBA8888 code 414123FF, red 0.25490198, green 0.25490198, blue 0.13725491, alpha 1.0, hue 0.16666666, saturation 0.11764707, and lightness 0.19607845.
    static final int
    This color constant "Aurora Dreary Blue" has RGBA8888 code 3B5773FF, red 0.23137255, green 0.34117648, blue 0.4509804, alpha 1.0, hue 0.5833334, saturation 0.21960784, and lightness 0.34117645.
    static final int
    This color constant "Aurora Dried Sage" has RGBA8888 code ABE3C5FF, red 0.67058825, green 0.8901961, blue 0.77254903, alpha 1.0, hue 0.4107143, saturation 0.21960783, and lightness 0.78039217.
    static final int
    This color constant "Aurora Driftwood" has RGBA8888 code 8C805AFF, red 0.54901963, green 0.5019608, blue 0.3529412, alpha 1.0, hue 0.12666667, saturation 0.19607845, and lightness 0.4509804.
    static final int
    This color constant "Aurora Dry Brush" has RGBA8888 code AC9400FF, red 0.6745098, green 0.5803922, blue 0.0, alpha 1.0, hue 0.14341085, saturation 0.6745098, and lightness 0.3372549.
    static final int
    This color constant "Aurora Dry Pepper" has RGBA8888 code DA6E0AFF, red 0.85490197, green 0.43137255, blue 0.039215688, alpha 1.0, hue 0.0801282, saturation 0.8156863, and lightness 0.4470588.
    static final int
    This color constant "Aurora Dull Azure" has RGBA8888 code 2378DCFF, red 0.13725491, green 0.47058824, blue 0.8627451, alpha 1.0, hue 0.5900901, saturation 0.7254902, and lightness 0.5.
    static final int
    This color constant "Aurora Dull Green" has RGBA8888 code 53500AFF, red 0.3254902, green 0.3137255, blue 0.039215688, alpha 1.0, hue 0.15981735, saturation 0.28627452, and lightness 0.18235296.
    static final int
    This color constant "Aurora Dull Violet" has RGBA8888 code 73578FFF, red 0.4509804, green 0.34117648, blue 0.56078434, alpha 1.0, hue 0.75, saturation 0.21960786, and lightness 0.4509804.
    static final int
    This color constant "Aurora Dun" has RGBA8888 code B5B572FF, red 0.70980394, green 0.70980394, blue 0.44705883, alpha 1.0, hue 0.16666667, saturation 0.2627451, and lightness 0.57843137.
    static final int
    This color constant "Aurora Dust Bunny" has RGBA8888 code BED2F0FF, red 0.74509805, green 0.8235294, blue 0.9411765, alpha 1.0, hue 0.6, saturation 0.19607842, and lightness 0.8431373.
    static final int
    This color constant "Aurora Dusty Grape" has RGBA8888 code 724072FF, red 0.44705883, green 0.2509804, blue 0.44705883, alpha 1.0, hue 0.8333333, saturation 0.19607842, and lightness 0.34901962.
    static final int
    This color constant "Aurora Dusty Green" has RGBA8888 code 73AB73FF, red 0.4509804, green 0.67058825, blue 0.4509804, alpha 1.0, hue 0.33333334, saturation 0.21960786, and lightness 0.56078434.
    static final int
    This color constant "Aurora Dusty Pink" has RGBA8888 code C78FB9FF, red 0.78039217, green 0.56078434, blue 0.7254902, alpha 1.0, hue 0.875, saturation 0.21960783, and lightness 0.67058825.
    static final int
    This color constant "Aurora Earwax" has RGBA8888 code BFBF3FFF, red 0.7490196, green 0.7490196, blue 0.24705882, alpha 1.0, hue 0.16666666, saturation 0.5019608, and lightness 0.49803922.
    static final int
    This color constant "Aurora Eggplant" has RGBA8888 code 320A46FF, red 0.19607843, green 0.039215688, blue 0.27450982, alpha 1.0, hue 0.7777778, saturation 0.23529413, and lightness 0.15686275.
    static final int
    This color constant "Aurora Electric Blue" has RGBA8888 code 0052F6FF, red 0.0, green 0.32156864, blue 0.9647059, alpha 1.0, hue 0.6111111, saturation 0.9647059, and lightness 0.48235294.
    static final int
    This color constant "Aurora Elephant" has RGBA8888 code 808080FF, red 0.5019608, green 0.5019608, blue 0.5019608, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.5019608.
    static final int
    This color constant "Aurora Embers" has RGBA8888 code F55A32FF, red 0.9607843, green 0.3529412, blue 0.19607843, alpha 1.0, hue 0.034188036, saturation 0.7647059, and lightness 0.5784313.
    static final int
    This color constant "Aurora Emerald" has RGBA8888 code 00C514FF, red 0.0, green 0.77254903, blue 0.078431375, alpha 1.0, hue 0.35025382, saturation 0.77254903, and lightness 0.38627452.
    static final int
    This color constant "Aurora Eminence" has RGBA8888 code 3C233CFF, red 0.23529412, green 0.13725491, blue 0.23529412, alpha 1.0, hue 0.8333333, saturation 0.09803921, and lightness 0.18627451.
    static final int
    This color constant "Aurora Eucalyptus" has RGBA8888 code 1C8C4EFF, red 0.10980392, green 0.54901963, blue 0.30588236, alpha 1.0, hue 0.4077381, saturation 0.43921572, and lightness 0.3294118.
    static final int
    This color constant "Aurora Faded Blue" has RGBA8888 code 3F3FBFFF, red 0.24705882, green 0.24705882, blue 0.7490196, alpha 1.0, hue 0.6666667, saturation 0.5019608, and lightness 0.49803922.
    static final int
    This color constant "Aurora Fawn" has RGBA8888 code BF7F3FFF, red 0.7490196, green 0.49803922, blue 0.24705882, alpha 1.0, hue 0.08333332, saturation 0.5019608, and lightness 0.49803922.
    static final int
    This color constant "Aurora Feather Down" has RGBA8888 code E3E3FFFF, red 0.8901961, green 0.8901961, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.109803915, and lightness 0.94509804.
    static final int
    This color constant "Aurora Fern Green" has RGBA8888 code 0C5C0CFF, red 0.047058824, green 0.36078432, blue 0.047058824, alpha 1.0, hue 0.33333334, saturation 0.3137255, and lightness 0.20392157.
    static final int
    This color constant "Aurora Flamingo" has RGBA8888 code FC3A8CFF, red 0.9882353, green 0.22745098, blue 0.54901963, alpha 1.0, hue 0.9295533, saturation 0.7607843, and lightness 0.6078431.
    static final int
    This color constant "Aurora Floral Foam" has RGBA8888 code 0F6946FF, red 0.05882353, green 0.4117647, blue 0.27450982, alpha 1.0, hue 0.4351852, saturation 0.3529412, and lightness 0.2352941.
    static final int
    This color constant "Aurora Fog" has RGBA8888 code C9C9C9FF, red 0.7882353, green 0.7882353, blue 0.7882353, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7882353.
    static final int
    This color constant "Aurora Forest Glen" has RGBA8888 code 149605FF, red 0.078431375, green 0.5882353, blue 0.019607844, alpha 1.0, hue 0.31609195, saturation 0.5686275, and lightness 0.30392158.
    static final int
    This color constant "Aurora Fresh Blood" has RGBA8888 code FF0000FF, red 1.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Aurora Frog Green" has RGBA8888 code 73C805FF, red 0.4509804, green 0.78431374, blue 0.019607844, alpha 1.0, hue 0.23931625, saturation 0.7647059, and lightness 0.4019608.
    static final int
    This color constant "Aurora Fruit Punch" has RGBA8888 code C80078FF, red 0.78431374, green 0.0, blue 0.47058824, alpha 1.0, hue 0.9, saturation 0.78431374, and lightness 0.39215687.
    static final int
    This color constant "Aurora Fusion Red" has RGBA8888 code FF3C0AFF, red 1.0, green 0.23529412, blue 0.039215688, alpha 1.0, hue 0.034013607, saturation 0.9607843, and lightness 0.51960784.
    static final int
    This color constant "Aurora Garter Snake" has RGBA8888 code 64C082FF, red 0.39215687, green 0.7529412, blue 0.50980395, alpha 1.0, hue 0.3876812, saturation 0.36078432, and lightness 0.57254905.
    static final int
    This color constant "Aurora Grape Lollipop" has RGBA8888 code 5A187BFF, red 0.3529412, green 0.09411765, blue 0.48235294, alpha 1.0, hue 0.7777778, saturation 0.3882353, and lightness 0.2882353.
    static final int
    This color constant "Aurora Grape Soda" has RGBA8888 code 410062FF, red 0.25490198, green 0.0, blue 0.38431373, alpha 1.0, hue 0.7772109, saturation 0.38431373, and lightness 0.19215687.
    static final int
    This color constant "Aurora Graphite" has RGBA8888 code 373737FF, red 0.21568628, green 0.21568628, blue 0.21568628, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.21568628.
    static final int
    This color constant "Aurora Gray Green" has RGBA8888 code 506450FF, red 0.3137255, green 0.39215687, blue 0.3137255, alpha 1.0, hue 0.33333334, saturation 0.07843137, and lightness 0.3529412.
    static final int
    This color constant "Aurora Greyhound" has RGBA8888 code A4A4A4FF, red 0.6431373, green 0.6431373, blue 0.6431373, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.6431373.
    static final int
    This color constant "Aurora Ham" has RGBA8888 code EBACE1FF, red 0.92156863, green 0.6745098, blue 0.88235295, alpha 1.0, hue 0.85978836, saturation 0.24705881, and lightness 0.7980392.
    static final int
    This color constant "Aurora Heliotrope" has RGBA8888 code FF52FFFF, red 1.0, green 0.32156864, blue 1.0, alpha 1.0, hue 0.8333333, saturation 0.6784314, and lightness 0.6607843.
    static final int
    This color constant "Aurora Hidden Blue" has RGBA8888 code 186ABDFF, red 0.09411765, green 0.41568628, blue 0.7411765, alpha 1.0, hue 0.5838384, saturation 0.64705884, and lightness 0.41764706.
    static final int
    This color constant "Aurora Honeydew" has RGBA8888 code C7E3ABFF, red 0.78039217, green 0.8901961, blue 0.67058825, alpha 1.0, hue 0.25, saturation 0.21960783, and lightness 0.78039217.
    static final int
    This color constant "Aurora Hospital Green" has RGBA8888 code 3FBFBFFF, red 0.24705882, green 0.7490196, blue 0.7490196, alpha 1.0, hue 0.5, saturation 0.5019608, and lightness 0.49803922.
    static final int
    This color constant "Aurora Hot Sauce" has RGBA8888 code A5140AFF, red 0.64705884, green 0.078431375, blue 0.039215688, alpha 1.0, hue 0.010752688, saturation 0.60784316, and lightness 0.34313723.
    static final int
    This color constant "Aurora Hunter Green" has RGBA8888 code 1E2D23FF, red 0.11764706, green 0.1764706, blue 0.13725491, alpha 1.0, hue 0.3888889, saturation 0.058823533, and lightness 0.14705883.
    static final int
    This color constant "Aurora Indigo" has RGBA8888 code 231094FF, red 0.13725491, green 0.0627451, blue 0.5803922, alpha 1.0, hue 0.6906566, saturation 0.5176471, and lightness 0.3215686.
    static final int
    This color constant "Aurora Infection" has RGBA8888 code 96DC19FF, red 0.5882353, green 0.8627451, blue 0.09803922, alpha 1.0, hue 0.22649574, saturation 0.7647059, and lightness 0.48039216.
    static final int
    This color constant "Aurora Iolite" has RGBA8888 code 494973FF, red 0.28627452, green 0.28627452, blue 0.4509804, alpha 1.0, hue 0.6666667, saturation 0.16470587, and lightness 0.36862746.
    static final int
    This color constant "Aurora Iris" has RGBA8888 code 6241F6FF, red 0.38431373, green 0.25490198, blue 0.9647059, alpha 1.0, hue 0.69705343, saturation 0.70980394, and lightness 0.6098039.
    static final int
    This color constant "Aurora Iron" has RGBA8888 code 6E6E6EFF, red 0.43137255, green 0.43137255, blue 0.43137255, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.43137255.
    static final int
    This color constant "Aurora Ivy Green" has RGBA8888 code 007F00FF, red 0.0, green 0.49803922, blue 0.0, alpha 1.0, hue 0.33333334, saturation 0.49803922, and lightness 0.24901961.
    static final int
    This color constant "Aurora Jade" has RGBA8888 code 3FBF3FFF, red 0.24705882, green 0.7490196, blue 0.24705882, alpha 1.0, hue 0.33333334, saturation 0.5019608, and lightness 0.49803922.
    static final int
    This color constant "Aurora Juicy Grape" has RGBA8888 code 6010D0FF, red 0.3764706, green 0.0627451, blue 0.8156863, alpha 1.0, hue 0.7361111, saturation 0.7529412, and lightness 0.43921572.
    static final int
    This color constant "Aurora Kelly Green" has RGBA8888 code 578F57FF, red 0.34117648, green 0.56078434, blue 0.34117648, alpha 1.0, hue 0.33333334, saturation 0.21960786, and lightness 0.4509804.
    static final int
    This color constant "Aurora Koa" has RGBA8888 code A04B05FF, red 0.627451, green 0.29411766, blue 0.019607844, alpha 1.0, hue 0.07526882, saturation 0.60784316, and lightness 0.32352942.
    static final int
    This color constant "Aurora Kyanite" has RGBA8888 code 3B7373FF, red 0.23137255, green 0.4509804, blue 0.4509804, alpha 1.0, hue 0.5, saturation 0.21960784, and lightness 0.34117645.
    static final int
    This color constant "Aurora Lavender" has RGBA8888 code B991FFFF, red 0.7254902, green 0.5686275, blue 1.0, alpha 1.0, hue 0.72727275, saturation 0.43137252, and lightness 0.78431374.
    static final int
    This color constant "Aurora Lead" has RGBA8888 code 5B5B5BFF, red 0.35686275, green 0.35686275, blue 0.35686275, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.35686275.
    static final int
    This color constant "Aurora Lemon" has RGBA8888 code FFFF00FF, red 1.0, green 1.0, blue 0.0, alpha 1.0, hue 0.16666667, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Aurora Light Plum" has RGBA8888 code DA20E0FF, red 0.85490197, green 0.1254902, blue 0.8784314, alpha 1.0, hue 0.828125, saturation 0.7529412, and lightness 0.50196075.
    static final int
    This color constant "Aurora Light Skin 1" has RGBA8888 code 7E6E60FF, red 0.49411765, green 0.43137255, blue 0.3764706, alpha 1.0, hue 0.07777778, saturation 0.11764705, and lightness 0.43529412.
    static final int
    This color constant "Aurora Light Skin 2" has RGBA8888 code A0695FFF, red 0.627451, green 0.4117647, blue 0.37254903, alpha 1.0, hue 0.025641024, saturation 0.25490198, and lightness 0.5.
    static final int
    This color constant "Aurora Light Skin 3" has RGBA8888 code C07872FF, red 0.7529412, green 0.47058824, blue 0.44705883, alpha 1.0, hue 0.012820511, saturation 0.30588236, and lightness 0.6.
    static final int
    This color constant "Aurora Light Skin 4" has RGBA8888 code D08A74FF, red 0.8156863, green 0.5411765, blue 0.45490196, alpha 1.0, hue 0.03985508, saturation 0.36078432, and lightness 0.63529414.
    static final int
    This color constant "Aurora Light Skin 5" has RGBA8888 code E19B7DFF, red 0.88235295, green 0.60784316, blue 0.49019608, alpha 1.0, hue 0.05000001, saturation 0.39215687, and lightness 0.6862745.
    static final int
    This color constant "Aurora Light Skin 6" has RGBA8888 code EBAA8CFF, red 0.92156863, green 0.6666667, blue 0.54901963, alpha 1.0, hue 0.052631583, saturation 0.372549, and lightness 0.73529416.
    static final int
    This color constant "Aurora Light Skin 7" has RGBA8888 code F5B99BFF, red 0.9607843, green 0.7254902, blue 0.60784316, alpha 1.0, hue 0.055555556, saturation 0.35294116, and lightness 0.78431374.
    static final int
    This color constant "Aurora Light Skin 8" has RGBA8888 code F6C8AFFF, red 0.9647059, green 0.78431374, blue 0.6862745, alpha 1.0, hue 0.058685444, saturation 0.27843136, and lightness 0.82549024.
    static final int
    This color constant "Aurora Light Skin 9" has RGBA8888 code F5E1D2FF, red 0.9607843, green 0.88235295, blue 0.8235294, alpha 1.0, hue 0.071428575, saturation 0.1372549, and lightness 0.8921569.
    static final int
    This color constant "Aurora Lilac" has RGBA8888 code D7A5FFFF, red 0.84313726, green 0.64705884, blue 1.0, alpha 1.0, hue 0.7592593, saturation 0.35294116, and lightness 0.8235294.
    static final int
    This color constant "Aurora Lipstick" has RGBA8888 code E61E78FF, red 0.9019608, green 0.11764706, blue 0.47058824, alpha 1.0, hue 0.925, saturation 0.78431374, and lightness 0.5098039.
    static final int
    This color constant "Aurora Lizard Scales" has RGBA8888 code 73733BFF, red 0.4509804, green 0.4509804, blue 0.23137255, alpha 1.0, hue 0.16666666, saturation 0.21960784, and lightness 0.34117645.
    static final int
    This color constant "Aurora Lurid Red" has RGBA8888 code DA2010FF, red 0.85490197, green 0.1254902, blue 0.0627451, alpha 1.0, hue 0.0132013215, saturation 0.7921569, and lightness 0.45882356.
    static final int
    This color constant "Aurora Magenta" has RGBA8888 code F500F5FF, red 0.9607843, green 0.0, blue 0.9607843, alpha 1.0, hue 0.8333333, saturation 0.9607843, and lightness 0.48039216.
    static final int
    This color constant "Aurora Maidenhair Fern" has RGBA8888 code 3B7349FF, red 0.23137255, green 0.4509804, blue 0.28627452, alpha 1.0, hue 0.37500003, saturation 0.21960784, and lightness 0.34117645.
    static final int
    This color constant "Aurora Malachite" has RGBA8888 code 0AD70AFF, red 0.039215688, green 0.84313726, blue 0.039215688, alpha 1.0, hue 0.33333334, saturation 0.8039216, and lightness 0.44117647.
    static final int
    This color constant "Aurora Marsh" has RGBA8888 code 738F57FF, red 0.4509804, green 0.56078434, blue 0.34117648, alpha 1.0, hue 0.25000003, saturation 0.21960786, and lightness 0.4509804.
    static final int
    This color constant "Aurora Mauve" has RGBA8888 code AB73ABFF, red 0.67058825, green 0.4509804, blue 0.67058825, alpha 1.0, hue 0.8333334, saturation 0.21960786, and lightness 0.56078434.
    static final int
    This color constant "Aurora Medium Plum" has RGBA8888 code BD10C5FF, red 0.7411765, green 0.0627451, blue 0.77254903, alpha 1.0, hue 0.8259669, saturation 0.70980394, and lightness 0.41764706.
    static final int
    This color constant "Aurora Medium Teal" has RGBA8888 code 06C491FF, red 0.023529412, green 0.76862746, blue 0.5686275, alpha 1.0, hue 0.45526317, saturation 0.74509805, and lightness 0.39607844.
    static final int
    This color constant "Aurora Mild Violet" has RGBA8888 code AB8FC7FF, red 0.67058825, green 0.56078434, blue 0.78039217, alpha 1.0, hue 0.75, saturation 0.21960783, and lightness 0.67058825.
    static final int
    This color constant "Aurora Mint Green" has RGBA8888 code 4BF05AFF, red 0.29411766, green 0.9411765, blue 0.3529412, alpha 1.0, hue 0.34848484, saturation 0.64705884, and lightness 0.61764705.
    static final int
    This color constant "Aurora Moss Green" has RGBA8888 code 204608FF, red 0.1254902, green 0.27450982, blue 0.03137255, alpha 1.0, hue 0.26881722, saturation 0.24313727, and lightness 0.15294118.
    static final int
    This color constant "Aurora Mulberry" has RGBA8888 code 641464FF, red 0.39215687, green 0.078431375, blue 0.39215687, alpha 1.0, hue 0.8333334, saturation 0.3137255, and lightness 0.23529413.
    static final int
    This color constant "Aurora Mummy Brown" has RGBA8888 code 7F3F00FF, red 0.49803922, green 0.24705882, blue 0.0, alpha 1.0, hue 0.08267717, saturation 0.49803922, and lightness 0.24901961.
    static final int
    This color constant "Aurora Murk" has RGBA8888 code 0F192DFF, red 0.05882353, green 0.09803922, blue 0.1764706, alpha 1.0, hue 0.61111116, saturation 0.11764707, and lightness 0.11764705.
    static final int
    This color constant "Aurora Mush" has RGBA8888 code B1B10AFF, red 0.69411767, green 0.69411767, blue 0.039215688, alpha 1.0, hue 0.16666667, saturation 0.654902, and lightness 0.36666664.
    static final int
    This color constant "Aurora Navy Blue" has RGBA8888 code 162C52FF, red 0.08627451, green 0.17254902, blue 0.32156864, alpha 1.0, hue 0.6055556, saturation 0.23529413, and lightness 0.20392157.
    static final int
    This color constant "Aurora Nightshade" has RGBA8888 code 321623FF, red 0.19607843, green 0.08627451, blue 0.13725491, alpha 1.0, hue 0.92261904, saturation 0.10980392, and lightness 0.14117648.
    static final int
    This color constant "Aurora Ninja" has RGBA8888 code 1F1F3BFF, red 0.12156863, green 0.12156863, blue 0.23137255, alpha 1.0, hue 0.6666667, saturation 0.10980392, and lightness 0.1764706.
    static final int
    This color constant "Aurora Ocean Blue" has RGBA8888 code 00007FFF, red 0.0, green 0.0, blue 0.49803922, alpha 1.0, hue 0.6666667, saturation 0.49803922, and lightness 0.24901961.
    static final int
    This color constant "Aurora Ochre" has RGBA8888 code 5F3214FF, red 0.37254903, green 0.19607843, blue 0.078431375, alpha 1.0, hue 0.06666666, saturation 0.29411766, and lightness 0.22549018.
    static final int
    This color constant "Aurora Old Rose" has RGBA8888 code D7A0BEFF, red 0.84313726, green 0.627451, blue 0.74509805, alpha 1.0, hue 0.9090909, saturation 0.21568626, and lightness 0.7352941.
    static final int
    This color constant "Aurora Olive Green" has RGBA8888 code 3B573BFF, red 0.23137255, green 0.34117648, blue 0.23137255, alpha 1.0, hue 0.33333334, saturation 0.10980393, and lightness 0.28627452.
    static final int
    This color constant "Aurora Olive Oil" has RGBA8888 code A2A255FF, red 0.63529414, green 0.63529414, blue 0.33333334, alpha 1.0, hue 0.16666667, saturation 0.3019608, and lightness 0.48431373.
    static final int
    This color constant "Aurora Orange" has RGBA8888 code FF7F00FF, red 1.0, green 0.49803922, blue 0.0, alpha 1.0, hue 0.08300654, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Aurora Orchid" has RGBA8888 code BD62FFFF, red 0.7411765, green 0.38431373, blue 1.0, alpha 1.0, hue 0.76326966, saturation 0.6156863, and lightness 0.69215685.
    static final int
    This color constant "Aurora Pastel Sky" has RGBA8888 code ABE3E3FF, red 0.67058825, green 0.8901961, blue 0.8901961, alpha 1.0, hue 0.5, saturation 0.21960783, and lightness 0.78039217.
    static final int
    This color constant "Aurora Patina" has RGBA8888 code ABC7E3FF, red 0.67058825, green 0.78039217, blue 0.8901961, alpha 1.0, hue 0.5833334, saturation 0.21960783, and lightness 0.78039217.
    static final int
    This color constant "Aurora Pea Soup" has RGBA8888 code 8EBE55FF, red 0.5568628, green 0.74509805, blue 0.33333334, alpha 1.0, hue 0.24285714, saturation 0.4117647, and lightness 0.5392157.
    static final int
    This color constant "Aurora Peach" has RGBA8888 code FFBF81FF, red 1.0, green 0.7490196, blue 0.5058824, alpha 1.0, hue 0.08201058, saturation 0.49411762, and lightness 0.7529412.
    static final int
    This color constant "Aurora Peat Bog" has RGBA8888 code 465032FF, red 0.27450982, green 0.3137255, blue 0.19607843, alpha 1.0, hue 0.22222224, saturation 0.11764707, and lightness 0.25490198.
    static final int
    This color constant "Aurora Pencil Yellow" has RGBA8888 code FFEA4AFF, red 1.0, green 0.91764706, blue 0.2901961, alpha 1.0, hue 0.14732964, saturation 0.70980394, and lightness 0.64509803.
    static final int
    This color constant "Aurora Periwinkle" has RGBA8888 code 8181FFFF, red 0.5058824, green 0.5058824, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.49411762, and lightness 0.7529412.
    static final int
    This color constant "Aurora Pine Green" has RGBA8888 code 235037FF, red 0.13725491, green 0.3137255, blue 0.21568628, alpha 1.0, hue 0.4074074, saturation 0.1764706, and lightness 0.2254902.
    static final int
    This color constant "Aurora Pink Lemonade" has RGBA8888 code FF6AC5FF, red 1.0, green 0.41568628, blue 0.77254903, alpha 1.0, hue 0.8982103, saturation 0.58431375, and lightness 0.7078431.
    static final int
    This color constant "Aurora Pink Skin 1" has RGBA8888 code AB7373FF, red 0.67058825, green 0.4509804, blue 0.4509804, alpha 1.0, hue 0.0, saturation 0.21960786, and lightness 0.56078434.
    static final int
    This color constant "Aurora Pink Skin 2" has RGBA8888 code C78F8FFF, red 0.78039217, green 0.56078434, blue 0.56078434, alpha 1.0, hue 0.0, saturation 0.21960783, and lightness 0.67058825.
    static final int
    This color constant "Aurora Pink Skin 3" has RGBA8888 code E3ABABFF, red 0.8901961, green 0.67058825, blue 0.67058825, alpha 1.0, hue 0.0, saturation 0.21960783, and lightness 0.78039217.
    static final int
    This color constant "Aurora Pink Skin 4" has RGBA8888 code F8D2DAFF, red 0.972549, green 0.8235294, blue 0.85490197, alpha 1.0, hue 0.9649123, saturation 0.1490196, and lightness 0.8980392.
    static final int
    This color constant "Aurora Pink Tutu" has RGBA8888 code F8C6FCFF, red 0.972549, green 0.7764706, blue 0.9882353, alpha 1.0, hue 0.8209877, saturation 0.2117647, and lightness 0.88235295.
    static final int
    This color constant "Aurora Pink Violet" has RGBA8888 code 8F578FFF, red 0.56078434, green 0.34117648, blue 0.56078434, alpha 1.0, hue 0.8333334, saturation 0.21960786, and lightness 0.4509804.
    static final int
    This color constant "Aurora Pistachio" has RGBA8888 code A2D8A2FF, red 0.63529414, green 0.84705883, blue 0.63529414, alpha 1.0, hue 0.33333334, saturation 0.2117647, and lightness 0.7411765.
    static final int
    This color constant "Aurora Pitch Black" has RGBA8888 code 010101FF, red 0.003921569, green 0.003921569, blue 0.003921569, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.003921569.
    static final int
    This color constant "Aurora Platinum" has RGBA8888 code DBDBDBFF, red 0.85882354, green 0.85882354, blue 0.85882354, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.85882354.
    static final int
    This color constant "Aurora Plum Juice" has RGBA8888 code A01982FF, red 0.627451, green 0.09803922, blue 0.50980395, alpha 1.0, hue 0.8703704, saturation 0.5294118, and lightness 0.3627451.
    static final int
    This color constant "Aurora Polished Sapphire" has RGBA8888 code 101CDAFF, red 0.0627451, green 0.10980392, blue 0.85490197, alpha 1.0, hue 0.6567657, saturation 0.7921569, and lightness 0.45882356.
    static final int
    This color constant "Aurora Pork Chop" has RGBA8888 code FFC0CBFF, red 1.0, green 0.7529412, blue 0.79607844, alpha 1.0, hue 0.97089946, saturation 0.24705881, and lightness 0.87647057.
    static final int
    This color constant "Aurora Powder Blue" has RGBA8888 code 5AC5FFFF, red 0.3529412, green 0.77254903, blue 1.0, alpha 1.0, hue 0.5585859, saturation 0.64705884, and lightness 0.6764706.
    static final int
    This color constant "Aurora Prase" has RGBA8888 code 05B450FF, red 0.019607844, green 0.7058824, blue 0.3137255, alpha 1.0, hue 0.4047619, saturation 0.6862745, and lightness 0.3627451.
    static final int
    This color constant "Aurora Prune" has RGBA8888 code 463246FF, red 0.27450982, green 0.19607843, blue 0.27450982, alpha 1.0, hue 0.8333333, saturation 0.07843138, and lightness 0.23529413.
    static final int
    This color constant "Aurora Prussian Blue" has RGBA8888 code 004A9CFF, red 0.0, green 0.2901961, blue 0.6117647, alpha 1.0, hue 0.58760685, saturation 0.6117647, and lightness 0.30588236.
    static final int
    This color constant "Aurora Puce" has RGBA8888 code BCAFC0FF, red 0.7372549, green 0.6862745, blue 0.7529412, alpha 1.0, hue 0.7941177, saturation 0.06666666, and lightness 0.7196079.
    static final int
    This color constant "Aurora Purple Freesia" has RGBA8888 code 9C41FFFF, red 0.6117647, green 0.25490198, blue 1.0, alpha 1.0, hue 0.74649125, saturation 0.745098, and lightness 0.627451.
    static final int
    This color constant "Aurora Putty" has RGBA8888 code BF3F3FFF, red 0.7490196, green 0.24705882, blue 0.24705882, alpha 1.0, hue 0.0, saturation 0.5019608, and lightness 0.49803922.
    static final int
    This color constant "Aurora Raspberry" has RGBA8888 code 911437FF, red 0.5686275, green 0.078431375, blue 0.21568628, alpha 1.0, hue 0.9533333, saturation 0.4901961, and lightness 0.32352945.
    static final int
    This color constant "Aurora Raw Meat" has RGBA8888 code FF8181FF, red 1.0, green 0.5058824, blue 0.5058824, alpha 1.0, hue 0.0, saturation 0.49411762, and lightness 0.7529412.
    static final int
    This color constant "Aurora Redwood" has RGBA8888 code B45A00FF, red 0.7058824, green 0.3529412, blue 0.0, alpha 1.0, hue 0.08333333, saturation 0.7058824, and lightness 0.3529412.
    static final int
    This color constant "Aurora Refreshing Mist" has RGBA8888 code 91EBFFFF, red 0.5686275, green 0.92156863, blue 1.0, alpha 1.0, hue 0.53030306, saturation 0.43137252, and lightness 0.78431374.
    static final int
    This color constant "Aurora Ripe Plum" has RGBA8888 code AB57ABFF, red 0.67058825, green 0.34117648, blue 0.67058825, alpha 1.0, hue 0.8333334, saturation 0.32941177, and lightness 0.5058824.
    static final int
    This color constant "Aurora Ripped Denim" has RGBA8888 code 699DC3FF, red 0.4117647, green 0.6156863, blue 0.7647059, alpha 1.0, hue 0.5703704, saturation 0.3529412, and lightness 0.5882353.
    static final int
    This color constant "Aurora Robin Egg Blue" has RGBA8888 code 08DED5FF, red 0.03137255, green 0.87058824, blue 0.8352941, alpha 1.0, hue 0.49299067, saturation 0.8392157, and lightness 0.4509804.
    static final int
    This color constant "Aurora Roseate Spoonbill" has RGBA8888 code C87DA0FF, red 0.78431374, green 0.49019608, blue 0.627451, alpha 1.0, hue 0.9222222, saturation 0.29411766, and lightness 0.6372549.
    static final int
    This color constant "Aurora Rough Sapphire" has RGBA8888 code 4A5AFFFF, red 0.2901961, green 0.3529412, blue 1.0, alpha 1.0, hue 0.6519337, saturation 0.70980394, and lightness 0.64509803.
    static final int
    This color constant "Aurora Royal Blue" has RGBA8888 code 0010BDFF, red 0.0, green 0.0627451, blue 0.7411765, alpha 1.0, hue 0.6525573, saturation 0.7411765, and lightness 0.37058824.
    static final int
    This color constant "Aurora Royal Violet" has RGBA8888 code 573B73FF, red 0.34117648, green 0.23137255, blue 0.4509804, alpha 1.0, hue 0.75, saturation 0.21960784, and lightness 0.34117645.
    static final int
    This color constant "Aurora Saffron" has RGBA8888 code FFD510FF, red 1.0, green 0.8352941, blue 0.0627451, alpha 1.0, hue 0.13737796, saturation 0.9372549, and lightness 0.53137255.
    static final int
    This color constant "Aurora Sage Green" has RGBA8888 code B4EECAFF, red 0.7058824, green 0.93333334, blue 0.7921569, alpha 1.0, hue 0.39655173, saturation 0.22745097, and lightness 0.81960785.
    static final int
    This color constant "Aurora Salmon" has RGBA8888 code FF6262FF, red 1.0, green 0.38431373, blue 0.38431373, alpha 1.0, hue 0.0, saturation 0.6156863, and lightness 0.69215685.
    static final int
    This color constant "Aurora Scribe Ink" has RGBA8888 code 280A1EFF, red 0.15686275, green 0.039215688, blue 0.11764706, alpha 1.0, hue 0.8888889, saturation 0.11764707, and lightness 0.09803922.
    static final int
    This color constant "Aurora Seafoam" has RGBA8888 code 3CFEA5FF, red 0.23529412, green 0.99607843, blue 0.64705884, alpha 1.0, hue 0.42353952, saturation 0.7607843, and lightness 0.6156863.
    static final int
    This color constant "Aurora Seal Brown" has RGBA8888 code 551414FF, red 0.33333334, green 0.078431375, blue 0.078431375, alpha 1.0, hue 0.0, saturation 0.25490198, and lightness 0.20588236.
    static final int
    This color constant "Aurora Seawater" has RGBA8888 code 007F7FFF, red 0.0, green 0.49803922, blue 0.49803922, alpha 1.0, hue 0.5, saturation 0.49803922, and lightness 0.24901961.
    static final int
    This color constant "Aurora Shadow" has RGBA8888 code 252525FF, red 0.14509805, green 0.14509805, blue 0.14509805, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.14509805.
    static final int
    This color constant "Aurora Shamrock Green" has RGBA8888 code 00FF00FF, red 0.0, green 1.0, blue 0.0, alpha 1.0, hue 0.33333334, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Aurora Sharp Azure" has RGBA8888 code 007FFFFF, red 0.0, green 0.49803922, blue 1.0, alpha 1.0, hue 0.5836601, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Aurora Shining Sky" has RGBA8888 code 55E6FFFF, red 0.33333334, green 0.9019608, blue 1.0, alpha 1.0, hue 0.5245098, saturation 0.6666666, and lightness 0.6666667.
    static final int
    This color constant "Aurora Shining White" has RGBA8888 code FFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0.
    static final int
    This color constant "Aurora Shrimp" has RGBA8888 code FAA0B9FF, red 0.98039216, green 0.627451, blue 0.7254902, alpha 1.0, hue 0.9537037, saturation 0.35294116, and lightness 0.8039216.
    static final int
    This color constant "Aurora Sienna" has RGBA8888 code 7F0000FF, red 0.49803922, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.49803922, and lightness 0.24901961.
    static final int
    This color constant "Aurora Silver" has RGBA8888 code B6B6B6FF, red 0.7137255, green 0.7137255, blue 0.7137255, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7137255.
    static final int
    This color constant "Aurora Silver Green" has RGBA8888 code 8FC78FFF, red 0.56078434, green 0.78039217, blue 0.56078434, alpha 1.0, hue 0.33333334, saturation 0.21960783, and lightness 0.67058825.
    static final int
    This color constant "Aurora Silver Pink" has RGBA8888 code E3C7E3FF, red 0.8901961, green 0.78039217, blue 0.8901961, alpha 1.0, hue 0.8333333, saturation 0.109803915, and lightness 0.8352941.
    static final int
    This color constant "Aurora Slate Gray" has RGBA8888 code 6E8287FF, red 0.43137255, green 0.50980395, blue 0.5294118, alpha 1.0, hue 0.53333336, saturation 0.09803924, and lightness 0.4803922.
    static final int
    This color constant "Aurora Slow Creek" has RGBA8888 code 7E9494FF, red 0.49411765, green 0.5803922, blue 0.5803922, alpha 1.0, hue 0.5, saturation 0.086274534, and lightness 0.53725487.
    static final int
    This color constant "Aurora Smog" has RGBA8888 code ABABE3FF, red 0.67058825, green 0.67058825, blue 0.8901961, alpha 1.0, hue 0.6666667, saturation 0.21960783, and lightness 0.78039217.
    static final int
    This color constant "Aurora Smoke" has RGBA8888 code 494949FF, red 0.28627452, green 0.28627452, blue 0.28627452, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.28627452.
    static final int
    This color constant "Aurora Soap" has RGBA8888 code D7C3FAFF, red 0.84313726, green 0.7647059, blue 0.98039216, alpha 1.0, hue 0.72727275, saturation 0.21568626, and lightness 0.872549.
    static final int
    This color constant "Aurora Soft Teal" has RGBA8888 code 129880FF, red 0.07058824, green 0.59607846, blue 0.5019608, alpha 1.0, hue 0.47014928, saturation 0.5254902, and lightness 0.33333334.
    static final int
    This color constant "Aurora Space Blue" has RGBA8888 code 0C2148FF, red 0.047058824, green 0.12941177, blue 0.28235295, alpha 1.0, hue 0.60833335, saturation 0.23529413, and lightness 0.16470589.
    static final int
    This color constant "Aurora Spearmint" has RGBA8888 code 64ABABFF, red 0.39215687, green 0.67058825, blue 0.67058825, alpha 1.0, hue 0.5, saturation 0.2784314, and lightness 0.53137255.
    static final int
    This color constant "Aurora Spring Green" has RGBA8888 code 00DE6AFF, red 0.0, green 0.87058824, blue 0.41568628, alpha 1.0, hue 0.41291294, saturation 0.87058824, and lightness 0.43529412.
    static final int
    This color constant "Aurora Steam" has RGBA8888 code 7DD7F0FF, red 0.49019608, green 0.84313726, blue 0.9411765, alpha 1.0, hue 0.5362319, saturation 0.4509804, and lightness 0.7156863.
    static final int
    This color constant "Aurora Straw" has RGBA8888 code EDEDC7FF, red 0.92941177, green 0.92941177, blue 0.78039217, alpha 1.0, hue 0.16666667, saturation 0.1490196, and lightness 0.85490197.
    static final int
    This color constant "Aurora Strong Cyan" has RGBA8888 code 00BFFFFF, red 0.0, green 0.7490196, blue 1.0, alpha 1.0, hue 0.54183006, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Aurora Stygian Blue" has RGBA8888 code 0F0F50FF, red 0.05882353, green 0.05882353, blue 0.3137255, alpha 1.0, hue 0.6666667, saturation 0.25490198, and lightness 0.18627451.
    static final int
    This color constant "Aurora Subtlety" has RGBA8888 code 786EF0FF, red 0.47058824, green 0.43137255, blue 0.9411765, alpha 1.0, hue 0.6794872, saturation 0.5098039, and lightness 0.6862745.
    static final int
    This color constant "Aurora Suds" has RGBA8888 code BEB9FAFF, red 0.74509805, green 0.7254902, blue 0.98039216, alpha 1.0, hue 0.6794872, saturation 0.25490195, and lightness 0.85294116.
    static final int
    This color constant "Aurora Tan" has RGBA8888 code DADAABFF, red 0.85490197, green 0.85490197, blue 0.67058825, alpha 1.0, hue 0.16666667, saturation 0.18431371, and lightness 0.7627451.
    static final int
    This color constant "Aurora Tarnish" has RGBA8888 code ABC78FFF, red 0.67058825, green 0.78039217, blue 0.56078434, alpha 1.0, hue 0.25, saturation 0.21960783, and lightness 0.67058825.
    static final int
    This color constant "Aurora Taupe" has RGBA8888 code 3B2D1FFF, red 0.23137255, green 0.1764706, blue 0.12156863, alpha 1.0, hue 0.083333336, saturation 0.10980392, and lightness 0.1764706.
    static final int
    This color constant "Aurora Taxicab Yellow" has RGBA8888 code F6BD31FF, red 0.9647059, green 0.7411765, blue 0.19215687, alpha 1.0, hue 0.118443325, saturation 0.77254903, and lightness 0.57843137.
    static final int
    This color constant "Aurora Tea Rose" has RGBA8888 code E1B9D2FF, red 0.88235295, green 0.7254902, blue 0.8235294, alpha 1.0, hue 0.8958333, saturation 0.15686274, and lightness 0.8039216.
    static final int
    This color constant "Aurora Thick Amethyst" has RGBA8888 code 5010B0FF, red 0.3137255, green 0.0627451, blue 0.6901961, alpha 1.0, hue 0.73333335, saturation 0.627451, and lightness 0.37647057.
    static final int
    This color constant "Aurora Thin Amethyst" has RGBA8888 code 7F00FFFF, red 0.49803922, green 0.0, blue 1.0, alpha 1.0, hue 0.74967325, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Aurora Thistle" has RGBA8888 code E673FFFF, red 0.9019608, green 0.4509804, blue 1.0, alpha 1.0, hue 0.80357146, saturation 0.5490196, and lightness 0.7254902.
    static final int
    This color constant "Aurora Thulian Pink" has RGBA8888 code C35A91FF, red 0.7647059, green 0.3529412, blue 0.5686275, alpha 1.0, hue 0.9126984, saturation 0.4117647, and lightness 0.5588236.
    static final int
    This color constant "Aurora Transparent" has RGBA8888 code 00000000, red 0.0, green 0.0, blue 0.0, alpha 0.0, hue 0.0, saturation 0.0, and lightness 0.0.
    static final int
    This color constant "Aurora Tropic Mist" has RGBA8888 code D0DAF8FF, red 0.8156863, green 0.85490197, blue 0.972549, alpha 1.0, hue 0.625, saturation 0.15686274, and lightness 0.89411765.
    static final int
    This color constant "Aurora Turquoise" has RGBA8888 code 2DEBA8FF, red 0.1764706, green 0.92156863, blue 0.65882355, alpha 1.0, hue 0.4412281, saturation 0.74509805, and lightness 0.5490196.
    static final int
    This color constant "Aurora Twilight Cloud" has RGBA8888 code 8F8FC7FF, red 0.56078434, green 0.56078434, blue 0.78039217, alpha 1.0, hue 0.6666667, saturation 0.21960783, and lightness 0.67058825.
    static final int
    This color constant "Aurora Tyrian Purple" has RGBA8888 code BF3FBFFF, red 0.7490196, green 0.24705882, blue 0.7490196, alpha 1.0, hue 0.8333334, saturation 0.5019608, and lightness 0.49803922.
    static final int
    This color constant "Aurora Ultramarine" has RGBA8888 code 0000FFFF, red 0.0, green 0.0, blue 1.0, alpha 1.0, hue 0.6666667, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Aurora Umber" has RGBA8888 code 7F7F00FF, red 0.49803922, green 0.49803922, blue 0.0, alpha 1.0, hue 0.16666667, saturation 0.49803922, and lightness 0.24901961.
    static final int
    This color constant "Aurora Vapor" has RGBA8888 code 90B0FFFF, red 0.5647059, green 0.6901961, blue 1.0, alpha 1.0, hue 0.6186186, saturation 0.4352941, and lightness 0.7823529.
    static final int
    This color constant "Aurora Variscite" has RGBA8888 code 6AFFCDFF, red 0.41568628, green 1.0, blue 0.8039216, alpha 1.0, hue 0.4440716, saturation 0.58431375, and lightness 0.7078431.
    static final int
    This color constant "Aurora Varnish" has RGBA8888 code 401811FF, red 0.2509804, green 0.09411765, blue 0.06666667, alpha 1.0, hue 0.024822691, saturation 0.18431374, and lightness 0.15882353.
    static final int
    This color constant "Aurora Violet" has RGBA8888 code 8C14BEFF, red 0.54901963, green 0.078431375, blue 0.74509805, alpha 1.0, hue 0.78431374, saturation 0.6666667, and lightness 0.41176474.
    static final int
    This color constant "Aurora Violet Cushions" has RGBA8888 code 8F57C7FF, red 0.56078434, green 0.34117648, blue 0.78039217, alpha 1.0, hue 0.75, saturation 0.4392157, and lightness 0.56078434.
    static final int
    This color constant "Aurora Viridian" has RGBA8888 code 507D5FFF, red 0.3137255, green 0.49019608, blue 0.37254903, alpha 1.0, hue 0.3888889, saturation 0.17647058, and lightness 0.4019608.
    static final int
    This color constant "Aurora Watercolor Black" has RGBA8888 code 3B3B57FF, red 0.23137255, green 0.23137255, blue 0.34117648, alpha 1.0, hue 0.6666667, saturation 0.10980393, and lightness 0.28627452.
    static final int
    This color constant "Aurora Watercolor Gray" has RGBA8888 code 736EAAFF, red 0.4509804, green 0.43137255, blue 0.6666667, alpha 1.0, hue 0.6805556, saturation 0.23529413, and lightness 0.54901963.
    static final int
    This color constant "Aurora Wet Stone" has RGBA8888 code A6A090FF, red 0.6509804, green 0.627451, blue 0.5647059, alpha 1.0, hue 0.121212125, saturation 0.086274505, and lightness 0.60784316.
    static final int
    This color constant "Aurora Wisteria" has RGBA8888 code BD29FFFF, red 0.7411765, green 0.16078432, blue 1.0, alpha 1.0, hue 0.7819315, saturation 0.8392157, and lightness 0.5803921.
    static final int
    This color constant "Aurora Woodlands" has RGBA8888 code 3C6E14FF, red 0.23529412, green 0.43137255, blue 0.078431375, alpha 1.0, hue 0.25925928, saturation 0.3529412, and lightness 0.25490198.
    static final int
    This color constant "Aurora Zucchini" has RGBA8888 code 123832FF, red 0.07058824, green 0.21960784, blue 0.19607843, alpha 1.0, hue 0.47368422, saturation 0.1490196, and lightness 0.14509803.
    static final int
    This color constant "Azul" has RGBA8888 code 007FFFFF, red 0.0, green 0.49803922, blue 1.0, alpha 1.0, hue 0.5836601, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Azure" has RGBA8888 code F0FFFFFF, red 0.9411765, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 0.058823526, and lightness 0.9705882.
    static final int
    This color constant "Baby Blue" has RGBA8888 code E0FFFFFF, red 0.8784314, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 0.12156862, and lightness 0.93921566.
    static final int
    This color constant "Baiko Brown" has RGBA8888 code 857C55FF, red 0.52156866, green 0.4862745, blue 0.33333334, alpha 1.0, hue 0.13541664, saturation 0.18823531, and lightness 0.42745098.
    static final int
    This color constant "Beige" has RGBA8888 code F5F5DCFF, red 0.9607843, green 0.9607843, blue 0.8627451, alpha 1.0, hue 0.16666667, saturation 0.09803921, and lightness 0.91176474.
    static final int
    This color constant "Bellflower" has RGBA8888 code 5D3F6AFF, red 0.3647059, green 0.24705882, blue 0.41568628, alpha 1.0, hue 0.78294575, saturation 0.16862746, and lightness 0.33137256.
    static final int
    This color constant "Beni Dye" has RGBA8888 code 913225FF, red 0.5686275, green 0.19607843, blue 0.14509805, alpha 1.0, hue 0.020061724, saturation 0.42352945, and lightness 0.35686275.
    static final int
    This color constant "Betel Nut Dye" has RGBA8888 code 352925FF, red 0.20784314, green 0.16078432, blue 0.14509805, alpha 1.0, hue 0.041666668, saturation 0.062745094, and lightness 0.1764706.
    static final int
    This color constant "Birch Brown" has RGBA8888 code B14A30FF, red 0.69411767, green 0.2901961, blue 0.1882353, alpha 1.0, hue 0.033591732, saturation 0.5058824, and lightness 0.44117644.
    static final int
    This color constant "Bistre" has RGBA8888 code 3D2B1FFF, red 0.23921569, green 0.16862746, blue 0.12156863, alpha 1.0, hue 0.06666667, saturation 0.11764706, and lightness 0.18039216.
    static final int
    This color constant "Black" has RGBA8888 code 000000FF, red 0.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.0.
    static final int
    This color constant "Black Chestnut Oak" has RGBA8888 code 252321FF, red 0.14509805, green 0.13725491, blue 0.12941177, alpha 1.0, hue 0.083333336, saturation 0.015686274, and lightness 0.13725491.
    static final int
    This color constant "Black Dye" has RGBA8888 code 171412FF, red 0.09019608, green 0.078431375, blue 0.07058824, alpha 1.0, hue 0.06666667, saturation 0.019607842, and lightness 0.08039216.
    static final int
    This color constant "Black Kite" has RGBA8888 code 351E1CFF, red 0.20784314, green 0.11764706, blue 0.10980392, alpha 1.0, hue 0.013333332, saturation 0.09803922, and lightness 0.15882353.
    static final int
    This color constant "Blood" has RGBA8888 code CF3A24FF, red 0.8117647, green 0.22745098, blue 0.14117648, alpha 1.0, hue 0.021442493, saturation 0.67058825, and lightness 0.4764706.
    static final int
    This color constant "Blood Red" has RGBA8888 code F35336FF, red 0.9529412, green 0.3254902, blue 0.21176471, alpha 1.0, hue 0.025573194, saturation 0.7411765, and lightness 0.58235294.
    static final int
    This color constant "Blue" has RGBA8888 code 0000FFFF, red 0.0, green 0.0, blue 1.0, alpha 1.0, hue 0.6666667, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Blue Black Crayfish" has RGBA8888 code 62693BFF, red 0.38431373, green 0.4117647, blue 0.23137255, alpha 1.0, hue 0.192029, saturation 0.18039216, and lightness 0.32156864.
    static final int
    This color constant "Blue Green" has RGBA8888 code 00DDDDFF, red 0.0, green 0.8666667, blue 0.8666667, alpha 1.0, hue 0.5, saturation 0.8666667, and lightness 0.43333334.
    static final int
    This color constant "Blue Green Dye" has RGBA8888 code 3A6960FF, 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 int
    This color constant "Blue Violet" has RGBA8888 code 8A2BE2FF, red 0.5411765, green 0.16862746, blue 0.8862745, alpha 1.0, hue 0.75318766, saturation 0.7176471, and lightness 0.527451.
    static final int
    This color constant "Blue Violet Dye" has RGBA8888 code 2B2028FF, 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 int
    This color constant "Boiled Red Bean Brown" has RGBA8888 code 542D24FF, red 0.32941177, green 0.1764706, blue 0.14117648, alpha 1.0, hue 0.031249996, saturation 0.1882353, and lightness 0.23529413.
    static final int
    This color constant "Bondi Blue" has RGBA8888 code 0095B6FF, red 0.0, green 0.58431375, blue 0.7137255, alpha 1.0, hue 0.5302198, saturation 0.7137255, and lightness 0.35686275.
    static final int
    This color constant "Brass" has RGBA8888 code B5A642FF, red 0.70980394, green 0.6509804, blue 0.25882354, alpha 1.0, hue 0.14492755, saturation 0.4509804, and lightness 0.48431376.
    static final int
    This color constant "Brewed Mustard Brown" has RGBA8888 code E68364FF, red 0.9019608, green 0.5137255, blue 0.39215687, alpha 1.0, hue 0.0397436, saturation 0.5098039, and lightness 0.64705884.
    static final int
    This color constant "Bright Gold Brown" has RGBA8888 code CB7E1FFF, red 0.79607844, green 0.49411765, blue 0.12156863, alpha 1.0, hue 0.09205426, saturation 0.6745098, and lightness 0.45882353.
    static final int
    This color constant "Bright Golden Yellow" has RGBA8888 code FFA400FF, red 1.0, green 0.6431373, blue 0.0, alpha 1.0, hue 0.10718954, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Bright Green" has RGBA8888 code 66FF00FF, red 0.4, green 1.0, blue 0.0, alpha 1.0, hue 0.26666668, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Bright Pink" has RGBA8888 code FF0080FF, red 1.0, green 0.0, blue 0.5019608, alpha 1.0, hue 0.9163399, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Bright Turquoise" has RGBA8888 code 08E8DEFF, red 0.03137255, green 0.9098039, blue 0.87058824, alpha 1.0, hue 0.49255955, saturation 0.8784314, and lightness 0.4705882.
    static final int
    This color constant "Brilliant Rose" has RGBA8888 code FF55A3FF, red 1.0, green 0.33333334, blue 0.6392157, alpha 1.0, hue 0.9235294, saturation 0.6666666, and lightness 0.6666667.
    static final int
    This color constant "Bronze" has RGBA8888 code CD7F32FF, red 0.8039216, green 0.49803922, blue 0.19607843, alpha 1.0, hue 0.082795694, saturation 0.60784316, and lightness 0.5.
    static final int
    This color constant "Brown" has RGBA8888 code 808000FF, red 0.5019608, green 0.5019608, blue 0.0, alpha 1.0, hue 0.16666666, saturation 0.5019608, and lightness 0.2509804.
    static final int
    This color constant "Brown Rat Grey" has RGBA8888 code 4B3C39FF, red 0.29411766, green 0.23529412, blue 0.22352941, alpha 1.0, hue 0.027777772, saturation 0.070588246, and lightness 0.25882354.
    static final int
    This color constant "Browner" has RGBA8888 code 964B00FF, red 0.5882353, green 0.29411766, blue 0.0, alpha 1.0, hue 0.083333336, saturation 0.5882353, and lightness 0.29411766.
    static final int
    This color constant "Brushwood Dyed" has RGBA8888 code 8C5939FF, red 0.54901963, green 0.34901962, blue 0.22352941, alpha 1.0, hue 0.064257026, saturation 0.32549024, and lightness 0.38627455.
    static final int
    This color constant "Buff" has RGBA8888 code F0DC82FF, red 0.9411765, green 0.8627451, blue 0.50980395, alpha 1.0, hue 0.13636364, saturation 0.43137252, and lightness 0.7254902.
    static final int
    This color constant "Burgundy" has RGBA8888 code 900020FF, red 0.5647059, green 0.0, blue 0.1254902, alpha 1.0, hue 0.962963, saturation 0.5647059, and lightness 0.28235295.
    static final int
    This color constant "Burnt Bamboo" has RGBA8888 code 4D3B3CFF, red 0.3019608, green 0.23137255, blue 0.23529412, alpha 1.0, hue 0.9907407, saturation 0.070588246, and lightness 0.26666665.
    static final int
    This color constant "Burnt Orange" has RGBA8888 code CC5500FF, red 0.8, green 0.33333334, blue 0.0, alpha 1.0, hue 0.06944444, saturation 0.8, and lightness 0.4.
    static final int
    This color constant "Burnt Sienna" has RGBA8888 code E97451FF, red 0.9137255, green 0.45490196, blue 0.31764707, alpha 1.0, hue 0.038377192, saturation 0.5960784, and lightness 0.6156863.
    static final int
    This color constant "Burnt Umber" has RGBA8888 code 8A3324FF, red 0.5411765, green 0.2, blue 0.14117648, alpha 1.0, hue 0.0245098, saturation 0.40000004, and lightness 0.34117648.
    static final int
    This color constant "Camo Green" has RGBA8888 code 78866BFF, red 0.47058824, green 0.5254902, blue 0.41960785, alpha 1.0, hue 0.25308645, saturation 0.10588238, and lightness 0.47254905.
    static final int
    This color constant "Cape Jasmine" has RGBA8888 code FFB95AFF, red 1.0, green 0.7254902, blue 0.3529412, alpha 1.0, hue 0.0959596, saturation 0.64705884, and lightness 0.6764706.
    static final int
    This color constant "Caput Mortuum" has RGBA8888 code 592720FF, red 0.34901962, green 0.15294118, blue 0.1254902, alpha 1.0, hue 0.020467835, saturation 0.22352941, and lightness 0.23725492.
    static final int
    This color constant "Cardinal" has RGBA8888 code C41E3AFF, red 0.76862746, green 0.11764706, blue 0.22745098, alpha 1.0, hue 0.9718875, saturation 0.6509804, and lightness 0.44313723.
    static final int
    This color constant "Carmine" has RGBA8888 code 960018FF, red 0.5882353, green 0.0, blue 0.09411765, alpha 1.0, hue 0.97333336, saturation 0.5882353, and lightness 0.29411766.
    static final int
    This color constant "Carnation Pink" has RGBA8888 code FFA6C9FF, red 1.0, green 0.6509804, blue 0.7882353, alpha 1.0, hue 0.93445694, saturation 0.3490196, and lightness 0.82549024.
    static final int
    This color constant "Carolina Blue" has RGBA8888 code 99BADDFF, red 0.6, green 0.7294118, blue 0.8666667, alpha 1.0, hue 0.5857843, saturation 0.26666665, and lightness 0.73333335.
    static final int
    This color constant "Carrot Orange" has RGBA8888 code ED9121FF, red 0.92941177, green 0.5686275, blue 0.12941177, alpha 1.0, hue 0.09150327, saturation 0.8, and lightness 0.5294118.
    static final int
    This color constant "Cattail" has RGBA8888 code B64925FF, red 0.7137255, green 0.28627452, blue 0.14509805, alpha 1.0, hue 0.04137931, saturation 0.5686275, and lightness 0.42941177.
    static final int
    This color constant "Celadon" has RGBA8888 code ACE1AFFF, red 0.6745098, green 0.88235295, blue 0.6862745, alpha 1.0, hue 0.3427673, saturation 0.20784312, and lightness 0.7784314.
    static final int
    This color constant "Celadon Dye" has RGBA8888 code 819C8BFF, red 0.5058824, green 0.6117647, blue 0.54509807, alpha 1.0, hue 0.39506173, saturation 0.10588235, and lightness 0.5588236.
    static final int
    This color constant "Cerise" has RGBA8888 code DE3163FF, red 0.87058824, green 0.19215687, blue 0.3882353, alpha 1.0, hue 0.95183045, saturation 0.6784314, and lightness 0.53137255.
    static final int
    This color constant "Cerulean" has RGBA8888 code 007BA7FF, red 0.0, green 0.48235294, blue 0.654902, alpha 1.0, hue 0.5439122, saturation 0.654902, and lightness 0.327451.
    static final int
    This color constant "Cerulean Blue" has RGBA8888 code 2A52BEFF, red 0.16470589, green 0.32156864, blue 0.74509805, alpha 1.0, hue 0.62162167, saturation 0.5803922, and lightness 0.45490196.
    static final int
    This color constant "Chartreuse" has RGBA8888 code DFFF00FF, red 0.8745098, green 1.0, blue 0.0, alpha 1.0, hue 0.1875817, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Chartreuse Green" has RGBA8888 code 7FFF00FF, red 0.49803922, green 1.0, blue 0.0, alpha 1.0, hue 0.2503268, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Cherry Blossom" has RGBA8888 code FFB7C5FF, red 1.0, green 0.7176471, blue 0.77254903, alpha 1.0, hue 0.9675926, saturation 0.28235292, and lightness 0.85882354.
    static final int
    This color constant "Cherry Blossom Dye" has RGBA8888 code FCC9B9FF, red 0.9882353, green 0.7882353, blue 0.7254902, alpha 1.0, hue 0.039800994, saturation 0.26274508, and lightness 0.8568628.
    static final int
    This color constant "Cherry Blossom Mouse" has RGBA8888 code AC8181FF, red 0.6745098, green 0.5058824, blue 0.5058824, alpha 1.0, hue 0.0, saturation 0.16862744, and lightness 0.5901961.
    static final int
    This color constant "Chestnut" has RGBA8888 code CD5C5CFF, red 0.8039216, green 0.36078432, blue 0.36078432, alpha 1.0, hue 0.0, saturation 0.44313726, and lightness 0.582353.
    static final int
    This color constant "Chestnut Leather Brown" has RGBA8888 code 60281EFF, red 0.3764706, green 0.15686275, blue 0.11764706, alpha 1.0, hue 0.025252527, saturation 0.25882354, and lightness 0.24705882.
    static final int
    This color constant "Chestnut Plum" has RGBA8888 code 8B352DFF, red 0.54509807, green 0.20784314, blue 0.1764706, alpha 1.0, hue 0.014184396, saturation 0.3686275, and lightness 0.36078432.
    static final int
    This color constant "Chinese Tea Brown" has RGBA8888 code B35C44FF, red 0.7019608, green 0.36078432, blue 0.26666668, alpha 1.0, hue 0.036036033, saturation 0.43529412, and lightness 0.48431376.
    static final int
    This color constant "Chinese Tea Yellow" has RGBA8888 code B7702DFF, red 0.7176471, green 0.4392157, blue 0.1764706, alpha 1.0, hue 0.080917865, saturation 0.5411765, and lightness 0.44705883.
    static final int
    This color constant "Chocolate" has RGBA8888 code 7B3F00FF, red 0.48235294, green 0.24705882, blue 0.0, alpha 1.0, hue 0.085365854, saturation 0.48235294, and lightness 0.24117647.
    static final int
    This color constant "Cinnabar" has RGBA8888 code E34234FF, red 0.8901961, green 0.25882354, blue 0.20392157, alpha 1.0, hue 0.0133333355, saturation 0.6862745, and lightness 0.5470589.
    static final int
    This color constant "Cinnamon" has RGBA8888 code D2691EFF, red 0.8235294, green 0.4117647, blue 0.11764706, alpha 1.0, hue 0.06944444, saturation 0.7058824, and lightness 0.4705882.
    static final int
    This color constant "Clove Brown" has RGBA8888 code 8F583CFF, red 0.56078434, green 0.34509805, blue 0.23529412, alpha 1.0, hue 0.056224898, saturation 0.32549024, and lightness 0.39803925.
    static final int
    This color constant "Clove Dyed" has RGBA8888 code C66B27FF, red 0.7764706, green 0.41960785, blue 0.15294118, alpha 1.0, hue 0.07127882, saturation 0.62352943, and lightness 0.4647059.
    static final int
    This color constant "Coarse Wool" has RGBA8888 code 181B26FF, red 0.09411765, green 0.105882354, blue 0.14901961, alpha 1.0, hue 0.6309524, saturation 0.054901965, and lightness 0.12156863.
    static final int
    This color constant "Cobalt" has RGBA8888 code 0047ABFF, red 0.0, green 0.2784314, blue 0.67058825, alpha 1.0, hue 0.5974659, saturation 0.67058825, and lightness 0.33529413.
    static final int
    This color constant "Cochineal Red" has RGBA8888 code 9D2933FF, 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 of COLOR_WHEEL_PALETTE that 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.IntList
    The packed Oklab int colors that correspond to items in NAMES_BY_HUE, with the same order.
    static final int
    This color constant "Columbia Blue" has RGBA8888 code 9BDDFFFF, red 0.60784316, green 0.8666667, blue 1.0, alpha 1.0, hue 0.5566667, saturation 0.39215684, and lightness 0.8039216.
    static final int
    This color constant "Copper" has RGBA8888 code B87333FF, red 0.72156864, green 0.4509804, blue 0.2, alpha 1.0, hue 0.08020049, saturation 0.52156866, and lightness 0.46078432.
    static final int
    This color constant "Copper Rose" has RGBA8888 code 996666FF, red 0.6, green 0.4, blue 0.4, alpha 1.0, hue 0.0, saturation 0.20000002, and lightness 0.5.
    static final int
    This color constant "Coral" has RGBA8888 code FF7F50FF, red 1.0, green 0.49803922, blue 0.3137255, alpha 1.0, hue 0.0447619, saturation 0.6862745, and lightness 0.65686274.
    static final int
    This color constant "Coral Dye" has RGBA8888 code F8674FFF, red 0.972549, green 0.40392157, blue 0.30980393, alpha 1.0, hue 0.023668637, saturation 0.6627451, and lightness 0.6411765.
    static final int
    This color constant "Coral Red" has RGBA8888 code FF4040FF, red 1.0, green 0.2509804, blue 0.2509804, alpha 1.0, hue 0.0, saturation 0.7490196, and lightness 0.6254902.
    static final int
    This color constant "Corn" has RGBA8888 code FBEC5DFF, red 0.9843137, green 0.9254902, blue 0.3647059, alpha 1.0, hue 0.1508439, saturation 0.6196078, and lightness 0.6745098.
    static final int
    This color constant "Corn Dye" has RGBA8888 code FAA945FF, red 0.98039216, green 0.6627451, blue 0.27058825, alpha 1.0, hue 0.09208103, saturation 0.70980394, and lightness 0.6254902.
    static final int
    This color constant "Cornflower Blue" has RGBA8888 code 6495EDFF, red 0.39215687, green 0.58431375, blue 0.92941177, alpha 1.0, hue 0.60705596, saturation 0.5372549, and lightness 0.6607843.
    static final int
    This color constant "Cosmic Latte" has RGBA8888 code FFF8E7FF, red 1.0, green 0.972549, blue 0.90588236, alpha 1.0, hue 0.11805555, saturation 0.09411764, and lightness 0.9529412.
    static final int
    This color constant "Cream" has RGBA8888 code FFFDD0FF, red 1.0, green 0.99215686, blue 0.8156863, alpha 1.0, hue 0.15957446, saturation 0.18431371, and lightness 0.9078431.
    static final int
    This color constant "Crimson" has RGBA8888 code DC143CFF, red 0.8627451, green 0.078431375, blue 0.23529412, alpha 1.0, hue 0.9666667, saturation 0.78431374, and lightness 0.4705882.
    static final int
    This color constant "CW Almost Black" has RGBA8888 code 1F1F1FFF, red 0.12156863, green 0.12156863, blue 0.12156863, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.12156863.
    static final int
    This color constant "CW Almost White" has RGBA8888 code DFDFDFFF, red 0.8745098, green 0.8745098, blue 0.8745098, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.8745098.
    static final int
    This color constant "CW Apricot" has RGBA8888 code F9AA38FF, red 0.9764706, green 0.6666667, blue 0.21960784, alpha 1.0, hue 0.098445594, saturation 0.75686276, and lightness 0.5980392.
    static final int
    This color constant "CW Azure" has RGBA8888 code 33C0E4FF, red 0.2, green 0.7529412, blue 0.89411765, alpha 1.0, hue 0.53389835, saturation 0.69411767, and lightness 0.5470588.
    static final int
    This color constant "CW Black" has RGBA8888 code 000000FF, red 0.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.0.
    static final int
    This color constant "CW Blue" has RGBA8888 code 267CE9FF, red 0.14901961, green 0.4862745, blue 0.9137255, alpha 1.0, hue 0.5931624, saturation 0.7647059, and lightness 0.53137255.
    static final int
    This color constant "CW Bright Apricot" has RGBA8888 code FCAE3FFF, red 0.9882353, green 0.68235296, blue 0.24705882, alpha 1.0, hue 0.09788361, saturation 0.7411765, and lightness 0.61764705.
    static final int
    This color constant "CW Bright Azure" has RGBA8888 code 3DCAEEFF, red 0.23921569, green 0.7921569, blue 0.93333334, alpha 1.0, hue 0.53389835, saturation 0.69411767, and lightness 0.5862745.
    static final int
    This color constant "CW Bright Blue" has RGBA8888 code 398AF1FF, red 0.22352941, green 0.5411765, blue 0.94509804, alpha 1.0, hue 0.5932971, saturation 0.72156864, and lightness 0.58431375.
    static final int
    This color constant "CW Bright Brown" has RGBA8888 code DF8F47FF, red 0.8745098, green 0.56078434, blue 0.2784314, alpha 1.0, hue 0.07894738, saturation 0.5960784, and lightness 0.5764706.
    static final int
    This color constant "CW Bright Chartreuse" has RGBA8888 code CEF63CFF, red 0.80784315, green 0.9647059, blue 0.23529412, alpha 1.0, hue 0.20250897, saturation 0.7294118, and lightness 0.6.
    static final int
    This color constant "CW Bright Cyan" has RGBA8888 code 34F1ECFF, red 0.20392157, green 0.94509804, blue 0.9254902, alpha 1.0, hue 0.49559087, saturation 0.7411765, and lightness 0.5745098.
    static final int
    This color constant "CW Bright Gold" has RGBA8888 code F2D636FF, red 0.9490196, green 0.8392157, blue 0.21176471, alpha 1.0, hue 0.14184397, saturation 0.7372549, and lightness 0.5803921.
    static final int
    This color constant "CW Bright Green" has RGBA8888 code 4FEF39FF, red 0.30980393, green 0.9372549, blue 0.22352941, alpha 1.0, hue 0.31318682, saturation 0.7137255, and lightness 0.5803921.
    static final int
    This color constant "CW Bright Honeydew" has RGBA8888 code A1FA48FF, red 0.6313726, green 0.98039216, blue 0.28235295, alpha 1.0, hue 0.25, saturation 0.6980392, and lightness 0.63137263.
    static final int
    This color constant "CW Bright Indigo" has RGBA8888 code 6C33EAFF, red 0.42352942, green 0.2, blue 0.91764706, alpha 1.0, hue 0.71857923, saturation 0.7176471, and lightness 0.5588235.
    static final int
    This color constant "CW Bright Jade" has RGBA8888 code 43EC6BFF, red 0.2627451, green 0.9254902, blue 0.41960785, alpha 1.0, hue 0.37278107, saturation 0.6627451, and lightness 0.5941177.
    static final int
    This color constant "CW Bright Lime" has RGBA8888 code B1E932FF, red 0.69411767, green 0.9137255, blue 0.19607843, alpha 1.0, hue 0.2176685, saturation 0.7176471, and lightness 0.55490196.
    static final int
    This color constant "CW Bright Magenta" has RGBA8888 code F036C9FF, red 0.9411765, green 0.21176471, blue 0.7882353, alpha 1.0, hue 0.8682796, saturation 0.7294118, and lightness 0.57647055.
    static final int
    This color constant "CW Bright Orange" has RGBA8888 code F68A39FF, red 0.9647059, green 0.5411765, blue 0.22352941, alpha 1.0, hue 0.07142858, saturation 0.7411765, and lightness 0.59411764.
    static final int
    This color constant "CW Bright Purple" has RGBA8888 code D13DF1FF, red 0.81960785, green 0.23921569, blue 0.94509804, alpha 1.0, hue 0.8037037, saturation 0.7058824, and lightness 0.5921569.
    static final int
    This color constant "CW Bright Red" has RGBA8888 code F43B3BFF, red 0.95686275, green 0.23137255, blue 0.23137255, alpha 1.0, hue 0.0, saturation 0.7254902, and lightness 0.59411764.
    static final int
    This color constant "CW Bright Rose" has RGBA8888 code EE3585FF, red 0.93333334, green 0.20784314, blue 0.52156866, alpha 1.0, hue 0.9279279, saturation 0.7254902, and lightness 0.57058823.
    static final int
    This color constant "CW Bright Sapphire" has RGBA8888 code 3D4DF0FF, red 0.23921569, green 0.3019608, blue 0.9411765, alpha 1.0, hue 0.6517691, saturation 0.7019608, and lightness 0.5901961.
    static final int
    This color constant "CW Bright Seafoam" has RGBA8888 code 3FF8B6FF, red 0.24705882, green 0.972549, blue 0.7137255, alpha 1.0, hue 0.44054055, saturation 0.7254902, and lightness 0.6098039.
    static final int
    This color constant "CW Bright Violet" has RGBA8888 code 9C3AF0FF, red 0.6117647, green 0.22745098, blue 0.9411765, alpha 1.0, hue 0.7564103, saturation 0.7137255, and lightness 0.58431375.
    static final int
    This color constant "CW Bright Yellow" has RGBA8888 code FDFC39FF, red 0.99215686, green 0.9882353, blue 0.22352941, alpha 1.0, hue 0.16581632, saturation 0.76862746, and lightness 0.60784316.
    static final int
    This color constant "CW Brown" has RGBA8888 code CD8B51FF, red 0.8039216, green 0.54509807, blue 0.31764707, alpha 1.0, hue 0.07795699, saturation 0.4862745, and lightness 0.56078434.
    static final int
    This color constant "CW Chartreuse" has RGBA8888 code C7F12FFF, red 0.78039217, green 0.94509804, blue 0.18431373, alpha 1.0, hue 0.20274915, saturation 0.7607843, and lightness 0.56470585.
    static final int
    This color constant "CW Cyan" has RGBA8888 code 17E9E3FF, red 0.09019608, green 0.9137255, blue 0.8901961, alpha 1.0, hue 0.49523813, saturation 0.8235294, and lightness 0.5019608.
    static final int
    This color constant "CW Dark Apricot" has RGBA8888 code A8701DFF, red 0.65882355, green 0.4392157, blue 0.11372549, alpha 1.0, hue 0.099520385, saturation 0.54509807, and lightness 0.38627455.
    static final int
    This color constant "CW Dark Azure" has RGBA8888 code 1B819AFF, red 0.105882354, green 0.5058824, blue 0.6039216, alpha 1.0, hue 0.5328084, saturation 0.49803925, and lightness 0.35490197.
    static final int
    This color constant "CW Dark Blue" has RGBA8888 code 15519DFF, red 0.08235294, green 0.31764707, blue 0.6156863, alpha 1.0, hue 0.59313726, saturation 0.53333336, and lightness 0.34901962.
    static final int
    This color constant "CW Dark Brown" has RGBA8888 code 8A582BFF, red 0.5411765, green 0.34509805, blue 0.16862746, alpha 1.0, hue 0.078947365, saturation 0.37254906, and lightness 0.354902.
    static final int
    This color constant "CW Dark Chartreuse" has RGBA8888 code 85A318FF, red 0.52156866, green 0.6392157, blue 0.09411765, alpha 1.0, hue 0.2026379, saturation 0.54509807, and lightness 0.36666667.
    static final int
    This color constant "CW Dark Cyan" has RGBA8888 code 0D9D99FF, red 0.050980393, green 0.6156863, blue 0.6, alpha 1.0, hue 0.4953704, saturation 0.5647059, and lightness 0.33333334.
    static final int
    This color constant "CW Dark Gold" has RGBA8888 code 9F880FFF, red 0.62352943, green 0.53333336, blue 0.05882353, alpha 1.0, hue 0.1400463, saturation 0.5647059, and lightness 0.34117648.
    static final int
    This color constant "CW Dark Gray" has RGBA8888 code 5F5F5FFF, red 0.37254903, green 0.37254903, blue 0.37254903, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.37254903.
    static final int
    This color constant "CW Dark Green" has RGBA8888 code 259B15FF, red 0.14509805, green 0.60784316, blue 0.08235294, alpha 1.0, hue 0.31343284, saturation 0.5254902, and lightness 0.34509805.
    static final int
    This color constant "CW Dark Honeydew" has RGBA8888 code 69A62DFF, red 0.4117647, green 0.6509804, blue 0.1764706, alpha 1.0, hue 0.25068873, saturation 0.47450984, and lightness 0.4137255.
    static final int
    This color constant "CW Dark Indigo" has RGBA8888 code 360997FF, red 0.21176471, green 0.03529412, blue 0.5921569, alpha 1.0, hue 0.7194836, saturation 0.5568628, and lightness 0.3137255.
    static final int
    This color constant "CW Dark Jade" has RGBA8888 code 249940FF, red 0.14117648, green 0.6, blue 0.2509804, alpha 1.0, hue 0.37321937, saturation 0.45882356, and lightness 0.37058824.
    static final int
    This color constant "CW Dark Lime" has RGBA8888 code 699508FF, red 0.4117647, green 0.58431375, blue 0.03137255, alpha 1.0, hue 0.21867613, saturation 0.5529412, and lightness 0.30784315.
    static final int
    This color constant "CW Dark Magenta" has RGBA8888 code 9C117EFF, red 0.6117647, green 0.06666667, blue 0.49411765, alpha 1.0, hue 0.86930454, saturation 0.54509807, and lightness 0.3392157.
    static final int
    This color constant "CW Dark Orange" has RGBA8888 code A35113FF, red 0.6392157, green 0.31764707, blue 0.07450981, alpha 1.0, hue 0.07175926, saturation 0.5647059, and lightness 0.35686275.
    static final int
    This color constant "CW Dark Purple" has RGBA8888 code 871C9DFF, red 0.5294118, green 0.10980392, blue 0.6156863, alpha 1.0, hue 0.8049096, saturation 0.5058824, and lightness 0.36274514.
    static final int
    This color constant "CW Dark Red" has RGBA8888 code A11616FF, red 0.6313726, green 0.08627451, blue 0.08627451, alpha 1.0, hue 0.0, saturation 0.54509807, and lightness 0.35882357.
    static final int
    This color constant "CW Dark Rose" has RGBA8888 code 9A0D4AFF, red 0.6039216, green 0.050980393, blue 0.2901961, alpha 1.0, hue 0.92789596, saturation 0.5529412, and lightness 0.327451.
    static final int
    This color constant "CW Dark Sapphire" has RGBA8888 code 1A289DFF, red 0.101960786, green 0.15686275, blue 0.6156863, alpha 1.0, hue 0.648855, saturation 0.5137255, and lightness 0.35882354.
    static final int
    This color constant "CW Dark Seafoam" has RGBA8888 code 1DA574FF, red 0.11372549, green 0.64705884, blue 0.45490196, alpha 1.0, hue 0.43995097, saturation 0.53333336, and lightness 0.3803922.
    static final int
    This color constant "CW Dark Violet" has RGBA8888 code 5E179CFF, red 0.36862746, green 0.09019608, blue 0.6117647, alpha 1.0, hue 0.75563914, saturation 0.52156866, and lightness 0.3509804.
    static final int
    This color constant "CW Dark Yellow" has RGBA8888 code AAA914FF, red 0.6666667, green 0.6627451, blue 0.078431375, alpha 1.0, hue 0.16555557, saturation 0.5882353, and lightness 0.37254903.
    static final int
    This color constant "CW Drab Apricot" has RGBA8888 code B18B55FF, red 0.69411767, green 0.54509807, blue 0.33333334, alpha 1.0, hue 0.09782609, saturation 0.36078432, and lightness 0.5137255.
    static final int
    This color constant "CW Drab Azure" has RGBA8888 code 498D9FFF, red 0.28627452, green 0.5529412, blue 0.62352943, alpha 1.0, hue 0.53488374, saturation 0.3372549, and lightness 0.454902.
    static final int
    This color constant "CW Drab Blue" has RGBA8888 code 355E93FF, red 0.20784314, green 0.36862746, blue 0.5764706, alpha 1.0, hue 0.59397167, saturation 0.3686275, and lightness 0.39215687.
    static final int
    This color constant "CW Drab Brown" has RGBA8888 code 937358FF, red 0.5764706, green 0.4509804, blue 0.34509805, alpha 1.0, hue 0.07627118, saturation 0.23137257, and lightness 0.46078435.
    static final int
    This color constant "CW Drab Chartreuse" has RGBA8888 code A2B658FF, red 0.63529414, green 0.7137255, blue 0.34509805, alpha 1.0, hue 0.20212767, saturation 0.36862746, and lightness 0.5294118.
    static final int
    This color constant "CW Drab Cyan" has RGBA8888 code 41A7A4FF, red 0.25490198, green 0.654902, blue 0.6431373, alpha 1.0, hue 0.49509805, saturation 0.4, and lightness 0.45490196.
    static final int
    This color constant "CW Drab Gold" has RGBA8888 code AFA04CFF, red 0.6862745, green 0.627451, blue 0.29803923, alpha 1.0, hue 0.14141415, saturation 0.3882353, and lightness 0.49215686.
    static final int
    This color constant "CW Drab Green" has RGBA8888 code 50A145FF, red 0.3137255, green 0.6313726, blue 0.27058825, alpha 1.0, hue 0.3134058, saturation 0.36078432, and lightness 0.45098042.
    static final int
    This color constant "CW Drab Honeydew" has RGBA8888 code 90B76AFF, red 0.5647059, green 0.7176471, blue 0.41568628, alpha 1.0, hue 0.25108224, saturation 0.3019608, and lightness 0.56666666.
    static final int
    This color constant "CW Drab Indigo" has RGBA8888 code 3B1D7EFF, red 0.23137255, green 0.11372549, blue 0.49411765, alpha 1.0, hue 0.7182131, saturation 0.38039216, and lightness 0.30392155.
    static final int
    This color constant "CW Drab Jade" has RGBA8888 code 56A267FF, red 0.3372549, green 0.63529414, blue 0.40392157, alpha 1.0, hue 0.37061405, saturation 0.29803923, and lightness 0.48627454.
    static final int
    This color constant "CW Drab Lime" has RGBA8888 code 85A441FF, red 0.52156866, green 0.6431373, blue 0.25490198, alpha 1.0, hue 0.21885523, saturation 0.3882353, and lightness 0.44901964.
    static final int
    This color constant "CW Drab Magenta" has RGBA8888 code 91307CFF, red 0.5686275, green 0.1882353, blue 0.4862745, alpha 1.0, hue 0.8694158, saturation 0.3803922, and lightness 0.37843138.
    static final int
    This color constant "CW Drab Orange" has RGBA8888 code A46B40FF, red 0.6431373, green 0.41960785, blue 0.2509804, alpha 1.0, hue 0.07166666, saturation 0.39215687, and lightness 0.44705883.
    static final int
    This color constant "CW Drab Purple" has RGBA8888 code 863F95FF, red 0.5254902, green 0.24705882, blue 0.58431375, alpha 1.0, hue 0.8042636, saturation 0.33725494, and lightness 0.41568625.
    static final int
    This color constant "CW Drab Red" has RGBA8888 code 923535FF, red 0.57254905, green 0.20784314, blue 0.20784314, alpha 1.0, hue 0.0, saturation 0.36470592, and lightness 0.3901961.
    static final int
    This color constant "CW Drab Rose" has RGBA8888 code 8C2B55FF, red 0.54901963, green 0.16862746, blue 0.33333334, alpha 1.0, hue 0.92783505, saturation 0.3803922, and lightness 0.3588235.
    static final int
    This color constant "CW Drab Sapphire" has RGBA8888 code 323A8AFF, red 0.19607843, green 0.22745098, blue 0.5411765, alpha 1.0, hue 0.6515152, saturation 0.34509808, and lightness 0.36862746.
    static final int
    This color constant "CW Drab Seafoam" has RGBA8888 code 54AF8EFF, red 0.32941177, green 0.6862745, blue 0.5568628, alpha 1.0, hue 0.43956047, saturation 0.35686275, and lightness 0.50784314.
    static final int
    This color constant "CW Drab Violet" has RGBA8888 code 63328DFF, red 0.3882353, green 0.19607843, blue 0.5529412, alpha 1.0, hue 0.75641024, saturation 0.35686278, and lightness 0.37450984.
    static final int
    This color constant "CW Drab Yellow" has RGBA8888 code C1C05BFF, red 0.75686276, green 0.7529412, blue 0.35686275, alpha 1.0, hue 0.16503267, saturation 0.4, and lightness 0.5568627.
    static final int
    This color constant "CW Faded Apricot" has RGBA8888 code DDBC8BFF, red 0.8666667, green 0.7372549, blue 0.54509807, alpha 1.0, hue 0.0995935, saturation 0.3215686, and lightness 0.7058824.
    static final int
    This color constant "CW Faded Azure" has RGBA8888 code 7CB9C8FF, red 0.4862745, green 0.7254902, blue 0.78431374, alpha 1.0, hue 0.53289473, saturation 0.29803923, and lightness 0.63529414.
    static final int
    This color constant "CW Faded Blue" has RGBA8888 code 658AB9FF, red 0.39607844, green 0.5411765, blue 0.7254902, alpha 1.0, hue 0.59325397, saturation 0.32941177, and lightness 0.5607843.
    static final int
    This color constant "CW Faded Brown" has RGBA8888 code BFA38AFF, red 0.7490196, green 0.6392157, blue 0.5411765, alpha 1.0, hue 0.07861635, saturation 0.20784312, and lightness 0.64509803.
    static final int
    This color constant "CW Faded Chartreuse" has RGBA8888 code D4E693FF, red 0.83137256, green 0.9019608, blue 0.5764706, alpha 1.0, hue 0.20281126, saturation 0.32549018, and lightness 0.73921573.
    static final int
    This color constant "CW Faded Cyan" has RGBA8888 code 78D2D0FF, red 0.47058824, green 0.8235294, blue 0.8156863, alpha 1.0, hue 0.4962963, saturation 0.3529412, and lightness 0.64705884.
    static final int
    This color constant "CW Faded Gold" has RGBA8888 code DCCF85FF, red 0.8627451, green 0.8117647, blue 0.52156866, alpha 1.0, hue 0.14176247, saturation 0.34117645, and lightness 0.69215685.
    static final int
    This color constant "CW Faded Green" has RGBA8888 code 84CC7AFF, red 0.5176471, green 0.8, blue 0.47843137, alpha 1.0, hue 0.31300813, saturation 0.32156864, and lightness 0.63921565.
    static final int
    This color constant "CW Faded Honeydew" has RGBA8888 code C4E6A1FF, red 0.76862746, green 0.9019608, blue 0.6313726, alpha 1.0, hue 0.24879229, saturation 0.27058822, and lightness 0.7666667.
    static final int
    This color constant "CW Faded Indigo" has RGBA8888 code 63489FFF, red 0.3882353, green 0.28235295, blue 0.62352943, alpha 1.0, hue 0.7183908, saturation 0.34117648, and lightness 0.4529412.
    static final int
    This color constant "CW Faded Jade" has RGBA8888 code 8ACD99FF, red 0.5411765, green 0.8039216, blue 0.6, alpha 1.0, hue 0.37064677, saturation 0.26274508, and lightness 0.67254907.
    static final int
    This color constant "CW Faded Lime" has RGBA8888 code B5D079FF, red 0.70980394, green 0.8156863, blue 0.4745098, alpha 1.0, hue 0.21839081, saturation 0.34117648, and lightness 0.64509803.
    static final int
    This color constant "CW Faded Magenta" has RGBA8888 code B761A4FF, red 0.7176471, green 0.38039216, blue 0.6431373, alpha 1.0, hue 0.87015504, saturation 0.3372549, and lightness 0.5490196.
    static final int
    This color constant "CW Faded Orange" has RGBA8888 code CC9B75FF, red 0.8, green 0.60784316, blue 0.45882353, alpha 1.0, hue 0.07279695, saturation 0.34117648, and lightness 0.62941176.
    static final int
    This color constant "CW Faded Purple" has RGBA8888 code AE6EBCFF, red 0.68235296, green 0.43137255, blue 0.7372549, alpha 1.0, hue 0.8034188, saturation 0.30588236, and lightness 0.58431375.
    static final int
    This color constant "CW Faded Red" has RGBA8888 code B76363FF, red 0.7176471, green 0.3882353, blue 0.3882353, alpha 1.0, hue 0.0, saturation 0.32941177, and lightness 0.5529412.
    static final int
    This color constant "CW Faded Rose" has RGBA8888 code B05A7FFF, red 0.6901961, green 0.3529412, blue 0.49803922, alpha 1.0, hue 0.9282946, saturation 0.3372549, and lightness 0.52156866.
    static final int
    This color constant "CW Faded Sapphire" has RGBA8888 code 5E65ACFF, red 0.36862746, green 0.39607844, blue 0.6745098, alpha 1.0, hue 0.65170944, saturation 0.30588236, and lightness 0.52156866.
    static final int
    This color constant "CW Faded Seafoam" has RGBA8888 code 8ADABDFF, red 0.5411765, green 0.85490197, blue 0.7411765, alpha 1.0, hue 0.43958336, saturation 0.31372547, and lightness 0.69803923.
    static final int
    This color constant "CW Faded Violet" has RGBA8888 code 8C61B1FF, red 0.54901963, green 0.38039216, blue 0.69411767, alpha 1.0, hue 0.75625, saturation 0.3137255, and lightness 0.5372549.
    static final int
    This color constant "CW Faded Yellow" has RGBA8888 code F2F197FF, red 0.9490196, green 0.94509804, blue 0.5921569, alpha 1.0, hue 0.16483517, saturation 0.35686272, and lightness 0.7705882.
    static final int
    This color constant "CW Flush Apricot" has RGBA8888 code ED971BFF, red 0.92941177, green 0.5921569, blue 0.105882354, alpha 1.0, hue 0.09841271, saturation 0.8235294, and lightness 0.517647.
    static final int
    This color constant "CW Flush Azure" has RGBA8888 code 18B2D9FF, red 0.09411765, green 0.69803923, blue 0.8509804, alpha 1.0, hue 0.53367877, saturation 0.75686276, and lightness 0.47254902.
    static final int
    This color constant "CW Flush Blue" has RGBA8888 code 136CDEFF, red 0.07450981, green 0.42352942, blue 0.87058824, alpha 1.0, hue 0.5935961, saturation 0.79607844, and lightness 0.47254902.
    static final int
    This color constant "CW Flush Brown" has RGBA8888 code C36F26FF, red 0.7647059, green 0.43529412, blue 0.14901961, alpha 1.0, hue 0.07749469, saturation 0.6156863, and lightness 0.45686275.
    static final int
    This color constant "CW Flush Chartreuse" has RGBA8888 code B8E516FF, red 0.72156864, green 0.8980392, blue 0.08627451, alpha 1.0, hue 0.20289856, saturation 0.8117647, and lightness 0.49215683.
    static final int
    This color constant "CW Flush Cyan" has RGBA8888 code 0ADED8FF, red 0.039215688, green 0.87058824, blue 0.84705883, alpha 1.0, hue 0.495283, saturation 0.83137256, and lightness 0.45490196.
    static final int
    This color constant "CW Flush Gold" has RGBA8888 code E0BF0DFF, red 0.8784314, green 0.7490196, blue 0.050980393, alpha 1.0, hue 0.14060032, saturation 0.827451, and lightness 0.46470588.
    static final int
    This color constant "CW Flush Green" has RGBA8888 code 2ADB13FF, red 0.16470589, green 0.85882354, blue 0.07450981, alpha 1.0, hue 0.31416667, saturation 0.78431374, and lightness 0.46666664.
    static final int
    This color constant "CW Flush Honeydew" has RGBA8888 code 89EA28FF, red 0.5372549, green 0.91764706, blue 0.15686275, alpha 1.0, hue 0.25, saturation 0.7607843, and lightness 0.5372549.
    static final int
    This color constant "CW Flush Indigo" has RGBA8888 code 4909D4FF, red 0.28627452, green 0.03529412, blue 0.83137256, alpha 1.0, hue 0.7192118, saturation 0.79607844, and lightness 0.43333334.
    static final int
    This color constant "CW Flush Jade" has RGBA8888 code 21D74BFF, red 0.12941177, green 0.84313726, blue 0.29411766, alpha 1.0, hue 0.37179488, saturation 0.7137255, and lightness 0.48627454.
    static final int
    This color constant "CW Flush Lime" has RGBA8888 code 93D208FF, red 0.5764706, green 0.8235294, blue 0.03137255, alpha 1.0, hue 0.21864687, saturation 0.7921569, and lightness 0.42745098.
    static final int
    This color constant "CW Flush Magenta" has RGBA8888 code DC0EB0FF, red 0.8627451, green 0.05490196, blue 0.6901961, alpha 1.0, hue 0.868932, saturation 0.80784315, and lightness 0.4588235.
    static final int
    This color constant "CW Flush Orange" has RGBA8888 code E56D11FF, red 0.8980392, green 0.42745098, blue 0.06666667, alpha 1.0, hue 0.07232704, saturation 0.83137256, and lightness 0.48235294.
    static final int
    This color constant "CW Flush Purple" has RGBA8888 code BB18DEFF, red 0.73333335, green 0.09411765, blue 0.87058824, alpha 1.0, hue 0.8038721, saturation 0.7764706, and lightness 0.4823529.
    static final int
    This color constant "CW Flush Red" has RGBA8888 code E21414FF, red 0.8862745, green 0.078431375, blue 0.078431375, alpha 1.0, hue 0.0, saturation 0.80784315, and lightness 0.4823529.
    static final int
    This color constant "CW Flush Rose" has RGBA8888 code D90D64FF, red 0.8509804, green 0.050980393, blue 0.39215687, alpha 1.0, hue 0.9289216, saturation 0.8, and lightness 0.45098042.
    static final int
    This color constant "CW Flush Sapphire" has RGBA8888 code 172BDDFF, red 0.09019608, green 0.16862746, blue 0.8666667, alpha 1.0, hue 0.64983165, saturation 0.7764706, and lightness 0.47843134.
    static final int
    This color constant "CW Flush Seafoam" has RGBA8888 code 1AE89EFF, red 0.101960786, green 0.9098039, blue 0.61960787, alpha 1.0, hue 0.44012946, saturation 0.80784315, and lightness 0.5058823.
    static final int
    This color constant "CW Flush Violet" has RGBA8888 code 7F14DCFF, red 0.49803922, green 0.078431375, blue 0.8627451, alpha 1.0, hue 0.7558333, saturation 0.78431374, and lightness 0.4705882.
    static final int
    This color constant "CW Flush Yellow" has RGBA8888 code EEEE13FF, red 0.93333334, green 0.93333334, blue 0.07450981, alpha 1.0, hue 0.16666667, saturation 0.85882354, and lightness 0.5039215.
    static final int
    This color constant "CW Gold" has RGBA8888 code EBCB1DFF, red 0.92156863, green 0.79607844, blue 0.11372549, alpha 1.0, hue 0.14077671, saturation 0.80784315, and lightness 0.5176471.
    static final int
    This color constant "CW Gray" has RGBA8888 code 7F7F7FFF, red 0.49803922, green 0.49803922, blue 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.49803922.
    static final int
    This color constant "CW Gray Black" has RGBA8888 code 3F3F3FFF, red 0.24705882, green 0.24705882, blue 0.24705882, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.24705882.
    static final int
    This color constant "CW Gray White" has RGBA8888 code BFBFBFFF, red 0.7490196, green 0.7490196, blue 0.7490196, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7490196.
    static final int
    This color constant "CW Green" has RGBA8888 code 3EE628FF, red 0.24313726, green 0.9019608, blue 0.15686275, alpha 1.0, hue 0.3140351, saturation 0.74509805, and lightness 0.52941173.
    static final int
    This color constant "CW Honeydew" has RGBA8888 code A5F655FF, red 0.64705884, green 0.9647059, blue 0.33333334, alpha 1.0, hue 0.2505176, saturation 0.6313726, and lightness 0.64901954.
    static final int
    This color constant "CW Indigo" has RGBA8888 code 5313DFFF, red 0.3254902, green 0.07450981, blue 0.8745098, alpha 1.0, hue 0.71895427, saturation 0.8, and lightness 0.47450978.
    static final int
    This color constant "CW Jade" has RGBA8888 code 45E269FF, red 0.27058825, green 0.8862745, blue 0.4117647, alpha 1.0, hue 0.3715499, saturation 0.6156863, and lightness 0.57843137.
    static final int
    This color constant "CW Light Apricot" has RGBA8888 code F8CD90FF, red 0.972549, green 0.8039216, blue 0.5647059, alpha 1.0, hue 0.09775641, saturation 0.4078431, and lightness 0.76862746.
    static final int
    This color constant "CW Light Azure" has RGBA8888 code 8BD8EBFF, red 0.54509807, green 0.84705883, blue 0.92156863, alpha 1.0, hue 0.53298616, saturation 0.37647057, and lightness 0.7333333.
    static final int
    This color constant "CW Light Blue" has RGBA8888 code 81B0EBFF, red 0.5058824, green 0.6901961, blue 0.92156863, alpha 1.0, hue 0.5927673, saturation 0.41568625, and lightness 0.71372545.
    static final int
    This color constant "CW Light Brown" has RGBA8888 code DEBA9BFF, red 0.87058824, green 0.7294118, blue 0.60784316, alpha 1.0, hue 0.077114426, saturation 0.26274508, and lightness 0.7392157.
    static final int
    This color constant "CW Light Chartreuse" has RGBA8888 code DFF58CFF, red 0.8745098, green 0.9607843, blue 0.54901963, alpha 1.0, hue 0.20158732, saturation 0.41176468, and lightness 0.75490195.
    static final int
    This color constant "CW Light Cyan" has RGBA8888 code 7DEFECFF, red 0.49019608, green 0.9372549, blue 0.9254902, alpha 1.0, hue 0.49561405, saturation 0.44705883, and lightness 0.71372545.
    static final int
    This color constant "CW Light Gold" has RGBA8888 code F1E081FF, red 0.94509804, green 0.8784314, blue 0.5058824, alpha 1.0, hue 0.14136904, saturation 0.43921566, and lightness 0.7254902.
    static final int
    This color constant "CW Light Gray" has RGBA8888 code 9F9F9FFF, red 0.62352943, green 0.62352943, blue 0.62352943, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.62352943.
    static final int
    This color constant "CW Light Green" has RGBA8888 code 91EC85FF, red 0.5686275, green 0.9254902, blue 0.52156866, alpha 1.0, hue 0.31391588, saturation 0.40392154, and lightness 0.7235294.
    static final int
    This color constant "CW Light Honeydew" has RGBA8888 code CCF8A0FF, red 0.8, green 0.972549, blue 0.627451, alpha 1.0, hue 0.25, saturation 0.34509802, and lightness 0.8.
    static final int
    This color constant "CW Light Indigo" has RGBA8888 code 9774E2FF, red 0.5921569, green 0.45490196, blue 0.8862745, alpha 1.0, hue 0.719697, saturation 0.43137255, and lightness 0.67058825.
    static final int
    This color constant "CW Light Jade" has RGBA8888 code 95EAA9FF, red 0.58431375, green 0.91764706, blue 0.6627451, alpha 1.0, hue 0.37254903, saturation 0.3333333, and lightness 0.7509804.
    static final int
    This color constant "CW Light Lime" has RGBA8888 code C6E97AFF, red 0.7764706, green 0.9137255, blue 0.47843137, alpha 1.0, hue 0.21921922, saturation 0.43529412, and lightness 0.6960784.
    static final int
    This color constant "CW Light Magenta" has RGBA8888 code EA7ED2FF, red 0.91764706, green 0.49411765, blue 0.8235294, alpha 1.0, hue 0.8703704, saturation 0.42352942, and lightness 0.7058824.
    static final int
    This color constant "CW Light Orange" has RGBA8888 code F2B383FF, red 0.9490196, green 0.7019608, blue 0.5137255, alpha 1.0, hue 0.072072074, saturation 0.4352941, and lightness 0.7313726.
    static final int
    This color constant "CW Light Purple" has RGBA8888 code DA89ECFF, red 0.85490197, green 0.5372549, blue 0.9254902, alpha 1.0, hue 0.8030303, saturation 0.38823527, and lightness 0.73137254.
    static final int
    This color constant "CW Light Red" has RGBA8888 code ED8383FF, red 0.92941177, green 0.5137255, blue 0.5137255, alpha 1.0, hue 0.0, saturation 0.41568625, and lightness 0.72156864.
    static final int
    This color constant "CW Light Rose" has RGBA8888 code E87AA9FF, red 0.9098039, green 0.47843137, blue 0.6627451, alpha 1.0, hue 0.9287879, saturation 0.43137255, and lightness 0.69411767.
    static final int
    This color constant "CW Light Sapphire" has RGBA8888 code 8690E9FF, red 0.5254902, green 0.5647059, blue 0.9137255, alpha 1.0, hue 0.64983165, saturation 0.38823527, and lightness 0.7196079.
    static final int
    This color constant "CW Light Seafoam" has RGBA8888 code 8FF6D1FF, red 0.56078434, green 0.9647059, blue 0.81960785, alpha 1.0, hue 0.44012946, saturation 0.40392154, and lightness 0.76274514.
    static final int
    This color constant "CW Light Violet" has RGBA8888 code BA83E9FF, red 0.7294118, green 0.5137255, blue 0.9137255, alpha 1.0, hue 0.75653595, saturation 0.39999998, and lightness 0.7137255.
    static final int
    This color constant "CW Light Yellow" has RGBA8888 code FCFB88FF, red 0.9882353, green 0.9843137, blue 0.53333336, alpha 1.0, hue 0.16522989, saturation 0.45490193, and lightness 0.7607843.
    static final int
    This color constant "CW Lime" has RGBA8888 code 9DDD11FF, red 0.6156863, green 0.8666667, blue 0.06666667, alpha 1.0, hue 0.21895427, saturation 0.8, and lightness 0.4666667.
    static final int
    This color constant "CW Magenta" has RGBA8888 code E71FBCFF, red 0.90588236, green 0.12156863, blue 0.7372549, alpha 1.0, hue 0.8691667, saturation 0.78431374, and lightness 0.5137255.
    static final int
    This color constant "CW Orange" has RGBA8888 code F17C24FF, red 0.94509804, green 0.4862745, blue 0.14117648, alpha 1.0, hue 0.071544714, saturation 0.8039216, and lightness 0.54313725.
    static final int
    This color constant "CW Pale Apricot" has RGBA8888 code F4DBB7FF, red 0.95686275, green 0.85882354, blue 0.7176471, alpha 1.0, hue 0.09836066, saturation 0.23921567, and lightness 0.8372549.
    static final int
    This color constant "CW Pale Azure" has RGBA8888 code B2DFEAFF, red 0.69803923, green 0.8745098, blue 0.91764706, alpha 1.0, hue 0.5327381, saturation 0.21960783, and lightness 0.80784315.
    static final int
    This color constant "CW Pale Blue" has RGBA8888 code A7C3E6FF, red 0.654902, green 0.7647059, blue 0.9019608, alpha 1.0, hue 0.5925926, saturation 0.24705881, and lightness 0.77843136.
    static final int
    This color constant "CW Pale Brown" has RGBA8888 code E2CDBBFF, red 0.8862745, green 0.8039216, blue 0.73333335, alpha 1.0, hue 0.07692308, saturation 0.15294117, and lightness 0.8098039.
    static final int
    This color constant "CW Pale Chartreuse" has RGBA8888 code E8F5B8FF, red 0.9098039, green 0.9607843, blue 0.72156864, alpha 1.0, hue 0.20218581, saturation 0.23921567, and lightness 0.8411765.
    static final int
    This color constant "CW Pale Cyan" has RGBA8888 code ABEEECFF, red 0.67058825, green 0.93333334, blue 0.9254902, alpha 1.0, hue 0.4950249, saturation 0.26274508, and lightness 0.80196077.
    static final int
    This color constant "CW Pale Gold" has RGBA8888 code F1E7B0FF, red 0.94509804, green 0.90588236, blue 0.6901961, alpha 1.0, hue 0.14102565, saturation 0.25490195, and lightness 0.81764704.
    static final int
    This color constant "CW Pale Green" has RGBA8888 code B5EBAEFF, red 0.70980394, green 0.92156863, blue 0.68235296, alpha 1.0, hue 0.31420767, saturation 0.23921567, and lightness 0.8019608.
    static final int
    This color constant "CW Pale Honeydew" has RGBA8888 code DCF6C3FF, red 0.8627451, green 0.9647059, blue 0.7647059, alpha 1.0, hue 0.251634, saturation 0.19999999, and lightness 0.86470586.
    static final int
    This color constant "CW Pale Indigo" has RGBA8888 code AF9BDBFF, red 0.6862745, green 0.60784316, blue 0.85882354, alpha 1.0, hue 0.71875, saturation 0.25098038, and lightness 0.73333335.
    static final int
    This color constant "CW Pale Jade" has RGBA8888 code B8EAC4FF, red 0.72156864, green 0.91764706, blue 0.76862746, alpha 1.0, hue 0.37333333, saturation 0.19607842, and lightness 0.81960785.
    static final int
    This color constant "CW Pale Lime" has RGBA8888 code D6EBAAFF, red 0.8392157, green 0.92156863, blue 0.6666667, alpha 1.0, hue 0.22051284, saturation 0.25490195, and lightness 0.7941177.
    static final int
    This color constant "CW Pale Magenta" has RGBA8888 code E4A5D6FF, red 0.89411765, green 0.64705884, blue 0.8392157, alpha 1.0, hue 0.8703704, saturation 0.24705881, and lightness 0.7705882.
    static final int
    This color constant "CW Pale Orange" has RGBA8888 code EDC8ACFF, red 0.92941177, green 0.78431374, blue 0.6745098, alpha 1.0, hue 0.071794875, saturation 0.25490195, and lightness 0.80196077.
    static final int
    This color constant "CW Pale Purple" has RGBA8888 code DCADE7FF, red 0.8627451, green 0.6784314, blue 0.90588236, alpha 1.0, hue 0.80172414, saturation 0.22745097, and lightness 0.7921569.
    static final int
    This color constant "CW Pale Red" has RGBA8888 code E6A7A7FF, red 0.9019608, green 0.654902, blue 0.654902, alpha 1.0, hue 0.0, saturation 0.24705881, and lightness 0.77843136.
    static final int
    This color constant "CW Pale Rose" has RGBA8888 code E2A2BDFF, red 0.8862745, green 0.63529414, blue 0.7411765, alpha 1.0, hue 0.9296875, saturation 0.25098038, and lightness 0.7607843.
    static final int
    This color constant "CW Pale Sapphire" has RGBA8888 code A7ADE1FF, red 0.654902, green 0.6784314, blue 0.88235295, alpha 1.0, hue 0.6494253, saturation 0.22745097, and lightness 0.7686275.
    static final int
    This color constant "CW Pale Seafoam" has RGBA8888 code B6F3DDFF, red 0.7137255, green 0.9529412, blue 0.8666667, alpha 1.0, hue 0.4398907, saturation 0.23921567, and lightness 0.8333334.
    static final int
    This color constant "CW Pale Violet" has RGBA8888 code C6A7E2FF, red 0.7764706, green 0.654902, blue 0.8862745, alpha 1.0, hue 0.7542373, saturation 0.23137254, and lightness 0.7705883.
    static final int
    This color constant "CW Pale Yellow" has RGBA8888 code FBFAB8FF, red 0.9843137, green 0.98039216, blue 0.72156864, alpha 1.0, hue 0.1641791, saturation 0.26274508, and lightness 0.8529412.
    static final int
    This color constant "CW Purple" has RGBA8888 code C934E9FF, red 0.7882353, green 0.20392157, blue 0.9137255, alpha 1.0, hue 0.80386746, saturation 0.70980394, and lightness 0.5588235.
    static final int
    This color constant "CW Red" has RGBA8888 code EE2A2AFF, red 0.93333334, green 0.16470589, blue 0.16470589, alpha 1.0, hue 0.0, saturation 0.76862746, and lightness 0.5490196.
    static final int
    This color constant "CW Rich Apricot" has RGBA8888 code C77F17FF, red 0.78039217, green 0.49803922, blue 0.09019608, alpha 1.0, hue 0.098484844, saturation 0.6901961, and lightness 0.43529415.
    static final int
    This color constant "CW Rich Azure" has RGBA8888 code 1596B6FF, red 0.08235294, green 0.5882353, blue 0.7137255, alpha 1.0, hue 0.5331263, saturation 0.6313726, and lightness 0.39803922.
    static final int
    This color constant "CW Rich Blue" has RGBA8888 code 0F5ABBFF, red 0.05882353, green 0.3529412, blue 0.73333335, alpha 1.0, hue 0.5939923, saturation 0.6745098, and lightness 0.39607844.
    static final int
    This color constant "CW Rich Brown" has RGBA8888 code A45D20FF, red 0.6431373, green 0.3647059, blue 0.1254902, alpha 1.0, hue 0.0770202, saturation 0.5176471, and lightness 0.38431376.
    static final int
    This color constant "CW Rich Chartreuse" has RGBA8888 code 9BC112FF, red 0.60784316, green 0.75686276, blue 0.07058824, alpha 1.0, hue 0.20285715, saturation 0.6862745, and lightness 0.4137255.
    static final int
    This color constant "CW Rich Cyan" has RGBA8888 code 09BAB6FF, red 0.03529412, green 0.7294118, blue 0.7137255, alpha 1.0, hue 0.49623352, saturation 0.69411767, and lightness 0.38235292.
    static final int
    This color constant "CW Rich Gold" has RGBA8888 code BCA20BFF, red 0.7372549, green 0.63529414, blue 0.043137256, alpha 1.0, hue 0.14218456, saturation 0.69411767, and lightness 0.39019608.
    static final int
    This color constant "CW Rich Green" has RGBA8888 code 23B810FF, red 0.13725491, green 0.72156864, blue 0.0627451, alpha 1.0, hue 0.31448415, saturation 0.65882355, and lightness 0.39215687.
    static final int
    This color constant "CW Rich Honeydew" has RGBA8888 code 73C522FF, red 0.4509804, green 0.77254903, blue 0.13333334, alpha 1.0, hue 0.25051126, saturation 0.6392157, and lightness 0.45294118.
    static final int
    This color constant "CW Rich Indigo" has RGBA8888 code 3D07B3FF, red 0.23921569, green 0.02745098, blue 0.7019608, alpha 1.0, hue 0.7189923, saturation 0.6745098, and lightness 0.3647059.
    static final int
    This color constant "CW Rich Jade" has RGBA8888 code 1BB53FFF, red 0.105882354, green 0.70980394, blue 0.24705882, alpha 1.0, hue 0.37229437, saturation 0.6039216, and lightness 0.40784314.
    static final int
    This color constant "CW Rich Lime" has RGBA8888 code 7CB106FF, red 0.4862745, green 0.69411767, blue 0.023529412, alpha 1.0, hue 0.21832359, saturation 0.67058825, and lightness 0.35882357.
    static final int
    This color constant "CW Rich Magenta" has RGBA8888 code B90D94FF, red 0.7254902, green 0.050980393, blue 0.5803922, alpha 1.0, hue 0.86918604, saturation 0.6745098, and lightness 0.3882353.
    static final int
    This color constant "CW Rich Orange" has RGBA8888 code C15B0FFF, red 0.75686276, green 0.35686275, blue 0.05882353, alpha 1.0, hue 0.071161054, saturation 0.69803923, and lightness 0.40784314.
    static final int
    This color constant "CW Rich Purple" has RGBA8888 code 9E15BAFF, red 0.61960787, green 0.08235294, blue 0.7294118, alpha 1.0, hue 0.8050505, saturation 0.64705884, and lightness 0.40588236.
    static final int
    This color constant "CW Rich Red" has RGBA8888 code BE1111FF, red 0.74509805, green 0.06666667, blue 0.06666667, alpha 1.0, hue 0.0, saturation 0.6784314, and lightness 0.4058824.
    static final int
    This color constant "CW Rich Rose" has RGBA8888 code B60B54FF, red 0.7137255, green 0.043137256, blue 0.32941177, alpha 1.0, hue 0.9288499, saturation 0.67058825, and lightness 0.37843138.
    static final int
    This color constant "CW Rich Sapphire" has RGBA8888 code 1424BAFF, red 0.078431375, green 0.14117648, blue 0.7294118, alpha 1.0, hue 0.6506024, saturation 0.6509804, and lightness 0.40392157.
    static final int
    This color constant "CW Rich Seafoam" has RGBA8888 code 16C385FF, red 0.08627451, green 0.7647059, blue 0.52156866, alpha 1.0, hue 0.44026977, saturation 0.6784314, and lightness 0.4254902.
    static final int
    This color constant "CW Rich Violet" has RGBA8888 code 6B11B9FF, red 0.41960785, green 0.06666667, blue 0.7254902, alpha 1.0, hue 0.7559524, saturation 0.65882355, and lightness 0.39607844.
    static final int
    This color constant "CW Rich Yellow" has RGBA8888 code C9C80FFF, red 0.7882353, green 0.78431374, blue 0.05882353, alpha 1.0, hue 0.16577062, saturation 0.7294118, and lightness 0.42352945.
    static final int
    This color constant "CW Rose" has RGBA8888 code E41A71FF, red 0.89411765, green 0.101960786, blue 0.44313726, alpha 1.0, hue 0.9282178, saturation 0.7921569, and lightness 0.49803925.
    static final int
    This color constant "CW Sapphire" has RGBA8888 code 3244E8FF, red 0.19607843, green 0.26666668, blue 0.9098039, alpha 1.0, hue 0.65018314, saturation 0.7137255, and lightness 0.5529412.
    static final int
    This color constant "CW Seafoam" has RGBA8888 code 37F4B0FF, red 0.21568628, green 0.95686275, blue 0.6901961, alpha 1.0, hue 0.44003528, saturation 0.7411765, and lightness 0.58627445.
    static final int
    This color constant "CW Violet" has RGBA8888 code 902BE7FF, red 0.5647059, green 0.16862746, blue 0.90588236, alpha 1.0, hue 0.7562057, saturation 0.7372549, and lightness 0.5372549.
    static final int
    This color constant "CW White" has RGBA8888 code FFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0.
    static final int
    This color constant "CW Yellow" has RGBA8888 code FBFA27FF, red 0.9843137, green 0.98039216, blue 0.15294118, alpha 1.0, hue 0.1658805, saturation 0.83137256, and lightness 0.5686274.
    static final int
    This color constant "Cyan" has RGBA8888 code 00FFFFFF, red 0.0, green 1.0, blue 1.0, alpha 1.0, hue 0.5, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Cypress Bark" has RGBA8888 code 752E23FF, red 0.45882353, green 0.18039216, blue 0.13725491, alpha 1.0, hue 0.022357723, saturation 0.3215686, and lightness 0.29803923.
    static final int
    This color constant "Cypress Bark Red" has RGBA8888 code 6F3028FF, red 0.43529412, green 0.1882353, blue 0.15686275, alpha 1.0, hue 0.018779343, saturation 0.27843136, and lightness 0.29607844.
    static final int
    This color constant "Dark Blue" has RGBA8888 code 0000C8FF, red 0.0, green 0.0, blue 0.78431374, alpha 1.0, hue 0.6666667, saturation 0.78431374, and lightness 0.39215687.
    static final int
    This color constant "Dark Blue Dye" has RGBA8888 code 192236FF, red 0.09803922, green 0.13333334, blue 0.21176471, alpha 1.0, hue 0.61494255, saturation 0.11372549, and lightness 0.15490197.
    static final int
    This color constant "Dark Blue Lapis Lazuli" has RGBA8888 code 1B294BFF, red 0.105882354, green 0.16078432, blue 0.29411766, alpha 1.0, hue 0.6180556, saturation 0.18823531, and lightness 0.19999999.
    static final int
    This color constant "Dark Brown" has RGBA8888 code 654321FF, red 0.39607844, green 0.2627451, blue 0.12941177, alpha 1.0, hue 0.08333334, saturation 0.26666665, and lightness 0.26274508.
    static final int
    This color constant "Dark Cerulean" has RGBA8888 code 08457EFF, red 0.03137255, green 0.27058825, blue 0.49411765, alpha 1.0, hue 0.5805085, saturation 0.4627451, and lightness 0.2627451.
    static final int
    This color constant "Dark Chestnut" has RGBA8888 code 986960FF, red 0.59607846, green 0.4117647, blue 0.3764706, alpha 1.0, hue 0.026785709, saturation 0.21960786, and lightness 0.4862745.
    static final int
    This color constant "Dark Coral" has RGBA8888 code CD5B45FF, red 0.8039216, green 0.35686275, blue 0.27058825, alpha 1.0, hue 0.026960785, saturation 0.5333333, and lightness 0.5372549.
    static final int
    This color constant "Dark Goldenrod" has RGBA8888 code B8860BFF, red 0.72156864, green 0.5254902, blue 0.043137256, alpha 1.0, hue 0.11849712, saturation 0.6784314, and lightness 0.38235295.
    static final int
    This color constant "Dark Gray" has RGBA8888 code 404040FF, red 0.2509804, green 0.2509804, blue 0.2509804, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.2509804.
    static final int
    This color constant "Dark Green" has RGBA8888 code 013220FF, red 0.003921569, green 0.19607843, blue 0.1254902, alpha 1.0, hue 0.43877554, saturation 0.19215687, and lightness 0.1.
    static final int
    This color constant "Dark Indigo" has RGBA8888 code 614E6EFF, red 0.38039216, green 0.30588236, blue 0.43137255, alpha 1.0, hue 0.765625, saturation 0.12549019, and lightness 0.36862746.
    static final int
    This color constant "Dark Khaki" has RGBA8888 code BDB76BFF, red 0.7411765, green 0.7176471, blue 0.41960785, alpha 1.0, hue 0.15447155, saturation 0.32156864, and lightness 0.5803922.
    static final int
    This color constant "Dark Pastel Green" has RGBA8888 code 03C03CFF, red 0.011764706, green 0.7529412, blue 0.23529412, alpha 1.0, hue 0.3835979, saturation 0.7411765, and lightness 0.38235295.
    static final int
    This color constant "Dark Pink" has RGBA8888 code E75480FF, red 0.90588236, green 0.32941177, blue 0.5019608, alpha 1.0, hue 0.95011336, saturation 0.5764706, and lightness 0.617647.
    static final int
    This color constant "Dark Red" has RGBA8888 code 800000FF, red 0.5019608, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.5019608, and lightness 0.2509804.
    static final int
    This color constant "Dark Red Dye" has RGBA8888 code 23191EFF, red 0.13725491, green 0.09803922, blue 0.11764706, alpha 1.0, hue 0.9166667, saturation 0.03921569, and lightness 0.11764707.
    static final int
    This color constant "Dark Salmon" has RGBA8888 code E9967AFF, red 0.9137255, green 0.5882353, blue 0.47843137, alpha 1.0, hue 0.04204205, saturation 0.43529412, and lightness 0.6960784.
    static final int
    This color constant "Dark Scarlet" has RGBA8888 code 560319FF, red 0.3372549, green 0.011764706, blue 0.09803922, alpha 1.0, hue 0.9558233, saturation 0.3254902, and lightness 0.17450981.
    static final int
    This color constant "Dark Slate Gray" has RGBA8888 code 2F4F4FFF, red 0.18431373, green 0.30980393, blue 0.30980393, alpha 1.0, hue 0.5, saturation 0.1254902, and lightness 0.24705884.
    static final int
    This color constant "Dark Spring Green" has RGBA8888 code 177245FF, red 0.09019608, green 0.44705883, blue 0.27058825, alpha 1.0, hue 0.41758245, saturation 0.35686275, and lightness 0.26862743.
    static final int
    This color constant "Dark Tan" has RGBA8888 code 918151FF, red 0.5686275, green 0.5058824, blue 0.31764707, alpha 1.0, hue 0.125, saturation 0.2509804, and lightness 0.4431373.
    static final int
    This color constant "Dark Turquoise" has RGBA8888 code 00CED1FF, red 0.0, green 0.80784315, blue 0.81960785, alpha 1.0, hue 0.50239235, saturation 0.81960785, and lightness 0.40980393.
    static final int
    This color constant "Dark Violet" has RGBA8888 code 9400D3FF, red 0.5803922, green 0.0, blue 0.827451, alpha 1.0, hue 0.78357035, saturation 0.827451, and lightness 0.4137255.
    static final int
    This color constant "Dawn" has RGBA8888 code FA7B62FF, 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 int
    This color constant "Daylily" has RGBA8888 code FF8936FF, red 1.0, green 0.5372549, blue 0.21176471, alpha 1.0, hue 0.068822555, saturation 0.7882353, and lightness 0.60588235.
    static final int
    This color constant "DB Army Green" has RGBA8888 code 8F974AFF, red 0.56078434, green 0.5921569, blue 0.2901961, alpha 1.0, hue 0.18398269, saturation 0.3019608, and lightness 0.4411765.
    static final int
    This color constant "DB Black" has RGBA8888 code 000000FF, red 0.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.0.
    static final int
    This color constant "DB Blood" has RGBA8888 code AC3232FF, red 0.6745098, green 0.19607843, blue 0.19607843, alpha 1.0, hue 0.0, saturation 0.4784314, and lightness 0.4352941.
    static final int
    This color constant "DB Cadet Blue" has RGBA8888 code 597DCEFF, red 0.34901962, green 0.49019608, blue 0.80784315, alpha 1.0, hue 0.61538464, saturation 0.45882353, and lightness 0.57843137.
    static final int
    This color constant "DB Cappuccino" has RGBA8888 code 8F563BFF, red 0.56078434, green 0.3372549, blue 0.23137255, alpha 1.0, hue 0.053571425, saturation 0.3294118, and lightness 0.39607844.
    static final int
    This color constant "DB Cerulean" has RGBA8888 code 306082FF, red 0.1882353, green 0.3764706, blue 0.50980395, alpha 1.0, hue 0.56910574, saturation 0.32156867, and lightness 0.34901962.
    static final int
    This color constant "DB Chestnut" has RGBA8888 code 663931FF, red 0.4, green 0.22352941, blue 0.19215687, alpha 1.0, hue 0.02515723, saturation 0.20784314, and lightness 0.29607844.
    static final int
    This color constant "DB Cobalt" has RGBA8888 code 3F3F74FF, red 0.24705882, green 0.24705882, blue 0.45490196, alpha 1.0, hue 0.6666667, saturation 0.20784314, and lightness 0.3509804.
    static final int
    This color constant "DB Compost" has RGBA8888 code 8A6F30FF, red 0.5411765, green 0.43529412, blue 0.1882353, alpha 1.0, hue 0.11666666, saturation 0.35294122, and lightness 0.3647059.
    static final int
    This color constant "DB Coral" has RGBA8888 code D95763FF, red 0.8509804, green 0.34117648, blue 0.3882353, alpha 1.0, hue 0.9846154, saturation 0.5098039, and lightness 0.59607846.
    static final int
    This color constant "DB Daffodil" has RGBA8888 code FBF236FF, red 0.9843137, green 0.9490196, blue 0.21176471, alpha 1.0, hue 0.15905246, saturation 0.77254903, and lightness 0.5980392.
    static final int
    This color constant "DB Dark Leather" has RGBA8888 code 442434FF, red 0.26666668, green 0.14117648, blue 0.20392157, alpha 1.0, hue 0.9166667, saturation 0.1254902, and lightness 0.20392159.
    static final int
    This color constant "DB Deep Ocean" has RGBA8888 code 30346DFF, red 0.1882353, green 0.20392157, blue 0.42745098, alpha 1.0, hue 0.6557377, saturation 0.23921569, and lightness 0.30784315.
    static final int
    This color constant "DB Denim" has RGBA8888 code 5B6EE1FF, red 0.35686275, green 0.43137255, blue 0.88235295, alpha 1.0, hue 0.6430348, saturation 0.52549016, and lightness 0.61960787.
    static final int
    This color constant "DB Drab" has RGBA8888 code 757161FF, red 0.45882353, green 0.44313726, blue 0.38039216, alpha 1.0, hue 0.13333334, saturation 0.07843137, and lightness 0.41960785.
    static final int
    This color constant "DB Earth" has RGBA8888 code 854C30FF, red 0.52156866, green 0.29803923, blue 0.1882353, alpha 1.0, hue 0.054901958, saturation 0.33333337, and lightness 0.35490197.
    static final int
    This color constant "DB Eggplant" has RGBA8888 code 76428AFF, red 0.4627451, green 0.25882354, blue 0.5411765, alpha 1.0, hue 0.787037, saturation 0.28235295, and lightness 0.40000004.
    static final int
    This color constant "DB Eggshell" has RGBA8888 code DEEED6FF, red 0.87058824, green 0.93333334, blue 0.8392157, alpha 1.0, hue 0.2777778, saturation 0.09411764, and lightness 0.8862745.
    static final int
    This color constant "DB Elephant" has RGBA8888 code 847E87FF, red 0.5176471, green 0.49411765, blue 0.5294118, alpha 1.0, hue 0.77777785, saturation 0.035294145, and lightness 0.5117647.
    static final int
    This color constant "DB Fawn" has RGBA8888 code D9A066FF, red 0.8509804, green 0.627451, blue 0.4, alpha 1.0, hue 0.08405798, saturation 0.4509804, and lightness 0.6254902.
    static final int
    This color constant "DB Forest" has RGBA8888 code 346524FF, red 0.20392157, green 0.39607844, blue 0.14117648, alpha 1.0, hue 0.2923077, saturation 0.25490195, and lightness 0.2686275.
    static final int
    This color constant "DB Graphite" has RGBA8888 code 696A6AFF, red 0.4117647, green 0.41568628, blue 0.41568628, alpha 1.0, hue 0.5, saturation 0.0039215684, and lightness 0.4137255.
    static final int
    This color constant "DB Ink" has RGBA8888 code 222034FF, red 0.13333334, green 0.1254902, blue 0.20392157, alpha 1.0, hue 0.68333334, saturation 0.07843137, and lightness 0.16470589.
    static final int
    This color constant "DB Iron" has RGBA8888 code 8595A1FF, red 0.52156866, green 0.58431375, blue 0.6313726, alpha 1.0, hue 0.5714286, saturation 0.109803915, and lightness 0.5764706.
    static final int
    This color constant "DB Jungle" has RGBA8888 code 37946EFF, red 0.21568628, green 0.5803922, blue 0.43137255, alpha 1.0, hue 0.43189964, saturation 0.36470592, and lightness 0.39803922.
    static final int
    This color constant "DB Key Lime" has RGBA8888 code 99E550FF, red 0.6, green 0.8980392, blue 0.3137255, alpha 1.0, hue 0.25167787, saturation 0.58431375, and lightness 0.60588235.
    static final int
    This color constant "DB Lavender" has RGBA8888 code D77BBAFF, red 0.84313726, green 0.48235294, blue 0.7294118, alpha 1.0, hue 0.88586956, saturation 0.36078432, and lightness 0.6627451.
    static final int
    This color constant "DB Lead" has RGBA8888 code 4E4A4FFF, red 0.30588236, green 0.2901961, blue 0.30980393, alpha 1.0, hue 0.8, saturation 0.019607842, and lightness 0.3.
    static final int
    This color constant "DB Lobster" has RGBA8888 code D04648FF, red 0.8156863, green 0.27450982, blue 0.28235295, alpha 1.0, hue 0.9975845, saturation 0.54117644, and lightness 0.54509807.
    static final int
    This color constant "DB Midnight" has RGBA8888 code 140C1CFF, red 0.078431375, green 0.047058824, blue 0.10980392, alpha 1.0, hue 0.75, saturation 0.062745094, and lightness 0.078431375.
    static final int
    This color constant "DB Mud" has RGBA8888 code 524B24FF, red 0.32156864, green 0.29411766, blue 0.14117648, alpha 1.0, hue 0.14130434, saturation 0.18039216, and lightness 0.23137257.
    static final int
    This color constant "DB Mustard" has RGBA8888 code DAD45EFF, red 0.85490197, green 0.83137256, blue 0.36862746, alpha 1.0, hue 0.15860215, saturation 0.4862745, and lightness 0.6117647.
    static final int
    This color constant "DB Nude" has RGBA8888 code EEC39AFF, red 0.93333334, green 0.7647059, blue 0.6039216, alpha 1.0, hue 0.08134921, saturation 0.32941175, and lightness 0.76862746.
    static final int
    This color constant "DB Olive" has RGBA8888 code 4B692FFF, red 0.29411766, green 0.4117647, blue 0.18431373, alpha 1.0, hue 0.25287357, saturation 0.22745098, and lightness 0.29803923.
    static final int
    This color constant "DB Pea Soup" has RGBA8888 code 6DAA2CFF, red 0.42745098, green 0.6666667, blue 0.17254902, alpha 1.0, hue 0.2473545, saturation 0.49411768, and lightness 0.41960785.
    static final int
    This color constant "DB Platinum" has RGBA8888 code CBDBFCFF, red 0.79607844, green 0.85882354, blue 0.9882353, alpha 1.0, hue 0.6122449, saturation 0.19215685, and lightness 0.8921569.
    static final int
    This color constant "DB Pumpkin" has RGBA8888 code DF7126FF, red 0.8745098, green 0.44313726, blue 0.14901961, alpha 1.0, hue 0.06756756, saturation 0.7254902, and lightness 0.5117647.
    static final int
    This color constant "DB Putty" has RGBA8888 code D2AA99FF, red 0.8235294, green 0.6666667, blue 0.6, alpha 1.0, hue 0.049707603, saturation 0.2235294, and lightness 0.7117647.
    static final int
    This color constant "DB Seafoam" has RGBA8888 code 5FCDE4FF, red 0.37254903, green 0.8039216, blue 0.89411765, alpha 1.0, hue 0.52882206, saturation 0.52156866, and lightness 0.6333333.
    static final int
    This color constant "DB Seal Brown" has RGBA8888 code 45283CFF, red 0.27058825, green 0.15686275, blue 0.23529412, alpha 1.0, hue 0.8850575, saturation 0.1137255, and lightness 0.21372549.
    static final int
    This color constant "DB Shadow" has RGBA8888 code 323C39FF, red 0.19607843, green 0.23529412, blue 0.22352941, alpha 1.0, hue 0.45000002, saturation 0.039215684, and lightness 0.21568628.
    static final int
    This color constant "DB Shamrock" has RGBA8888 code 6ABE30FF, red 0.41568628, green 0.74509805, blue 0.1882353, alpha 1.0, hue 0.26525822, saturation 0.5568628, and lightness 0.46666667.
    static final int
    This color constant "DB Sky Blue" has RGBA8888 code 639BFFFF, red 0.3882353, green 0.60784316, blue 1.0, alpha 1.0, hue 0.60683763, saturation 0.61176467, and lightness 0.69411767.
    static final int
    This color constant "DB Soot" has RGBA8888 code 595652FF, red 0.34901962, green 0.3372549, blue 0.32156864, alpha 1.0, hue 0.0952381, saturation 0.027450979, and lightness 0.33529413.
    static final int
    This color constant "DB Storm Cloud" has RGBA8888 code 9BADB7FF, red 0.60784316, green 0.6784314, blue 0.7176471, alpha 1.0, hue 0.5595238, saturation 0.109803915, and lightness 0.6627451.
    static final int
    This color constant "DB Tawny Brown" has RGBA8888 code D27D2CFF, red 0.8235294, green 0.49019608, blue 0.17254902, alpha 1.0, hue 0.08132529, saturation 0.6509804, and lightness 0.49803922.
    static final int
    This color constant "DB Turquoise" has RGBA8888 code 6DC2CAFF, red 0.42745098, green 0.7607843, blue 0.7921569, alpha 1.0, hue 0.51433694, saturation 0.3647059, and lightness 0.6098039.
    static final int
    This color constant "DB White" has RGBA8888 code FFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0.
    static final int
    This color constant "Dead Man's Fingers Seaweed" has RGBA8888 code 524B2AFF, red 0.32156864, green 0.29411766, blue 0.16470589, alpha 1.0, hue 0.1375, saturation 0.15686275, and lightness 0.24313726.
    static final int
    This color constant "Decaying Leaves" has RGBA8888 code D57835FF, red 0.8352941, green 0.47058824, blue 0.20784314, alpha 1.0, hue 0.06979166, saturation 0.627451, and lightness 0.5215686.
    static final int
    This color constant "Deep Cerise" has RGBA8888 code DA3287FF, red 0.85490197, green 0.19607843, blue 0.5294118, alpha 1.0, hue 0.91567457, saturation 0.65882355, and lightness 0.52549016.
    static final int
    This color constant "Deep Chestnut" has RGBA8888 code B94E48FF, red 0.7254902, green 0.30588236, blue 0.28235295, alpha 1.0, hue 0.0088495575, saturation 0.44313726, and lightness 0.5039216.
    static final int
    This color constant "Deep Fuchsia" has RGBA8888 code C154C1FF, red 0.75686276, green 0.32941177, blue 0.75686276, alpha 1.0, hue 0.8333333, saturation 0.42745098, and lightness 0.54313725.
    static final int
    This color constant "Deep Lilac" has RGBA8888 code 9955BBFF, red 0.6, green 0.33333334, blue 0.73333335, alpha 1.0, hue 0.7777778, saturation 0.4, and lightness 0.53333336.
    static final int
    This color constant "Deep Magenta" has RGBA8888 code CD00CCFF, red 0.8039216, green 0.0, blue 0.8, alpha 1.0, hue 0.8341463, saturation 0.8039216, and lightness 0.4019608.
    static final int
    This color constant "Deep Peach" has RGBA8888 code FFCBA4FF, red 1.0, green 0.79607844, blue 0.6431373, alpha 1.0, hue 0.071428575, saturation 0.35686272, and lightness 0.8215686.
    static final int
    This color constant "Deep Pink" has RGBA8888 code FF1493FF, red 1.0, green 0.078431375, blue 0.5764706, alpha 1.0, hue 0.9099291, saturation 0.92156863, and lightness 0.5392157.
    static final int
    This color constant "Deep Purple" has RGBA8888 code 3A243BFF, red 0.22745098, green 0.14117648, blue 0.23137255, alpha 1.0, hue 0.826087, saturation 0.09019607, and lightness 0.18627451.
    static final int
    This color constant "Deep Scarlet" has RGBA8888 code 7B3B3AFF, red 0.48235294, green 0.23137255, blue 0.22745098, alpha 1.0, hue 0.0025641026, saturation 0.25490195, and lightness 0.35490197.
    static final int
    This color constant "Denim" has RGBA8888 code 1560BDFF, red 0.08235294, green 0.3764706, blue 0.7411765, alpha 1.0, hue 0.5922619, saturation 0.65882355, and lightness 0.41176474.
    static final int
    This color constant "Disappearing Purple" has RGBA8888 code 3F313AFF, red 0.24705882, green 0.19215687, blue 0.22745098, alpha 1.0, hue 0.89285713, saturation 0.054901958, and lightness 0.21960784.
    static final int
    This color constant "Distant River Brown" has RGBA8888 code CB6649FF, red 0.79607844, green 0.4, blue 0.28627452, alpha 1.0, hue 0.03717949, saturation 0.5098039, and lightness 0.5411765.
    static final int
    This color constant "Dodger Blue" has RGBA8888 code 1E90FFFF, red 0.11764706, green 0.5647059, blue 1.0, alpha 1.0, hue 0.5822222, saturation 0.88235295, and lightness 0.5588235.
    static final int
    This color constant "Dove Feather Grey" has RGBA8888 code 755D5BFF, red 0.45882353, green 0.3647059, blue 0.35686275, alpha 1.0, hue 0.012820513, saturation 0.10196078, and lightness 0.40784314.
    static final int
    This color constant "Dried Weathered Bamboo" has RGBA8888 code 7D4E2DFF, red 0.49019608, green 0.30588236, blue 0.1764706, alpha 1.0, hue 0.06875001, saturation 0.31372547, and lightness 0.33333334.
    static final int
    This color constant "Dull Blue" has RGBA8888 code 4F4944FF, red 0.30980393, green 0.28627452, blue 0.26666668, alpha 1.0, hue 0.07575758, saturation 0.043137252, and lightness 0.2882353.
    static final int
    This color constant "Earthen Yellow" has RGBA8888 code BE7F51FF, red 0.74509805, green 0.49803922, blue 0.31764707, alpha 1.0, hue 0.07033639, saturation 0.42745098, and lightness 0.53137255.
    static final int
    This color constant "Earthen Yellow Red Brown" has RGBA8888 code FF4E20FF, red 1.0, green 0.30588236, blue 0.1254902, alpha 1.0, hue 0.034379672, saturation 0.8745098, and lightness 0.5627451.
    static final int
    This color constant "Ecru" has RGBA8888 code C2B280FF, red 0.7607843, green 0.69803923, blue 0.5019608, alpha 1.0, hue 0.12626262, saturation 0.2588235, and lightness 0.6313726.
    static final int
    This color constant "Edo Brown" has RGBA8888 code A13D2DFF, red 0.6313726, green 0.23921569, blue 0.1764706, alpha 1.0, hue 0.022988502, saturation 0.454902, and lightness 0.40392157.
    static final int
    This color constant "Egg Dye" has RGBA8888 code FFA631FF, red 1.0, green 0.6509804, blue 0.19215687, alpha 1.0, hue 0.0946602, saturation 0.80784315, and lightness 0.5960784.
    static final int
    This color constant "Eggplant" has RGBA8888 code 614051FF, red 0.38039216, green 0.2509804, blue 0.31764707, alpha 1.0, hue 0.9141414, saturation 0.12941176, and lightness 0.3156863.
    static final int
    This color constant "Eggshell Paper" has RGBA8888 code ECBE9FFF, red 0.9254902, green 0.74509805, blue 0.62352943, alpha 1.0, hue 0.067099564, saturation 0.30196077, and lightness 0.7745098.
    static final int
    This color constant "Egyptian Blue" has RGBA8888 code 1034A6FF, red 0.0627451, green 0.20392157, blue 0.6509804, alpha 1.0, hue 0.62666667, saturation 0.5882353, and lightness 0.35686272.
    static final int
    This color constant "Electric Blue" has RGBA8888 code 7DF9FFFF, red 0.49019608, green 0.9764706, blue 1.0, alpha 1.0, hue 0.50769234, saturation 0.5098039, and lightness 0.74509805.
    static final int
    This color constant "Electric Green" has RGBA8888 code 00FF00FF, red 0.0, green 1.0, blue 0.0, alpha 1.0, hue 0.33333334, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Electric Indigo" has RGBA8888 code 6600FFFF, red 0.4, green 0.0, blue 1.0, alpha 1.0, hue 0.73333335, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Electric Lime" has RGBA8888 code CCFF00FF, red 0.8, green 1.0, blue 0.0, alpha 1.0, hue 0.2, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Electric Purple" has RGBA8888 code BF00FFFF, red 0.7490196, green 0.0, blue 1.0, alpha 1.0, hue 0.7915033, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Emerald" has RGBA8888 code 50C878FF, red 0.3137255, green 0.78431374, blue 0.47058824, alpha 1.0, hue 0.3888889, saturation 0.47058824, and lightness 0.54901963.
    static final int
    This color constant "Faded Chinese Tea Brown" has RGBA8888 code 60281EFF, red 0.3764706, green 0.15686275, blue 0.11764706, alpha 1.0, hue 0.025252527, saturation 0.25882354, and lightness 0.24705882.
    static final int
    This color constant "Faded Sen No Rikyu's Tea" has RGBA8888 code B0927AFF, red 0.6901961, green 0.57254905, blue 0.47843137, alpha 1.0, hue 0.07407408, saturation 0.21176472, and lightness 0.5843137.
    static final int
    This color constant "Fake Purple" has RGBA8888 code 43242AFF, red 0.2627451, green 0.14117648, blue 0.16470589, alpha 1.0, hue 0.96774197, saturation 0.121568635, and lightness 0.2019608.
    static final int
    This color constant "Falu Red" has RGBA8888 code 801818FF, red 0.5019608, green 0.09411765, blue 0.09411765, alpha 1.0, hue 0.0, saturation 0.40784317, and lightness 0.29803923.
    static final int
    This color constant "Fern Green" has RGBA8888 code 4F7942FF, red 0.30980393, green 0.4745098, blue 0.25882354, alpha 1.0, hue 0.2939394, saturation 0.21568626, and lightness 0.36666664.
    static final int
    This color constant "Finch Brown" has RGBA8888 code 957B38FF, red 0.58431375, green 0.48235294, blue 0.21960784, alpha 1.0, hue 0.120071664, saturation 0.36470592, and lightness 0.4019608.
    static final int
    This color constant "Firebrick" has RGBA8888 code B22222FF, red 0.69803923, green 0.13333334, blue 0.13333334, alpha 1.0, hue 0.0, saturation 0.5647059, and lightness 0.41568628.
    static final int
    This color constant "Flattery Brown" has RGBA8888 code 6B4423FF, red 0.41960785, green 0.26666668, blue 0.13725491, alpha 1.0, hue 0.076388896, saturation 0.28235292, and lightness 0.2784314.
    static final int
    This color constant "Flax" has RGBA8888 code EEDC82FF, red 0.93333334, green 0.8627451, blue 0.50980395, alpha 1.0, hue 0.1388889, saturation 0.4235294, and lightness 0.72156864.
    static final int
    This color constant "Flirtatious Indigo Tea" has RGBA8888 code 473F2DFF, red 0.2784314, green 0.24705882, blue 0.1764706, alpha 1.0, hue 0.11538459, saturation 0.10196079, and lightness 0.22745098.
    static final int
    This color constant "Floral Leaf" has RGBA8888 code FFB94EFF, red 1.0, green 0.7254902, blue 0.30588236, alpha 1.0, hue 0.100753285, saturation 0.69411767, and lightness 0.65294117.
    static final int
    This color constant "Foreign Crimson" has RGBA8888 code C91F37FF, red 0.7882353, green 0.12156863, blue 0.21568628, alpha 1.0, hue 0.9764706, saturation 0.6666667, and lightness 0.454902.
    static final int
    This color constant "Forest Green" has RGBA8888 code 228B22FF, red 0.13333334, green 0.54509807, blue 0.13333334, alpha 1.0, hue 0.33333334, saturation 0.41176474, and lightness 0.33921573.
    static final int
    This color constant "Fox" has RGBA8888 code 985629FF, red 0.59607846, green 0.3372549, blue 0.16078432, alpha 1.0, hue 0.067567565, saturation 0.43529415, and lightness 0.37843138.
    static final int
    This color constant "Fragile Seaweed Brown" has RGBA8888 code 2E372EFF, red 0.18039216, green 0.21568628, blue 0.18039216, alpha 1.0, hue 0.33333334, saturation 0.035294116, and lightness 0.19803922.
    static final int
    This color constant "French Rose" has RGBA8888 code F64A8AFF, red 0.9647059, green 0.2901961, blue 0.5411765, alpha 1.0, hue 0.93798447, saturation 0.67450976, and lightness 0.627451.
    static final int
    This color constant "Fresh Onion" has RGBA8888 code 5B8930FF, red 0.35686275, green 0.5372549, blue 0.1882353, alpha 1.0, hue 0.252809, saturation 0.34901965, and lightness 0.3627451.
    static final int
    This color constant "Fuchsia Pink" has RGBA8888 code FF77FFFF, red 1.0, green 0.46666667, blue 1.0, alpha 1.0, hue 0.8333333, saturation 0.5333333, and lightness 0.73333335.
    static final int
    This color constant "Gamboge" has RGBA8888 code E49B0FFF, red 0.89411765, green 0.60784316, blue 0.05882353, alpha 1.0, hue 0.10954618, saturation 0.8352941, and lightness 0.4764706.
    static final int
    This color constant "Gamboge Dye" has RGBA8888 code FFB61EFF, red 1.0, green 0.7137255, blue 0.11764706, alpha 1.0, hue 0.11259259, saturation 0.88235295, and lightness 0.5588235.
    static final int
    This color constant "Glazed Persimmon" has RGBA8888 code D34E36FF, red 0.827451, green 0.30588236, blue 0.21176471, alpha 1.0, hue 0.02547771, saturation 0.6156863, and lightness 0.5196079.
    static final int
    This color constant "Gold" has RGBA8888 code D4AF37FF, red 0.83137256, green 0.6862745, blue 0.21568628, alpha 1.0, hue 0.12738854, saturation 0.6156863, and lightness 0.5235294.
    static final int
    This color constant "Golden" has RGBA8888 code FFD700FF, red 1.0, green 0.84313726, blue 0.0, alpha 1.0, hue 0.14052288, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Golden Brown" has RGBA8888 code 996515FF, red 0.6, green 0.39607844, blue 0.08235294, alpha 1.0, hue 0.10101009, saturation 0.5176471, and lightness 0.3411765.
    static final int
    This color constant "Golden Brown Dye" has RGBA8888 code C66B27FF, red 0.7764706, green 0.41960785, blue 0.15294118, alpha 1.0, hue 0.07127882, saturation 0.62352943, and lightness 0.4647059.
    static final int
    This color constant "Golden Fallen Leaves" has RGBA8888 code E29C45FF, red 0.8862745, green 0.6117647, blue 0.27058825, alpha 1.0, hue 0.09235669, saturation 0.6156863, and lightness 0.57843137.
    static final int
    This color constant "Golden Oak" has RGBA8888 code BB8141FF, red 0.73333335, green 0.5058824, blue 0.25490198, alpha 1.0, hue 0.0874317, saturation 0.47843137, and lightness 0.49411765.
    static final int
    This color constant "Golden Yellow" has RGBA8888 code FFDF00FF, red 1.0, green 0.8745098, blue 0.0, alpha 1.0, hue 0.14575164, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Goldenrod" has RGBA8888 code DAA520FF, red 0.85490197, green 0.64705884, blue 0.1254902, alpha 1.0, hue 0.119175635, saturation 0.7294118, and lightness 0.49019608.
    static final int
    This color constant "Goryeo Storeroom" has RGBA8888 code 203838FF, red 0.1254902, green 0.21960784, blue 0.21960784, alpha 1.0, hue 0.5, saturation 0.09411764, and lightness 0.17254902.
    static final int
    This color constant "Grape Mouse" has RGBA8888 code 63424BFF, red 0.3882353, green 0.25882354, blue 0.29411766, alpha 1.0, hue 0.95454544, saturation 0.12941176, and lightness 0.32352942.
    static final int
    This color constant "Gray" has RGBA8888 code 808080FF, red 0.5019608, green 0.5019608, blue 0.5019608, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.5019608.
    static final int
    This color constant "Gray Asparagus" has RGBA8888 code 465945FF, red 0.27450982, green 0.34901962, blue 0.27058825, alpha 1.0, hue 0.32500002, saturation 0.07843137, and lightness 0.30980393.
    static final int
    This color constant "Green" has RGBA8888 code 008000FF, red 0.0, green 0.5019608, blue 0.0, alpha 1.0, hue 0.33333334, saturation 0.5019608, and lightness 0.2509804.
    static final int
    This color constant "Green Bamboo" has RGBA8888 code 006442FF, red 0.0, green 0.39215687, blue 0.25882354, alpha 1.0, hue 0.44333333, saturation 0.39215687, and lightness 0.19607843.
    static final int
    This color constant "Green Tea Dye" has RGBA8888 code 824B35FF, red 0.50980395, green 0.29411766, blue 0.20784314, alpha 1.0, hue 0.047619045, saturation 0.30196083, and lightness 0.3588235.
    static final int
    This color constant "Green Yellow" has RGBA8888 code ADFF2FFF, red 0.6784314, green 1.0, blue 0.18431373, alpha 1.0, hue 0.2323718, saturation 0.8156863, and lightness 0.5921569.
    static final int
    This color constant "Greenfinch" has RGBA8888 code BDA928FF, red 0.7411765, green 0.6627451, blue 0.15686275, alpha 1.0, hue 0.1442953, saturation 0.58431375, and lightness 0.44901958.
    static final int
    This color constant "Greyish Dark Green" has RGBA8888 code 656255FF, red 0.39607844, green 0.38431373, blue 0.33333334, alpha 1.0, hue 0.13541667, saturation 0.062745094, and lightness 0.3647059.
    static final int
    This color constant "Half Purple" has RGBA8888 code 8D608CFF, red 0.5529412, green 0.3764706, blue 0.54901963, alpha 1.0, hue 0.837037, saturation 0.17647061, and lightness 0.46470588.
    static final int
    This color constant "Han Purple" has RGBA8888 code 5218FAFF, red 0.32156864, green 0.09411765, blue 0.98039216, alpha 1.0, hue 0.7094396, saturation 0.8862745, and lightness 0.53725487.
    static final int
    This color constant "Harbor Rat" has RGBA8888 code 757D75FF, red 0.45882353, green 0.49019608, blue 0.45882353, alpha 1.0, hue 0.33333334, saturation 0.031372547, and lightness 0.4745098.
    static final int
    This color constant "Heliotrope" has RGBA8888 code DF73FFFF, red 0.8745098, green 0.4509804, blue 1.0, alpha 1.0, hue 0.79523814, saturation 0.5490196, and lightness 0.7254902.
    static final int
    This color constant "Hollywood Cerise" has RGBA8888 code F400A1FF, red 0.95686275, green 0.0, blue 0.6313726, alpha 1.0, hue 0.89002734, saturation 0.95686275, and lightness 0.47843137.
    static final int
    This color constant "Horsetail" has RGBA8888 code 3D5D42FF, red 0.23921569, green 0.3647059, blue 0.25882354, alpha 1.0, hue 0.35937503, saturation 0.1254902, and lightness 0.3019608.
    static final int
    This color constant "Hot Magenta" has RGBA8888 code FF00CCFF, red 1.0, green 0.0, blue 0.8, alpha 1.0, hue 0.8666667, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Hot Pink" has RGBA8888 code FF69B4FF, red 1.0, green 0.4117647, blue 0.7058824, alpha 1.0, hue 0.9166666, saturation 0.58823526, and lightness 0.7058824.
    static final int
    This color constant "Ibis" has RGBA8888 code 4C221BFF, red 0.29803923, green 0.13333334, blue 0.105882354, alpha 1.0, hue 0.023809528, saturation 0.19215688, and lightness 0.20196079.
    static final int
    This color constant "Ibis Wing" has RGBA8888 code F58F84FF, red 0.9607843, green 0.56078434, blue 0.5176471, alpha 1.0, hue 0.016224189, saturation 0.44313723, and lightness 0.73921573.
    static final int
    This color constant "Indigo" has RGBA8888 code 4B0082FF, red 0.29411766, green 0.0, blue 0.50980395, alpha 1.0, hue 0.76282054, saturation 0.50980395, and lightness 0.25490198.
    static final int
    This color constant "Indigo Dye" has RGBA8888 code 00416AFF, red 0.0, green 0.25490198, blue 0.41568628, alpha 1.0, hue 0.5644654, saturation 0.41568628, and lightness 0.20784314.
    static final int
    This color constant "Indigo Ink Brown" has RGBA8888 code 393432FF, red 0.22352941, green 0.20392157, blue 0.19607843, alpha 1.0, hue 0.04761905, saturation 0.027450979, and lightness 0.20980392.
    static final int
    This color constant "Indigo White" has RGBA8888 code EBF6F7FF, red 0.92156863, green 0.9647059, blue 0.96862745, alpha 1.0, hue 0.5138889, saturation 0.04705882, and lightness 0.94509804.
    static final int
    This color constant "Ink" has RGBA8888 code 27221FFF, red 0.15294118, green 0.13333334, blue 0.12156863, alpha 1.0, hue 0.06250002, saturation 0.031372555, and lightness 0.13725491.
    static final int
    This color constant "Insect Screen" has RGBA8888 code 2D4436FF, red 0.1764706, green 0.26666668, blue 0.21176471, alpha 1.0, hue 0.39855072, saturation 0.09019609, and lightness 0.22156863.
    static final int
    This color constant "Inside Of A Bottle" has RGBA8888 code C6C2B6FF, red 0.7764706, green 0.7607843, blue 0.7137255, alpha 1.0, hue 0.125, saturation 0.062745094, and lightness 0.74509805.
    static final int
    This color constant "International Klein Blue" has RGBA8888 code 002FA7FF, red 0.0, green 0.18431373, blue 0.654902, alpha 1.0, hue 0.6197605, saturation 0.654902, and lightness 0.327451.
    static final int
    This color constant "International Orange" has RGBA8888 code FF4F00FF, red 1.0, green 0.30980393, blue 0.0, alpha 1.0, hue 0.051633988, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Iris" has RGBA8888 code 763568FF, red 0.4627451, green 0.20784314, blue 0.40784314, alpha 1.0, hue 0.86923075, saturation 0.25490195, and lightness 0.33529413.
    static final int
    This color constant "Iron" has RGBA8888 code 2B3733FF, red 0.16862746, green 0.21568628, blue 0.2, alpha 1.0, hue 0.44444445, saturation 0.04705882, and lightness 0.19215687.
    static final int
    This color constant "Iron Storage" has RGBA8888 code 2B3736FF, red 0.16862746, green 0.21568628, blue 0.21176471, alpha 1.0, hue 0.4861111, saturation 0.04705882, and lightness 0.19215687.
    static final int
    This color constant "Ironhead Flower" has RGBA8888 code 344D56FF, red 0.20392157, green 0.3019608, blue 0.3372549, alpha 1.0, hue 0.5441177, saturation 0.13333334, and lightness 0.27058825.
    static final int
    This color constant "Islamic Green" has RGBA8888 code 009000FF, red 0.0, green 0.5647059, blue 0.0, alpha 1.0, hue 0.33333334, saturation 0.5647059, and lightness 0.28235295.
    static final int
    This color constant "Ivory" has RGBA8888 code FFFFF0FF, red 1.0, green 1.0, blue 0.9411765, alpha 1.0, hue 0.16666667, saturation 0.058823526, and lightness 0.9705882.
    static final int
    This color constant "Iwai Brown" has RGBA8888 code 5E5545FF, red 0.36862746, green 0.33333334, blue 0.27058825, alpha 1.0, hue 0.10666667, saturation 0.09803921, and lightness 0.31960785.
    static final int
    This color constant "Jade" has RGBA8888 code 00A86BFF, red 0.0, green 0.65882355, blue 0.41960785, alpha 1.0, hue 0.43948412, saturation 0.65882355, and lightness 0.32941177.
    static final int
    This color constant "Japanese Indigo" has RGBA8888 code 264348FF, red 0.14901961, green 0.2627451, blue 0.28235295, alpha 1.0, hue 0.52450985, saturation 0.13333334, and lightness 0.21568629.
    static final int
    This color constant "Japanese Iris" has RGBA8888 code 7F5D3BFF, red 0.49803922, green 0.3647059, blue 0.23137255, alpha 1.0, hue 0.08333334, saturation 0.26666665, and lightness 0.3647059.
    static final int
    This color constant "Japanese Pale Blue" has RGBA8888 code 8C9C76FF, red 0.54901963, green 0.6117647, blue 0.4627451, alpha 1.0, hue 0.2368421, saturation 0.14901963, and lightness 0.5372549.
    static final int
    This color constant "Japanese Triandra Grass" has RGBA8888 code E2B13CFF, red 0.8862745, green 0.69411767, blue 0.23529412, alpha 1.0, hue 0.117469884, saturation 0.6509804, and lightness 0.56078434.
    static final int
    This color constant "Kelly Green" has RGBA8888 code 4CBB17FF, red 0.29803923, green 0.73333335, blue 0.09019608, alpha 1.0, hue 0.27947155, saturation 0.6431373, and lightness 0.4117647.
    static final int
    This color constant "Khaki" has RGBA8888 code C3B091FF, red 0.7647059, green 0.6901961, blue 0.5686275, alpha 1.0, hue 0.10333333, saturation 0.19607842, and lightness 0.6666667.
    static final int
    This color constant "Kimono Storage" has RGBA8888 code 3D4C51FF, red 0.23921569, green 0.29803923, blue 0.31764707, alpha 1.0, hue 0.5416667, saturation 0.07843138, and lightness 0.2784314.
    static final int
    This color constant "Lapis Lazuli" has RGBA8888 code 1F4788FF, red 0.12156863, green 0.2784314, blue 0.53333336, alpha 1.0, hue 0.6031746, saturation 0.41176474, and lightness 0.327451.
    static final int
    This color constant "Lavender" has RGBA8888 code E6E6FAFF, red 0.9019608, green 0.9019608, blue 0.98039216, alpha 1.0, hue 0.6666667, saturation 0.07843137, and lightness 0.9411765.
    static final int
    This color constant "Lavender Blue" has RGBA8888 code CCCCFFFF, red 0.8, green 0.8, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.19999999, and lightness 0.9.
    static final int
    This color constant "Lavender Blush" has RGBA8888 code FFF0F5FF, red 1.0, green 0.9411765, blue 0.9607843, alpha 1.0, hue 0.9444444, saturation 0.058823526, and lightness 0.9705882.
    static final int
    This color constant "Lavender Floral" has RGBA8888 code B57EDCFF, red 0.70980394, green 0.49411765, blue 0.8627451, alpha 1.0, hue 0.7641844, saturation 0.36862746, and lightness 0.67843133.
    static final int
    This color constant "Lavender Gray" has RGBA8888 code C4C3D0FF, red 0.76862746, green 0.7647059, blue 0.8156863, alpha 1.0, hue 0.6794872, saturation 0.05098039, and lightness 0.79019606.
    static final int
    This color constant "Lavender Magenta" has RGBA8888 code EE82EEFF, red 0.93333334, green 0.50980395, blue 0.93333334, alpha 1.0, hue 0.8333333, saturation 0.4235294, and lightness 0.72156864.
    static final int
    This color constant "Lavender Pink" has RGBA8888 code FBAED2FF, red 0.9843137, green 0.68235296, blue 0.8235294, alpha 1.0, hue 0.9220779, saturation 0.30196077, and lightness 0.8333333.
    static final int
    This color constant "Lavender Purple" has RGBA8888 code 967BB6FF, red 0.5882353, green 0.48235294, blue 0.7137255, alpha 1.0, hue 0.74293786, saturation 0.23137257, and lightness 0.5980392.
    static final int
    This color constant "Lavender Rose" has RGBA8888 code FBA0E3FF, red 0.9843137, green 0.627451, blue 0.8901961, alpha 1.0, hue 0.87728935, saturation 0.35686272, and lightness 0.80588233.
    static final int
    This color constant "Lawn Green" has RGBA8888 code 7CFC00FF, red 0.4862745, green 0.9882353, blue 0.0, alpha 1.0, hue 0.25132275, saturation 0.9882353, and lightness 0.49411765.
    static final int
    This color constant "Legal Dye" has RGBA8888 code 2E211BFF, red 0.18039216, green 0.12941177, blue 0.105882354, alpha 1.0, hue 0.052631587, saturation 0.07450981, and lightness 0.14313726.
    static final int
    This color constant "Lemon" has RGBA8888 code FDE910FF, red 0.99215686, green 0.9137255, blue 0.0627451, alpha 1.0, hue 0.15260197, saturation 0.92941177, and lightness 0.527451.
    static final int
    This color constant "Lemon Chiffon" has RGBA8888 code FFFACDFF, red 1.0, green 0.98039216, blue 0.8039216, alpha 1.0, hue 0.15, saturation 0.19607842, and lightness 0.9019608.
    static final int
    This color constant "Light Blue" has RGBA8888 code ADD8E6FF, red 0.6784314, green 0.84705883, blue 0.9019608, alpha 1.0, hue 0.5409357, saturation 0.2235294, and lightness 0.79019606.
    static final int
    This color constant "Light Blue Dye" has RGBA8888 code 48929BFF, red 0.28235295, green 0.57254905, blue 0.60784316, alpha 1.0, hue 0.5180723, saturation 0.3254902, and lightness 0.44509807.
    static final int
    This color constant "Light Blue Flower" has RGBA8888 code 1D697CFF, red 0.11372549, green 0.4117647, blue 0.4862745, alpha 1.0, hue 0.53333336, saturation 0.37254903, and lightness 0.3.
    static final int
    This color constant "Light Blue Silk" has RGBA8888 code 044F67FF, red 0.015686275, green 0.30980393, blue 0.40392157, alpha 1.0, hue 0.5404041, saturation 0.3882353, and lightness 0.20980392.
    static final int
    This color constant "Light Gray" has RGBA8888 code C0C0C0FF, red 0.7529412, green 0.7529412, blue 0.7529412, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7529412.
    static final int
    This color constant "Light Khaki" has RGBA8888 code F0E68CFF, red 0.9411765, green 0.9019608, blue 0.54901963, alpha 1.0, hue 0.15, saturation 0.39215684, and lightness 0.74509805.
    static final int
    This color constant "Light Lime" has RGBA8888 code BFFF00FF, red 0.7490196, green 1.0, blue 0.0, alpha 1.0, hue 0.20849675, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Light Maroon" has RGBA8888 code B03060FF, red 0.6901961, green 0.1882353, blue 0.3764706, alpha 1.0, hue 0.9375, saturation 0.5019608, and lightness 0.4392157.
    static final int
    This color constant "Light Pink" has RGBA8888 code FFB6C1FF, red 1.0, green 0.7137255, blue 0.75686276, alpha 1.0, hue 0.9748858, saturation 0.2862745, and lightness 0.8568628.
    static final int
    This color constant "Light Violet" has RGBA8888 code EE82EEFF, red 0.93333334, green 0.50980395, blue 0.93333334, alpha 1.0, hue 0.8333333, saturation 0.4235294, and lightness 0.72156864.
    static final int
    This color constant "Light Yellow Dye" has RGBA8888 code F7BB7DFF, red 0.96862745, green 0.73333335, blue 0.49019608, alpha 1.0, hue 0.08469946, saturation 0.47843137, and lightness 0.7294118.
    static final int
    This color constant "Lilac" has RGBA8888 code C8A2C8FF, red 0.78431374, green 0.63529414, blue 0.78431374, alpha 1.0, hue 0.8333333, saturation 0.1490196, and lightness 0.70980394.
    static final int
    This color constant "Lime" has RGBA8888 code 00FF00FF, red 0.0, green 1.0, blue 0.0, alpha 1.0, hue 0.33333334, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Lime Green" has RGBA8888 code 32CD32FF, red 0.19607843, green 0.8039216, blue 0.19607843, alpha 1.0, hue 0.33333334, saturation 0.60784316, and lightness 0.5.
    static final int
    This color constant "Linen" has RGBA8888 code FAF0E6FF, 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.IntList
     
    static final int
    This color constant "Long Spring" has RGBA8888 code B95754FF, red 0.7254902, green 0.34117648, blue 0.32941177, alpha 1.0, hue 0.004950495, saturation 0.39607844, and lightness 0.52745104.
    static final int
    This color constant "Loquat Brown" has RGBA8888 code AB6134FF, red 0.67058825, green 0.38039216, blue 0.20392157, alpha 1.0, hue 0.06302521, saturation 0.4666667, and lightness 0.43725494.
    static final int
    This color constant "Lye" has RGBA8888 code 7F6B5DFF, red 0.49803922, green 0.41960785, blue 0.3647059, alpha 1.0, hue 0.068627454, saturation 0.13333333, and lightness 0.43137255.
    static final int
    This color constant "Magenta" has RGBA8888 code FF00FFFF, red 1.0, green 0.0, blue 1.0, alpha 1.0, hue 0.8333333, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Magenta Dye" has RGBA8888 code CA1F7BFF, red 0.7921569, green 0.12156863, blue 0.48235294, alpha 1.0, hue 0.91033137, saturation 0.67058825, and lightness 0.45686272.
    static final int
    This color constant "Magic Mint" has RGBA8888 code AAF0D1FF, red 0.6666667, green 0.9411765, blue 0.81960785, alpha 1.0, hue 0.4261905, saturation 0.2745098, and lightness 0.8039216.
    static final int
    This color constant "Magnolia" has RGBA8888 code F8F4FFFF, red 0.972549, green 0.95686275, blue 1.0, alpha 1.0, hue 0.72727275, saturation 0.043137252, and lightness 0.97843134.
    static final int
    This color constant "Malachite" has RGBA8888 code 0BDA51FF, red 0.043137256, green 0.85490197, blue 0.31764707, alpha 1.0, hue 0.38969406, saturation 0.8117647, and lightness 0.44901958.
    static final int
    This color constant "Maroon" has RGBA8888 code 800000FF, red 0.5019608, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 0.5019608, and lightness 0.2509804.
    static final int
    This color constant "Mauve" has RGBA8888 code E0B0FFFF, red 0.8784314, green 0.6901961, blue 1.0, alpha 1.0, hue 0.76793253, saturation 0.3098039, and lightness 0.845098.
    static final int
    This color constant "Mauve Taupe" has RGBA8888 code 915F6DFF, red 0.5686275, green 0.37254903, blue 0.42745098, alpha 1.0, hue 0.9533333, saturation 0.19607845, and lightness 0.47058824.
    static final int
    This color constant "Maya Blue" has RGBA8888 code 73C2FBFF, red 0.4509804, green 0.7607843, blue 0.9843137, alpha 1.0, hue 0.56985295, saturation 0.5333333, and lightness 0.7176471.
    static final int
    This color constant "Meat" has RGBA8888 code F9906FFF, red 0.9764706, green 0.5647059, blue 0.43529412, alpha 1.0, hue 0.03985508, saturation 0.54117644, and lightness 0.7058824.
    static final int
    This color constant "Medium Blue" has RGBA8888 code 0000CDFF, red 0.0, green 0.0, blue 0.8039216, alpha 1.0, hue 0.6666667, saturation 0.8039216, and lightness 0.4019608.
    static final int
    This color constant "Medium Carmine" has RGBA8888 code AF4035FF, red 0.6862745, green 0.2509804, blue 0.20784314, alpha 1.0, hue 0.0150273265, saturation 0.4784314, and lightness 0.44705886.
    static final int
    This color constant "Medium Crimson" has RGBA8888 code C93756FF, red 0.7882353, green 0.21568628, blue 0.3372549, alpha 1.0, hue 0.9646119, saturation 0.57254905, and lightness 0.50196075.
    static final int
    This color constant "Medium Lavender Magenta" has RGBA8888 code CC99CCFF, red 0.8, green 0.6, blue 0.8, alpha 1.0, hue 0.8333333, saturation 0.19999999, and lightness 0.7.
    static final int
    This color constant "Medium Purple" has RGBA8888 code 9370DBFF, red 0.5764706, green 0.4392157, blue 0.85882354, alpha 1.0, hue 0.72118384, saturation 0.41960785, and lightness 0.6490196.
    static final int
    This color constant "Medium Spring Green" has RGBA8888 code 00FA9AFF, red 0.0, green 0.98039216, blue 0.6039216, alpha 1.0, hue 0.43600002, saturation 0.98039216, and lightness 0.49019608.
    static final int
    This color constant "Midnight Blue" has RGBA8888 code 003366FF, red 0.0, green 0.2, blue 0.4, alpha 1.0, hue 0.5833334, saturation 0.4, and lightness 0.2.
    static final int
    This color constant "Midori" has RGBA8888 code 2A606BFF, red 0.16470589, green 0.3764706, blue 0.41960785, alpha 1.0, hue 0.52820516, saturation 0.25490195, and lightness 0.29215688.
    static final int
    This color constant "Mint Green" has RGBA8888 code 98FF98FF, red 0.59607846, green 1.0, blue 0.59607846, alpha 1.0, hue 0.33333334, saturation 0.40392154, and lightness 0.7980392.
    static final int
    This color constant "Misty Rose" has RGBA8888 code FFE4E1FF, red 1.0, green 0.89411765, blue 0.88235295, alpha 1.0, hue 0.016666668, saturation 0.11764705, and lightness 0.9411765.
    static final int
    This color constant "Moss" has RGBA8888 code 8B7D3AFF, red 0.54509807, green 0.49019608, blue 0.22745098, alpha 1.0, hue 0.13786006, saturation 0.3176471, and lightness 0.38627452.
    static final int
    This color constant "Moss Green" has RGBA8888 code ADDFADFF, red 0.6784314, green 0.8745098, blue 0.6784314, alpha 1.0, hue 0.33333334, saturation 0.19607842, and lightness 0.7764706.
    static final int
    This color constant "Mountbatten Pink" has RGBA8888 code 997A8DFF, red 0.6, green 0.47843137, blue 0.5529412, alpha 1.0, hue 0.89784944, saturation 0.12156865, and lightness 0.5392157.
    static final int
    This color constant "Mousy Indigo" has RGBA8888 code 5C544EFF, red 0.36078432, green 0.32941177, blue 0.30588236, alpha 1.0, hue 0.071428575, saturation 0.054901958, and lightness 0.33333334.
    static final int
    This color constant "Mousy Wisteria" has RGBA8888 code 766980FF, red 0.4627451, green 0.4117647, blue 0.5019608, alpha 1.0, hue 0.76086956, saturation 0.0901961, and lightness 0.45686278.
    static final int
    This color constant "Mulberry" has RGBA8888 code 59292CFF, red 0.34901962, green 0.16078432, blue 0.17254902, alpha 1.0, hue 0.9895833, saturation 0.1882353, and lightness 0.25490198.
    static final int
    This color constant "Mulberry Dyed" has RGBA8888 code C57F2EFF, red 0.77254903, green 0.49803922, blue 0.18039216, alpha 1.0, hue 0.089403965, saturation 0.5921569, and lightness 0.4764706.
    static final int
    This color constant "Mustard" has RGBA8888 code FFDB58FF, red 1.0, green 0.85882354, blue 0.34509805, alpha 1.0, hue 0.13073853, saturation 0.654902, and lightness 0.672549.
    static final int
    This color constant "Myrtle" has RGBA8888 code 21421EFF, 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 int
    This color constant "Navajo White" has RGBA8888 code FFDEADFF, red 1.0, green 0.87058824, blue 0.6784314, alpha 1.0, hue 0.0995935, saturation 0.3215686, and lightness 0.8392157.
    static final int
    This color constant "Navy Blue" has RGBA8888 code 000080FF, red 0.0, green 0.0, blue 0.5019608, alpha 1.0, hue 0.6666667, saturation 0.5019608, and lightness 0.2509804.
    static final int
    This color constant "Navy Blue Bellflower" has RGBA8888 code 191F45FF, red 0.09803922, green 0.12156863, blue 0.27058825, alpha 1.0, hue 0.64393944, saturation 0.17254904, and lightness 0.18431373.
    static final int
    This color constant "Navy Blue Dye" has RGBA8888 code 003171FF, red 0.0, green 0.19215687, blue 0.44313726, alpha 1.0, hue 0.5943953, saturation 0.44313726, and lightness 0.22156863.
    static final int
    This color constant "New Bridge" has RGBA8888 code 006C7FFF, red 0.0, green 0.42352942, blue 0.49803922, alpha 1.0, hue 0.5249344, saturation 0.49803922, and lightness 0.24901961.
    static final int
    This color constant "Nightingale" has RGBA8888 code 645530FF, red 0.39215687, green 0.33333334, blue 0.1882353, alpha 1.0, hue 0.118589744, saturation 0.20392157, and lightness 0.2901961.
    static final int
    This color constant "Nightingale Brown" has RGBA8888 code 5C4827FF, red 0.36078432, green 0.28235295, blue 0.15294118, alpha 1.0, hue 0.10377359, saturation 0.20784314, and lightness 0.25686273.
    static final int
    This color constant "Ocean Blue" has RGBA8888 code 50B0B8FF, red 0.3137255, green 0.6901961, blue 0.72156864, alpha 1.0, hue 0.51282054, saturation 0.40784314, and lightness 0.5176471.
    static final int
    This color constant "Ochre" has RGBA8888 code CC7722FF, red 0.8, green 0.46666667, blue 0.13333334, alpha 1.0, hue 0.08333333, saturation 0.6666667, and lightness 0.46666667.
    static final int
    This color constant "Old Bamboo" has RGBA8888 code 5E644FFF, red 0.36862746, green 0.39215687, blue 0.30980393, alpha 1.0, hue 0.21428573, saturation 0.082352936, and lightness 0.3509804.
    static final int
    This color constant "Old Gold" has RGBA8888 code CFB53BFF, red 0.8117647, green 0.70980394, blue 0.23137255, alpha 1.0, hue 0.13738738, saturation 0.5803922, and lightness 0.52156866.
    static final int
    This color constant "Old Lace" has RGBA8888 code FDF5E6FF, red 0.99215686, green 0.9607843, blue 0.9019608, alpha 1.0, hue 0.10869565, saturation 0.09019607, and lightness 0.9470588.
    static final int
    This color constant "Old Lavender" has RGBA8888 code 796878FF, red 0.4745098, green 0.40784314, blue 0.47058824, alpha 1.0, hue 0.84313726, saturation 0.06666666, and lightness 0.44117647.
    static final int
    This color constant "Old Rose" has RGBA8888 code C08081FF, red 0.7529412, green 0.5019608, blue 0.5058824, alpha 1.0, hue 0.9973958, saturation 0.25098038, and lightness 0.627451.
    static final int
    This color constant "Olive" has RGBA8888 code 808000FF, red 0.5019608, green 0.5019608, blue 0.0, alpha 1.0, hue 0.16666666, saturation 0.5019608, and lightness 0.2509804.
    static final int
    This color constant "Olive Drab" has RGBA8888 code 6B8E23FF, red 0.41960785, green 0.5568628, blue 0.13725491, alpha 1.0, hue 0.22118384, saturation 0.41960788, and lightness 0.34705883.
    static final int
    This color constant "Olivine" has RGBA8888 code 9AB973FF, red 0.6039216, green 0.7254902, blue 0.4509804, alpha 1.0, hue 0.24047619, saturation 0.27450982, and lightness 0.5882353.
    static final int
    This color constant "Onando" has RGBA8888 code 364141FF, red 0.21176471, green 0.25490198, blue 0.25490198, alpha 1.0, hue 0.5, saturation 0.043137267, and lightness 0.23333333.
    static final int
    This color constant "One Kin Dye" has RGBA8888 code F08F90FF, red 0.9411765, green 0.56078434, blue 0.5647059, alpha 1.0, hue 0.9982818, saturation 0.38039213, and lightness 0.7509804.
    static final int
    This color constant "Opposite Flower" has RGBA8888 code 4D646CFF, red 0.3019608, green 0.39215687, blue 0.42352942, alpha 1.0, hue 0.5430108, saturation 0.12156862, and lightness 0.3627451.
    static final int
    This color constant "Orange" has RGBA8888 code FFC800FF, red 1.0, green 0.78431374, blue 0.0, alpha 1.0, hue 0.13071896, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Orange Peel" has RGBA8888 code FFA000FF, red 1.0, green 0.627451, blue 0.0, alpha 1.0, hue 0.104575165, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Orange Red" has RGBA8888 code FF4500FF, red 1.0, green 0.27058825, blue 0.0, alpha 1.0, hue 0.04509804, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Orangutan" has RGBA8888 code DC3023FF, red 0.8627451, green 0.1882353, blue 0.13725491, alpha 1.0, hue 0.01171171, saturation 0.7254902, and lightness 0.5.
    static final int
    This color constant "Orchid" has RGBA8888 code DA70D6FF, red 0.85490197, green 0.4392157, blue 0.8392157, alpha 1.0, hue 0.8396226, saturation 0.41568628, and lightness 0.64705884.
    static final int
    This color constant "Overdyed Red Brown" has RGBA8888 code E35C38FF, red 0.8901961, green 0.36078432, blue 0.21960784, alpha 1.0, hue 0.03508772, saturation 0.67058825, and lightness 0.55490196.
    static final int
    This color constant "Pale Blue" has RGBA8888 code AFEEEEFF, red 0.6862745, green 0.93333334, blue 0.93333334, alpha 1.0, hue 0.5, saturation 0.24705881, and lightness 0.8098039.
    static final int
    This color constant "Pale Brown" has RGBA8888 code 987654FF, red 0.59607846, green 0.4627451, blue 0.32941177, alpha 1.0, hue 0.08333332, saturation 0.26666668, and lightness 0.46274513.
    static final int
    This color constant "Pale Carmine" has RGBA8888 code AF4035FF, red 0.6862745, green 0.2509804, blue 0.20784314, alpha 1.0, hue 0.0150273265, saturation 0.4784314, and lightness 0.44705886.
    static final int
    This color constant "Pale Chestnut" has RGBA8888 code DDADAFFF, red 0.8666667, green 0.6784314, blue 0.6862745, alpha 1.0, hue 0.9930556, saturation 0.18823528, and lightness 0.77254903.
    static final int
    This color constant "Pale Cornflower Blue" has RGBA8888 code ABCDEFFF, red 0.67058825, green 0.8039216, blue 0.9372549, alpha 1.0, hue 0.5833334, saturation 0.26666665, and lightness 0.8039216.
    static final int
    This color constant "Pale Crimson" has RGBA8888 code F2666CFF, red 0.9490196, green 0.4, blue 0.42352942, alpha 1.0, hue 0.99285716, saturation 0.5490196, and lightness 0.67450976.
    static final int
    This color constant "Pale Fallen Leaves" has RGBA8888 code AA8736FF, red 0.6666667, green 0.5294118, blue 0.21176471, alpha 1.0, hue 0.11637931, saturation 0.454902, and lightness 0.43921566.
    static final int
    This color constant "Pale Green Onion" has RGBA8888 code 749F8DFF, red 0.45490196, green 0.62352943, blue 0.5529412, alpha 1.0, hue 0.43023258, saturation 0.16862747, and lightness 0.5392157.
    static final int
    This color constant "Pale Incense" has RGBA8888 code FFA565FF, red 1.0, green 0.64705884, blue 0.39607844, alpha 1.0, hue 0.06926408, saturation 0.60392153, and lightness 0.69803923.
    static final int
    This color constant "Pale Magenta" has RGBA8888 code F984E5FF, red 0.9764706, green 0.5176471, blue 0.8980392, alpha 1.0, hue 0.8618234, saturation 0.4588235, and lightness 0.7470588.
    static final int
    This color constant "Pale Oak" has RGBA8888 code BBA46DFF, red 0.73333335, green 0.6431373, blue 0.42745098, alpha 1.0, hue 0.11752137, saturation 0.30588236, and lightness 0.5803921.
    static final int
    This color constant "Pale Persimmon" has RGBA8888 code FCA474FF, red 0.9882353, green 0.6431373, blue 0.45490196, alpha 1.0, hue 0.058823537, saturation 0.5333333, and lightness 0.72156864.
    static final int
    This color constant "Pale Pink" has RGBA8888 code FADADDFF, red 0.98039216, green 0.85490197, blue 0.8666667, alpha 1.0, hue 0.984375, saturation 0.12549019, and lightness 0.91764706.
    static final int
    This color constant "Pale Red Violet" has RGBA8888 code DB7093FF, red 0.85882354, green 0.4392157, blue 0.5764706, alpha 1.0, hue 0.94548285, saturation 0.41960785, and lightness 0.6490196.
    static final int
    This color constant "Pale Young Green Onion" has RGBA8888 code 8DB255FF, red 0.5529412, green 0.69803923, blue 0.33333334, alpha 1.0, hue 0.23297492, saturation 0.3647059, and lightness 0.5156863.
    static final int
    This color constant "Papaya Whip" has RGBA8888 code FFEFD5FF, red 1.0, green 0.9372549, blue 0.8352941, alpha 1.0, hue 0.103174604, saturation 0.16470587, and lightness 0.91764706.
    static final int
    This color constant "Pastel Green" has RGBA8888 code 77DD77FF, red 0.46666667, green 0.8666667, blue 0.46666667, alpha 1.0, hue 0.33333334, saturation 0.4, and lightness 0.6666667.
    static final int
    This color constant "Pastel Pink" has RGBA8888 code FFD1DCFF, red 1.0, green 0.81960785, blue 0.8627451, alpha 1.0, hue 0.96014494, saturation 0.18039215, and lightness 0.9098039.
    static final int
    This color constant "Patina" has RGBA8888 code 407A52FF, red 0.2509804, green 0.47843137, blue 0.32156864, alpha 1.0, hue 0.38505748, saturation 0.22745097, and lightness 0.3647059.
    static final int
    This color constant "Patrinia Flower" has RGBA8888 code D9B611FF, red 0.8509804, green 0.7137255, blue 0.06666667, alpha 1.0, hue 0.1375, saturation 0.78431374, and lightness 0.45882353.
    static final int
    This color constant "Peach" has RGBA8888 code FFE5B4FF, red 1.0, green 0.8980392, blue 0.7058824, alpha 1.0, hue 0.10888889, saturation 0.29411763, and lightness 0.85294116.
    static final int
    This color constant "Peach Dye" has RGBA8888 code F47983FF, red 0.95686275, green 0.4745098, blue 0.5137255, alpha 1.0, hue 0.98644984, saturation 0.48235294, and lightness 0.71568626.
    static final int
    This color constant "Peach Orange" has RGBA8888 code FFCC99FF, red 1.0, green 0.8, blue 0.6, alpha 1.0, hue 0.083333336, saturation 0.39999998, and lightness 0.8.
    static final int
    This color constant "Peach Yellow" has RGBA8888 code FADFADFF, red 0.98039216, green 0.8745098, blue 0.6784314, alpha 1.0, hue 0.10822511, saturation 0.30196077, and lightness 0.8294118.
    static final int
    This color constant "Pear" has RGBA8888 code D1E231FF, red 0.81960785, green 0.8862745, blue 0.19215687, alpha 1.0, hue 0.18267421, saturation 0.69411767, and lightness 0.5392157.
    static final int
    This color constant "Periwinkle" has RGBA8888 code CCCCFFFF, red 0.8, green 0.8, blue 1.0, alpha 1.0, hue 0.6666667, saturation 0.19999999, and lightness 0.9.
    static final int
    This color constant "Persian Blue" has RGBA8888 code 1C39BBFF, red 0.10980392, green 0.22352941, blue 0.73333335, alpha 1.0, hue 0.6362684, saturation 0.62352943, and lightness 0.42156863.
    static final int
    This color constant "Persian Green" has RGBA8888 code 00A693FF, red 0.0, green 0.6509804, blue 0.5764706, alpha 1.0, hue 0.4809237, saturation 0.6509804, and lightness 0.3254902.
    static final int
    This color constant "Persian Indigo" has RGBA8888 code 32127AFF, red 0.19607843, green 0.07058824, blue 0.47843137, alpha 1.0, hue 0.71794873, saturation 0.40784314, and lightness 0.27450982.
    static final int
    This color constant "Persian Pink" has RGBA8888 code F77FBEFF, red 0.96862745, green 0.49803922, blue 0.74509805, alpha 1.0, hue 0.9125, saturation 0.47058824, and lightness 0.73333335.
    static final int
    This color constant "Persian Red" has RGBA8888 code CC3333FF, red 0.8, green 0.2, blue 0.2, alpha 1.0, hue 0.0, saturation 0.6, and lightness 0.5.
    static final int
    This color constant "Persian Rose" has RGBA8888 code FE28A2FF, red 0.99607843, green 0.15686275, blue 0.63529414, alpha 1.0, hue 0.9049844, saturation 0.8392157, and lightness 0.57647055.
    static final int
    This color constant "Persimmon" has RGBA8888 code EC5800FF, red 0.9254902, green 0.34509805, blue 0.0, alpha 1.0, hue 0.06214689, saturation 0.9254902, and lightness 0.4627451.
    static final int
    This color constant "Persimmon Juice" has RGBA8888 code 934337FF, red 0.5764706, green 0.2627451, blue 0.21568628, alpha 1.0, hue 0.021739133, saturation 0.36078435, and lightness 0.3960784.
    static final int
    This color constant "Pigment Blue" has RGBA8888 code 333399FF, red 0.2, green 0.2, blue 0.6, alpha 1.0, hue 0.6666667, saturation 0.40000004, and lightness 0.4.
    static final int
    This color constant "Pine Green" has RGBA8888 code 01796FFF, red 0.003921569, green 0.4745098, blue 0.43529412, alpha 1.0, hue 0.4861111, saturation 0.47058824, and lightness 0.2392157.
    static final int
    This color constant "Pine Needle" has RGBA8888 code 454D32FF, red 0.27058825, green 0.3019608, blue 0.19607843, alpha 1.0, hue 0.21604939, saturation 0.10588236, and lightness 0.24901962.
    static final int
    This color constant "Pink" has RGBA8888 code FFAFAFFF, red 1.0, green 0.6862745, blue 0.6862745, alpha 1.0, hue 0.0, saturation 0.31372547, and lightness 0.84313726.
    static final int
    This color constant "Pink Orange" has RGBA8888 code FF9966FF, red 1.0, green 0.6, blue 0.4, alpha 1.0, hue 0.05555556, saturation 0.6, and lightness 0.7.
    static final int
    A 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 int
    This color constant "Plain Mouse" has RGBA8888 code 6E5F57FF, red 0.43137255, green 0.37254903, blue 0.34117648, alpha 1.0, hue 0.057971016, saturation 0.09019607, and lightness 0.38627452.
    static final int
    This color constant "Platinum" has RGBA8888 code E5E4E2FF, red 0.8980392, green 0.89411765, blue 0.8862745, alpha 1.0, hue 0.11111111, saturation 0.011764705, and lightness 0.8921569.
    static final int
    This color constant "Plum" has RGBA8888 code CC99CCFF, red 0.8, green 0.6, blue 0.8, alpha 1.0, hue 0.8333333, saturation 0.19999999, and lightness 0.7.
    static final int
    This color constant "Plum Blossom Mouse" has RGBA8888 code 97645AFF, red 0.5921569, green 0.39215687, blue 0.3529412, alpha 1.0, hue 0.027322402, saturation 0.2392157, and lightness 0.47254902.
    static final int
    This color constant "Plum Dyed" has RGBA8888 code FA9258FF, red 0.98039216, green 0.57254905, blue 0.34509805, alpha 1.0, hue 0.05967079, saturation 0.6352941, and lightness 0.6627451.
    static final int
    This color constant "Plum Purple" has RGBA8888 code 8F4155FF, red 0.56078434, green 0.25490198, blue 0.33333334, alpha 1.0, hue 0.95726496, saturation 0.30588236, and lightness 0.40784317.
    static final int
    This color constant "Polished Brown" has RGBA8888 code 9F5233FF, red 0.62352943, green 0.32156864, blue 0.2, alpha 1.0, hue 0.047839504, saturation 0.42352945, and lightness 0.41176474.
    static final int
    This color constant "Powder Blue" has RGBA8888 code B0E0E6FF, red 0.6901961, green 0.8784314, blue 0.9019608, alpha 1.0, hue 0.51851857, saturation 0.2117647, and lightness 0.79607844.
    static final int
    This color constant "Prussian Blue" has RGBA8888 code 003153FF, red 0.0, green 0.19215687, blue 0.3254902, alpha 1.0, hue 0.5682731, saturation 0.3254902, and lightness 0.1627451.
    static final int
    This color constant "Psychedelic Purple" has RGBA8888 code DD00FFFF, red 0.8666667, green 0.0, blue 1.0, alpha 1.0, hue 0.81111115, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Puce" has RGBA8888 code CC8899FF, red 0.8, green 0.53333336, blue 0.6, alpha 1.0, hue 0.9583333, saturation 0.26666665, and lightness 0.6666667.
    static final int
    This color constant "Pumpkin" has RGBA8888 code FF7518FF, red 1.0, green 0.45882353, blue 0.09411765, alpha 1.0, hue 0.06709957, saturation 0.90588236, and lightness 0.5470588.
    static final int
    This color constant "Pure Crimson" has RGBA8888 code C3272BFF, red 0.7647059, green 0.15294118, blue 0.16862746, alpha 1.0, hue 0.9957265, saturation 0.6117647, and lightness 0.45882356.
    static final int
    This color constant "Pure Dark Gray" has RGBA8888 code 3F4041FF, red 0.24705882, green 0.2509804, blue 0.25490198, alpha 1.0, hue 0.5833332, saturation 0.007843152, and lightness 0.2509804.
    static final int
    This color constant "Purple" has RGBA8888 code 800080FF, red 0.5019608, green 0.0, blue 0.5019608, alpha 1.0, hue 0.8333334, saturation 0.5019608, and lightness 0.2509804.
    static final int
    This color constant "Purple Dye" has RGBA8888 code 4F284BFF, red 0.30980393, green 0.15686275, blue 0.29411766, alpha 1.0, hue 0.8504274, saturation 0.15294118, and lightness 0.23333333.
    static final int
    This color constant "Purple Kite" has RGBA8888 code 512C31FF, red 0.31764707, green 0.17254902, blue 0.19215687, alpha 1.0, hue 0.9774775, saturation 0.14509805, and lightness 0.24509805.
    static final int
    This color constant "Purple Taupe" has RGBA8888 code 50404DFF, red 0.3137255, green 0.2509804, blue 0.3019608, alpha 1.0, hue 0.8645833, saturation 0.062745094, and lightness 0.28235295.
    static final int
    This color constant "Rabbit Ear Iris" has RGBA8888 code 491E3CFF, 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 int
    This color constant "Rapeblossom Brown" has RGBA8888 code E3B130FF, red 0.8901961, green 0.69411767, blue 0.1882353, alpha 1.0, hue 0.12011173, saturation 0.7019608, and lightness 0.5392157.
    static final int
    This color constant "Rapeseed Oil" has RGBA8888 code A17917FF, red 0.6313726, green 0.4745098, blue 0.09019608, alpha 1.0, hue 0.11835749, saturation 0.5411765, and lightness 0.3607843.
    static final int
    This color constant "Raw Umber" has RGBA8888 code 734A12FF, red 0.4509804, green 0.2901961, blue 0.07058824, alpha 1.0, hue 0.09621994, saturation 0.38039216, and lightness 0.26078433.
    static final int
    This color constant "Razzamatazz" has RGBA8888 code E30B5CFF, red 0.8901961, green 0.043137256, blue 0.36078432, alpha 1.0, hue 0.9375, saturation 0.84705883, and lightness 0.46666664.
    static final int
    This color constant "Red" has RGBA8888 code FF0000FF, red 1.0, green 0.0, blue 0.0, alpha 1.0, hue 0.0, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Red Bean" has RGBA8888 code 672422FF, red 0.40392157, green 0.14117648, blue 0.13333334, alpha 1.0, hue 0.004830918, saturation 0.27058822, and lightness 0.26862746.
    static final int
    This color constant "Red Birch" has RGBA8888 code 9D2B22FF, red 0.6156863, green 0.16862746, blue 0.13333334, alpha 1.0, hue 0.012195121, saturation 0.48235297, and lightness 0.3745098.
    static final int
    This color constant "Red Dye Turmeric" has RGBA8888 code FB8136FF, red 0.9843137, green 0.5058824, blue 0.21176471, alpha 1.0, hue 0.06345179, saturation 0.77254903, and lightness 0.5980392.
    static final int
    This color constant "Red Incense" has RGBA8888 code F07F5EFF, red 0.9411765, green 0.49803922, blue 0.36862746, alpha 1.0, hue 0.037671234, saturation 0.572549, and lightness 0.654902.
    static final int
    This color constant "Red Kite" has RGBA8888 code 913228FF, red 0.5686275, green 0.19607843, blue 0.15686275, alpha 1.0, hue 0.015873013, saturation 0.41176474, and lightness 0.36274508.
    static final int
    This color constant "Red Ochre" has RGBA8888 code 9F5233FF, red 0.62352943, green 0.32156864, blue 0.2, alpha 1.0, hue 0.047839504, saturation 0.42352945, and lightness 0.41176474.
    static final int
    This color constant "Red Pigment" has RGBA8888 code ED1C24FF, red 0.92941177, green 0.10980392, blue 0.14117648, alpha 1.0, hue 0.9936204, saturation 0.81960785, and lightness 0.51960784.
    static final int
    This color constant "Red Plum" has RGBA8888 code DB5A6BFF, 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 int
    This color constant "Red Violet" has RGBA8888 code C71585FF, 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 int
    This color constant "Red Wisteria" has RGBA8888 code BB7796FF, red 0.73333335, green 0.46666667, blue 0.5882353, alpha 1.0, hue 0.9240196, saturation 0.26666668, and lightness 0.6.
    static final int
    This color constant "Rich Carmine" has RGBA8888 code D70040FF, red 0.84313726, green 0.0, blue 0.2509804, alpha 1.0, hue 0.9503876, saturation 0.84313726, and lightness 0.42156863.
    static final int
    This color constant "Rich Gardenia" has RGBA8888 code F57F4FFF, red 0.9607843, green 0.49803922, blue 0.30980393, alpha 1.0, hue 0.04819277, saturation 0.65098035, and lightness 0.63529414.
    static final int
    This color constant "Rikan Brown" has RGBA8888 code 534A32FF, red 0.3254902, green 0.2901961, blue 0.19607843, alpha 1.0, hue 0.121212125, saturation 0.12941177, and lightness 0.26078433.
    static final int
    This color constant "Rinsed Out Red" has RGBA8888 code FF7952FF, red 1.0, green 0.4745098, blue 0.32156864, alpha 1.0, hue 0.037572253, saturation 0.6784314, and lightness 0.6607843.
    static final int
    This color constant "Robin Egg Blue" has RGBA8888 code 00CCCCFF, red 0.0, green 0.8, blue 0.8, alpha 1.0, hue 0.5, saturation 0.8, and lightness 0.4.
    static final int
    This color constant "Rose" has RGBA8888 code FF007FFF, red 1.0, green 0.0, blue 0.49803922, alpha 1.0, hue 0.91699344, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Rose Madder" has RGBA8888 code E32636FF, red 0.8901961, green 0.14901961, blue 0.21176471, alpha 1.0, hue 0.9858906, saturation 0.7411765, and lightness 0.51960784.
    static final int
    This color constant "Rose Taupe" has RGBA8888 code 905D5DFF, red 0.5647059, green 0.3647059, blue 0.3647059, alpha 1.0, hue 0.0, saturation 0.20000002, and lightness 0.46470588.
    static final int
    This color constant "Royal Blue" has RGBA8888 code 4169E1FF, red 0.25490198, green 0.4117647, blue 0.88235295, alpha 1.0, hue 0.625, saturation 0.62745094, and lightness 0.5686275.
    static final int
    This color constant "Royal Purple" has RGBA8888 code 6B3FA0FF, red 0.41960785, green 0.24705882, blue 0.627451, alpha 1.0, hue 0.7422681, saturation 0.3803922, and lightness 0.4372549.
    static final int
    This color constant "Ruby" has RGBA8888 code E0115FFF, red 0.8784314, green 0.06666667, blue 0.37254903, alpha 1.0, hue 0.93719804, saturation 0.8117647, and lightness 0.47254905.
    static final int
    This color constant "Russet" has RGBA8888 code 80461BFF, red 0.5019608, green 0.27450982, blue 0.105882354, alpha 1.0, hue 0.070957094, saturation 0.39607847, and lightness 0.30392158.
    static final int
    This color constant "Rust" has RGBA8888 code B7410EFF, red 0.7176471, green 0.25490198, blue 0.05490196, alpha 1.0, hue 0.05029586, saturation 0.6627451, and lightness 0.38627455.
    static final int
    This color constant "Rusted Light Blue" has RGBA8888 code 6A7F7AFF, red 0.41568628, green 0.49803922, blue 0.47843137, alpha 1.0, hue 0.4603175, saturation 0.082352936, and lightness 0.45686275.
    static final int
    This color constant "Rusty Celadon" has RGBA8888 code 898A74FF, red 0.5372549, green 0.5411765, blue 0.45490196, alpha 1.0, hue 0.17424244, saturation 0.086274534, and lightness 0.49803922.
    static final int
    This color constant "Rusty Storage" has RGBA8888 code 455859FF, red 0.27058825, green 0.34509805, blue 0.34901962, alpha 1.0, hue 0.5083333, saturation 0.07843137, and lightness 0.30980393.
    static final int
    This color constant "Rusty Storeroom" has RGBA8888 code 3A403BFF, red 0.22745098, green 0.2509804, blue 0.23137255, alpha 1.0, hue 0.3611111, saturation 0.023529425, and lightness 0.2392157.
    static final int
    This color constant "Safety Orange" has RGBA8888 code FF6600FF, red 1.0, green 0.4, blue 0.0, alpha 1.0, hue 0.06666667, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Safflower" has RGBA8888 code 5A4F74FF, red 0.3529412, green 0.30980393, blue 0.45490196, alpha 1.0, hue 0.7162162, saturation 0.14509803, and lightness 0.38235295.
    static final int
    This color constant "Saffron" has RGBA8888 code F4C430FF, red 0.95686275, green 0.76862746, blue 0.1882353, alpha 1.0, hue 0.12585033, saturation 0.76862746, and lightness 0.57254905.
    static final int
    This color constant "Salmon" has RGBA8888 code FF8C69FF, red 1.0, green 0.54901963, blue 0.4117647, alpha 1.0, hue 0.038888898, saturation 0.58823526, and lightness 0.7058824.
    static final int
    This color constant "Sandy Brown" has RGBA8888 code F4A460FF, red 0.95686275, green 0.6431373, blue 0.3764706, alpha 1.0, hue 0.07657658, saturation 0.5803921, and lightness 0.6666667.
    static final int
    This color constant "Sangria" has RGBA8888 code 92000AFF, red 0.57254905, green 0.0, blue 0.039215688, alpha 1.0, hue 0.98858446, saturation 0.57254905, and lightness 0.28627452.
    static final int
    This color constant "Sappanwood" has RGBA8888 code 7E2639FF, red 0.49411765, green 0.14901961, blue 0.22352941, alpha 1.0, hue 0.9640151, saturation 0.34509802, and lightness 0.32156864.
    static final int
    This color constant "Sappanwood Incense" has RGBA8888 code A24F46FF, red 0.63529414, green 0.30980393, blue 0.27450982, alpha 1.0, hue 0.016304346, saturation 0.36078432, and lightness 0.45490196.
    static final int
    This color constant "Sapphire" has RGBA8888 code 082567FF, red 0.03137255, green 0.14509805, blue 0.40392157, alpha 1.0, hue 0.6157895, saturation 0.37254903, and lightness 0.21764705.
    static final int
    This color constant "Sawtooth Oak" has RGBA8888 code EC956CFF, red 0.9254902, green 0.58431375, blue 0.42352942, alpha 1.0, hue 0.053385425, saturation 0.50196075, and lightness 0.6745098.
    static final int
    This color constant "Scarlet" has RGBA8888 code FF2400FF, red 1.0, green 0.14117648, blue 0.0, alpha 1.0, hue 0.023529412, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "School Bus Yellow" has RGBA8888 code FFD800FF, red 1.0, green 0.84705883, blue 0.0, alpha 1.0, hue 0.14117648, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Scorched Brown" has RGBA8888 code 351F19FF, red 0.20784314, green 0.12156863, blue 0.09803922, alpha 1.0, hue 0.035714284, saturation 0.10980392, and lightness 0.15294117.
    static final int
    This color constant "Sea Green" has RGBA8888 code 2E8B57FF, red 0.18039216, green 0.54509807, blue 0.34117648, alpha 1.0, hue 0.40681005, saturation 0.36470592, and lightness 0.3627451.
    static final int
    This color constant "Seashell" has RGBA8888 code FFF5EEFF, red 1.0, green 0.9607843, blue 0.93333334, alpha 1.0, hue 0.068627454, saturation 0.06666666, and lightness 0.9666667.
    static final int
    This color constant "Selective Yellow" has RGBA8888 code FFBA00FF, red 1.0, green 0.7294118, blue 0.0, alpha 1.0, hue 0.12156863, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Sen No Rikyu's Tea" has RGBA8888 code 826B58FF, red 0.50980395, green 0.41960785, blue 0.34509805, alpha 1.0, hue 0.07539681, saturation 0.1647059, and lightness 0.42745098.
    static final int
    This color constant "Sepia" has RGBA8888 code 704214FF, red 0.4392157, green 0.25882354, blue 0.078431375, alpha 1.0, hue 0.083333336, saturation 0.36078432, and lightness 0.25882354.
    static final int
    This color constant "Shamrock Green" has RGBA8888 code 009E60FF, red 0.0, green 0.61960787, blue 0.3764706, alpha 1.0, hue 0.43459916, saturation 0.61960787, and lightness 0.30980393.
    static final int
    This color constant "Shocking Pink" has RGBA8888 code FC0FC0FF, red 0.9882353, green 0.05882353, blue 0.7529412, alpha 1.0, hue 0.87552744, saturation 0.92941177, and lightness 0.5235294.
    static final int
    This color constant "Shrimp Brown" has RGBA8888 code 5E2824FF, red 0.36862746, green 0.15686275, blue 0.14117648, alpha 1.0, hue 0.011494252, saturation 0.22745098, and lightness 0.25490195.
    static final int
    This color constant "Silk Crepe Brown" has RGBA8888 code 354E4BFF, red 0.20784314, green 0.30588236, blue 0.29411766, alpha 1.0, hue 0.48000002, saturation 0.098039225, and lightness 0.25686276.
    static final int
    This color constant "Silver" has RGBA8888 code C0C0C0FF, red 0.7529412, green 0.7529412, blue 0.7529412, alpha 1.0, hue 0.0, saturation 0.0, and lightness 0.7529412.
    static final int
    This color constant "Silver Grey" has RGBA8888 code 97867CFF, red 0.5921569, green 0.5254902, blue 0.4862745, alpha 1.0, hue 0.061728425, saturation 0.10588238, and lightness 0.5392157.
    static final int
    This color constant "Silvered Red" has RGBA8888 code BC2D29FF, red 0.7372549, green 0.1764706, blue 0.16078432, alpha 1.0, hue 0.004535147, saturation 0.5764706, and lightness 0.4490196.
    static final int
    This color constant "Simmered Seawead" has RGBA8888 code 4C3D30FF, red 0.29803923, green 0.23921569, blue 0.1882353, alpha 1.0, hue 0.07738094, saturation 0.10980393, and lightness 0.24313726.
    static final int
    This color constant "Siskin Sprout Yellow" has RGBA8888 code 7A942EFF, red 0.47843137, green 0.5803922, blue 0.18039216, alpha 1.0, hue 0.20915034, saturation 0.40000004, and lightness 0.38039216.
    static final int
    This color constant "Sky" has RGBA8888 code 4D8FACFF, red 0.3019608, green 0.56078434, blue 0.6745098, alpha 1.0, hue 0.5508772, saturation 0.37254903, and lightness 0.4882353.
    static final int
    This color constant "Sky Blue" has RGBA8888 code 87CEEBFF, red 0.5294118, green 0.80784315, blue 0.92156863, alpha 1.0, hue 0.54833335, saturation 0.39215684, and lightness 0.7254902.
    static final int
    This color constant "Slate Gray" has RGBA8888 code 708090FF, red 0.4392157, green 0.5019608, blue 0.5647059, alpha 1.0, hue 0.5833333, saturation 0.12549022, and lightness 0.5019608.
    static final int
    This color constant "Smalt" has RGBA8888 code 003399FF, red 0.0, green 0.2, blue 0.6, alpha 1.0, hue 0.6111111, saturation 0.6, and lightness 0.3.
    static final int
    This color constant "Sooty Bamboo" has RGBA8888 code 593A27FF, red 0.34901962, green 0.22745098, blue 0.15294118, alpha 1.0, hue 0.063333325, saturation 0.19607843, and lightness 0.2509804.
    static final int
    This color constant "Sooty Willow Bamboo" has RGBA8888 code 4D4B3AFF, red 0.3019608, green 0.29411766, blue 0.22745098, alpha 1.0, hue 0.1491228, saturation 0.074509814, and lightness 0.2647059.
    static final int
    This color constant "Sparrow Brown" has RGBA8888 code 8C4736FF, red 0.54901963, green 0.2784314, blue 0.21176471, alpha 1.0, hue 0.03294574, saturation 0.33725494, and lightness 0.38039216.
    static final int
    This color constant "Spring Bud" has RGBA8888 code A7FC00FF, red 0.654902, green 0.9882353, blue 0.0, alpha 1.0, hue 0.22288361, saturation 0.9882353, and lightness 0.49411765.
    static final int
    This color constant "Spring Green" has RGBA8888 code 00FF7FFF, red 0.0, green 1.0, blue 0.49803922, alpha 1.0, hue 0.41633987, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Stained Red" has RGBA8888 code 78779BFF, red 0.47058824, green 0.46666667, blue 0.60784316, alpha 1.0, hue 0.6712963, saturation 0.14117649, and lightness 0.5372549.
    static final int
    This color constant "Steamed Chestnut" has RGBA8888 code D3B17DFF, red 0.827451, green 0.69411767, blue 0.49019608, alpha 1.0, hue 0.1007752, saturation 0.3372549, and lightness 0.6588235.
    static final int
    This color constant "Steel Blue" has RGBA8888 code 4682B4FF, red 0.27450982, green 0.50980395, blue 0.7058824, alpha 1.0, hue 0.5757576, saturation 0.43137255, and lightness 0.49019608.
    static final int
    This color constant "Storeroom Brown" has RGBA8888 code 3D4035FF, red 0.23921569, green 0.2509804, blue 0.20784314, alpha 1.0, hue 0.21212126, saturation 0.043137267, and lightness 0.22941178.
    static final int
    This color constant "Stylish Persimnmon" has RGBA8888 code FFA26BFF, red 1.0, green 0.63529414, blue 0.41960785, alpha 1.0, hue 0.061936945, saturation 0.5803921, and lightness 0.70980394.
    static final int
    This color constant "Sumac" has RGBA8888 code 592B1FFF, red 0.34901962, green 0.16862746, blue 0.12156863, alpha 1.0, hue 0.03448276, saturation 0.227451, and lightness 0.2352941.
    static final int
    This color constant "Sumac Dyed" has RGBA8888 code E08A1EFF, red 0.8784314, green 0.5411765, blue 0.11764706, alpha 1.0, hue 0.09278351, saturation 0.7607843, and lightness 0.49803922.
    static final int
    This color constant "Tan" has RGBA8888 code D2B48CFF, red 0.8235294, green 0.7058824, blue 0.54901963, alpha 1.0, hue 0.0952381, saturation 0.2745098, and lightness 0.6862745.
    static final int
    This color constant "Tangerine" has RGBA8888 code F28500FF, red 0.9490196, green 0.52156866, blue 0.0, alpha 1.0, hue 0.0915978, saturation 0.9490196, and lightness 0.4745098.
    static final int
    This color constant "Tangerine Yellow" has RGBA8888 code FFCC00FF, red 1.0, green 0.8, blue 0.0, alpha 1.0, hue 0.13333334, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Tatarian Aster" has RGBA8888 code 976E9AFF, red 0.5921569, green 0.43137255, blue 0.6039216, alpha 1.0, hue 0.8219697, saturation 0.17254904, and lightness 0.5176471.
    static final int
    This color constant "Taupe" has RGBA8888 code 483C32FF, red 0.28235295, green 0.23529412, blue 0.19607843, alpha 1.0, hue 0.075757556, saturation 0.08627452, and lightness 0.23921569.
    static final int
    This color constant "Tawny" has RGBA8888 code CD5700FF, red 0.8039216, green 0.34117648, blue 0.0, alpha 1.0, hue 0.070731714, saturation 0.8039216, and lightness 0.4019608.
    static final int
    This color constant "Tea Garden Contemplation" has RGBA8888 code 665343FF, red 0.4, green 0.3254902, blue 0.2627451, alpha 1.0, hue 0.07619048, saturation 0.1372549, and lightness 0.33137256.
    static final int
    This color constant "Tea Green" has RGBA8888 code D0F0C0FF, red 0.8156863, green 0.9411765, blue 0.7529412, alpha 1.0, hue 0.2777778, saturation 0.18823528, and lightness 0.84705883.
    static final int
    This color constant "Tea Orange" has RGBA8888 code F88379FF, red 0.972549, green 0.5137255, blue 0.4745098, alpha 1.0, hue 0.013123369, saturation 0.49803922, and lightness 0.7235294.
    static final int
    This color constant "Tea Rose" has RGBA8888 code F4C2C2FF, red 0.95686275, green 0.7607843, blue 0.7607843, alpha 1.0, hue 0.0, saturation 0.19607842, and lightness 0.85882354.
    static final int
    This color constant "Teal" has RGBA8888 code 008080FF, red 0.0, green 0.5019608, blue 0.5019608, alpha 1.0, hue 0.5, saturation 0.5019608, and lightness 0.2509804.
    static final int
    This color constant "Terra Cotta" has RGBA8888 code E2725BFF, red 0.8862745, green 0.44705883, blue 0.35686275, alpha 1.0, hue 0.028395059, saturation 0.5294118, and lightness 0.6215686.
    static final int
    This color constant "Thin Violet" has RGBA8888 code A87CA0FF, red 0.65882355, green 0.4862745, blue 0.627451, alpha 1.0, hue 0.8636364, saturation 0.17254904, and lightness 0.57254905.
    static final int
    This color constant "Thistle" has RGBA8888 code D8BFD8FF, red 0.84705883, green 0.7490196, blue 0.84705883, alpha 1.0, hue 0.8333333, saturation 0.09803921, and lightness 0.7980392.
    static final int
    This color constant "Thousand Herb" has RGBA8888 code 317589FF, red 0.19215687, green 0.45882353, blue 0.5372549, alpha 1.0, hue 0.5378789, saturation 0.34509808, and lightness 0.36470586.
    static final int
    This color constant "Thousand Year Old Brown" has RGBA8888 code 3B3429FF, red 0.23137255, green 0.20392157, blue 0.16078432, alpha 1.0, hue 0.10185185, saturation 0.07058823, and lightness 0.19607843.
    static final int
    This color constant "Thousand Year Old Green" has RGBA8888 code 374231FF, red 0.21568628, green 0.25882354, blue 0.19215687, alpha 1.0, hue 0.27450982, saturation 0.06666668, and lightness 0.22549021.
    static final int
    This color constant "Thrice Dyed Crimson" has RGBA8888 code F7665AFF, red 0.96862745, green 0.4, blue 0.3529412, alpha 1.0, hue 0.012738852, saturation 0.6156863, and lightness 0.6607843.
    static final int
    This color constant "Tomato" has RGBA8888 code FF6347FF, red 1.0, green 0.3882353, blue 0.2784314, alpha 1.0, hue 0.025362318, saturation 0.7215686, and lightness 0.6392157.
    static final int
    This color constant "Tree Peony" has RGBA8888 code A4345DFF, red 0.6431373, green 0.20392157, blue 0.3647059, alpha 1.0, hue 0.9389881, saturation 0.43921572, and lightness 0.42352942.
    static final int
    This color constant "True Pink" has RGBA8888 code FFC0CBFF, red 1.0, green 0.7529412, blue 0.79607844, alpha 1.0, hue 0.97089946, saturation 0.24705881, and lightness 0.87647057.
    static final int
    This color constant "True Red" has RGBA8888 code 8F1D21FF, red 0.56078434, green 0.11372549, blue 0.12941177, alpha 1.0, hue 0.99415207, saturation 0.44705886, and lightness 0.3372549.
    static final int
    This color constant "Turmeric" has RGBA8888 code E69B3AFF, red 0.9019608, green 0.60784316, blue 0.22745098, alpha 1.0, hue 0.09399225, saturation 0.6745098, and lightness 0.5647059.
    static final int
    This color constant "Turquoise" has RGBA8888 code 30D5C8FF, red 0.1882353, green 0.8352941, blue 0.78431374, alpha 1.0, hue 0.48686868, saturation 0.64705884, and lightness 0.5117647.
    static final int
    This color constant "Tyrian Purple" has RGBA8888 code 66023CFF, red 0.4, green 0.007843138, blue 0.23529412, alpha 1.0, hue 0.9033333, saturation 0.39215687, and lightness 0.20392156.
    static final int
    This color constant "Ultramarine" has RGBA8888 code 120A8FFF, red 0.07058824, green 0.039215688, blue 0.56078434, alpha 1.0, hue 0.6766918, saturation 0.52156866, and lightness 0.3.
    static final int
    This color constant "Ultramarine Dye" has RGBA8888 code 5D8CAEFF, red 0.3647059, green 0.54901963, blue 0.68235296, alpha 1.0, hue 0.56995887, saturation 0.31764707, and lightness 0.5235294.
    static final int
    This color constant "Unbleached Silk" has RGBA8888 code FFDDCAFF, red 1.0, green 0.8666667, blue 0.7921569, alpha 1.0, hue 0.059748426, saturation 0.20784312, and lightness 0.89607847.
    static final int
    This color constant "Undried Wall" has RGBA8888 code 785E49FF, red 0.47058824, green 0.36862746, blue 0.28627452, alpha 1.0, hue 0.07446808, saturation 0.18431371, and lightness 0.37843138.
    static final int
    This color constant "Vanishing Red Mouse" has RGBA8888 code 44312EFF, 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 int
    This color constant "Vegas Gold" has RGBA8888 code C5B358FF, red 0.77254903, green 0.7019608, blue 0.34509805, alpha 1.0, hue 0.13914374, saturation 0.42745098, and lightness 0.5588236.
    static final int
    This color constant "Velvet" has RGBA8888 code 224634FF, red 0.13333334, green 0.27450982, blue 0.20392157, alpha 1.0, hue 0.41666666, saturation 0.14117648, and lightness 0.20392159.
    static final int
    This color constant "Vermillion" has RGBA8888 code E34234FF, red 0.8901961, green 0.25882354, blue 0.20392157, alpha 1.0, hue 0.0133333355, saturation 0.6862745, and lightness 0.5470589.
    static final int
    This color constant "Vine Grape" has RGBA8888 code 6D2B50FF, red 0.42745098, green 0.16862746, blue 0.3137255, alpha 1.0, hue 0.90656567, saturation 0.2588235, and lightness 0.29803923.
    static final int
    This color constant "Violet" has RGBA8888 code 8B00FFFF, red 0.54509807, green 0.0, blue 1.0, alpha 1.0, hue 0.7575164, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Violet Dye" has RGBA8888 code 5B3256FF, 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 int
    This color constant "Viridian" has RGBA8888 code 40826DFF, red 0.2509804, green 0.50980395, blue 0.42745098, alpha 1.0, hue 0.4469697, saturation 0.25882354, and lightness 0.38039216.
    static final int
    This color constant "Walnut" has RGBA8888 code 9F7462FF, red 0.62352943, green 0.45490196, blue 0.38431373, alpha 1.0, hue 0.049180325, saturation 0.2392157, and lightness 0.50392157.
    static final int
    This color constant "Washed Out Crimson" has RGBA8888 code FFB3A7FF, red 1.0, green 0.7019608, blue 0.654902, alpha 1.0, hue 0.022727273, saturation 0.34509802, and lightness 0.827451.
    static final int
    This color constant "Washed Out Persimmon" has RGBA8888 code EC8254FF, red 0.9254902, green 0.50980395, blue 0.32941177, alpha 1.0, hue 0.050438605, saturation 0.5960784, and lightness 0.627451.
    static final int
    This color constant "Water" has RGBA8888 code 86ABA5FF, red 0.5254902, green 0.67058825, blue 0.64705884, alpha 1.0, hue 0.472973, saturation 0.14509803, and lightness 0.5980392.
    static final int
    This color constant "Water Persimmon" has RGBA8888 code B56C60FF, red 0.70980394, green 0.42352942, blue 0.3764706, alpha 1.0, hue 0.02352941, saturation 0.33333334, and lightness 0.54313725.
    static final int
    This color constant "Wheat" has RGBA8888 code F5DEB3FF, red 0.9607843, green 0.87058824, blue 0.7019608, alpha 1.0, hue 0.10858586, saturation 0.2588235, and lightness 0.83137256.
    static final int
    This color constant "White" has RGBA8888 code FFFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1.0, hue 0.0, saturation 0.0, and lightness 1.0.
    static final int
    This color constant "White Mouse" has RGBA8888 code B9A193FF, red 0.7254902, green 0.6313726, blue 0.5764706, alpha 1.0, hue 0.06140351, saturation 0.1490196, and lightness 0.6509804.
    static final int
    This color constant "White Oak" has RGBA8888 code CE9F6FFF, red 0.80784315, green 0.62352943, blue 0.43529412, alpha 1.0, hue 0.08421054, saturation 0.37254903, and lightness 0.6215686.
    static final int
    This color constant "White Tea Dye" has RGBA8888 code C48E69FF, red 0.76862746, green 0.5568628, blue 0.4117647, alpha 1.0, hue 0.06776558, saturation 0.35686275, and lightness 0.5901961.
    static final int
    This color constant "Whitish Green" has RGBA8888 code A5BA93FF, red 0.64705884, green 0.7294118, blue 0.5764706, alpha 1.0, hue 0.25641027, saturation 0.15294117, and lightness 0.65294117.
    static final int
    This color constant "Willow Dye" has RGBA8888 code 8C9E5EFF, red 0.54901963, green 0.61960787, blue 0.36862746, alpha 1.0, hue 0.21354169, saturation 0.2509804, and lightness 0.49411768.
    static final int
    This color constant "Willow Grey" has RGBA8888 code 817B69FF, red 0.5058824, green 0.48235294, blue 0.4117647, alpha 1.0, hue 0.12499996, saturation 0.09411767, and lightness 0.45882353.
    static final int
    This color constant "Willow Leaves Underside" has RGBA8888 code BCB58CFF, red 0.7372549, green 0.70980394, blue 0.54901963, alpha 1.0, hue 0.1423611, saturation 0.18823528, and lightness 0.6431373.
    static final int
    This color constant "Willow Tea" has RGBA8888 code 9C8A4DFF, red 0.6117647, green 0.5411765, blue 0.3019608, alpha 1.0, hue 0.12869199, saturation 0.30980393, and lightness 0.45686278.
    static final int
    This color constant "Wilted Lawn Clippings" has RGBA8888 code AB4C3DFF, red 0.67058825, green 0.29803923, blue 0.23921569, alpha 1.0, hue 0.022727277, saturation 0.43137258, and lightness 0.45490196.
    static final int
    This color constant "Wisteria" has RGBA8888 code C9A0DCFF, red 0.7882353, green 0.627451, blue 0.8627451, alpha 1.0, hue 0.7805556, saturation 0.2352941, and lightness 0.74509805.
    static final int
    This color constant "Wisteria Dye" has RGBA8888 code 89729EFF, red 0.5372549, green 0.44705883, blue 0.61960787, alpha 1.0, hue 0.7537879, saturation 0.17254904, and lightness 0.53333336.
    static final int
    This color constant "Wisteria Purple" has RGBA8888 code 875F9AFF, red 0.5294118, green 0.37254903, blue 0.6039216, alpha 1.0, hue 0.77966106, saturation 0.23137257, and lightness 0.4882353.
    static final int
    This color constant "Yellow" has RGBA8888 code FFFF00FF, red 1.0, green 1.0, blue 0.0, alpha 1.0, hue 0.16666667, saturation 1.0, and lightness 0.5.
    static final int
    This color constant "Yellow Green" has RGBA8888 code 9ACD32FF, 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 int
    This color constant "Yellow Sea Pine Brown" has RGBA8888 code 896C39FF, 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 int
    This color constant "Young Bamboo" has RGBA8888 code 6B9362FF, red 0.41960785, green 0.5764706, blue 0.38431373, alpha 1.0, hue 0.3027211, saturation 0.19215688, and lightness 0.48039216.
    static final int
    This color constant "Zinnwaldite" has RGBA8888 code EBC2AFFF, 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 Type
    Method
    Description
    static int
    Gets a color by a shuffled index from the palette COLOR_WHEEL_PALETTE_REDUCED, using the given index to ensure similar index values usually return very different colors.
    static int
    indexedColorWheel(int idx, int sat)
    Gets a color by a shuffled index from the palette COLOR_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 int
    indexedColorWheel(int idx, int bright, int sat)
    Gets a color by a shuffled index from the palette COLOR_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 int
    randomColorWheel(com.github.tommyettinger.random.EnhancedRandom rng)
    Gets a random color from the palette COLOR_WHEEL_PALETTE_REDUCED, using the specified EnhancedRandom to determine saturation, brightness, and hue.
    static int
    randomColorWheel(com.github.tommyettinger.random.EnhancedRandom rng, int bright, int sat)
    Gets a random color from the palette COLOR_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.

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • NAMED

      public static final com.github.tommyettinger.ds.ObjectIntOrderedMap<String> 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

      public static final int PLACEHOLDER
      A 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. This is not included in NAMED or LIST.
      See Also:
    • ALICE_BLUE

      public static final int ALICE_BLUE
      This color constant "Alice Blue" has RGBA8888 code F0F8FFFF, 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 value 0xf0f8ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ALIZARIN

      public static final int ALIZARIN
      This color constant "Alizarin" has RGBA8888 code E32636FF, 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 value 0xe32636ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ALOEWOOD

      public static final int ALOEWOOD
      This color constant "Aloewood" has RGBA8888 code 6A432DFF, 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 value 0x6a432dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ALOEWOOD_BROWN

      public static final int ALOEWOOD_BROWN
      This color constant "Aloewood Brown" has RGBA8888 code 5A6457FF, 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 value 0x5a6457ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AMARANTH

      public static final int AMARANTH
      This color constant "Amaranth" has RGBA8888 code E52B50FF, 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 value 0xe52b50ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AMBER

      public static final int AMBER
      This color constant "Amber" has RGBA8888 code FFBF00FF, 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 value 0xffbf00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AMBER_DYE

      public static final int AMBER_DYE
      This color constant "Amber Dye" has RGBA8888 code CA6924FF, 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 value 0xca6924ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AMETHYST

      public static final int AMETHYST
      This color constant "Amethyst" has RGBA8888 code 9966CCFF, 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 value 0x9966ccff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AMUR_CORK_TREE

      public static final int AMUR_CORK_TREE
      This color constant "Amur Cork Tree" has RGBA8888 code F3C13AFF, 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 value 0xf3c13aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • APRICOT

      public static final int APRICOT
      This color constant "Apricot" has RGBA8888 code FBCEB1FF, 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 value 0xfbceb1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AQUA

      public static final int AQUA
      This color constant "Aqua" has RGBA8888 code 00FFFFFF, 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 value 0x00ffffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AQUAMARINE

      public static final int AQUAMARINE
      This color constant "Aquamarine" has RGBA8888 code 7FFFD4FF, 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 value 0x7fffd4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ARMY_GREEN

      public static final int ARMY_GREEN
      This color constant "Army Green" has RGBA8888 code 4B5320FF, 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 value 0x4b5320ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ASPARAGUS

      public static final int ASPARAGUS
      This color constant "Asparagus" has RGBA8888 code 7BA05BFF, 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 value 0x7ba05bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ATOMIC_TANGERINE

      public static final int ATOMIC_TANGERINE
      This color constant "Atomic Tangerine" has RGBA8888 code FF9966FF, 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 value 0xff9966ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AUBURN

      public static final int AUBURN
      This color constant "Auburn" has RGBA8888 code 6D351AFF, 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 value 0x6d351aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AZUL

      public static final int AZUL
      This color constant "Azul" has RGBA8888 code 007FFFFF, 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 value 0x007fffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AZURE

      public static final int AZURE
      This color constant "Azure" has RGBA8888 code F0FFFFFF, 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 value 0xf0ffffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BABY_BLUE

      public static final int BABY_BLUE
      This color constant "Baby Blue" has RGBA8888 code E0FFFFFF, 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 value 0xe0ffffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BAIKO_BROWN

      public static final int BAIKO_BROWN
      This color constant "Baiko Brown" has RGBA8888 code 857C55FF, 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 value 0x857c55ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BEIGE

      public static final int BEIGE
      This color constant "Beige" has RGBA8888 code F5F5DCFF, 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 value 0xf5f5dcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BELLFLOWER

      public static final int BELLFLOWER
      This color constant "Bellflower" has RGBA8888 code 5D3F6AFF, 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 value 0x5d3f6aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BENI_DYE

      public static final int BENI_DYE
      This color constant "Beni Dye" has RGBA8888 code 913225FF, 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 value 0x913225ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BETEL_NUT_DYE

      public static final int BETEL_NUT_DYE
      This color constant "Betel Nut Dye" has RGBA8888 code 352925FF, 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 value 0x352925ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BIRCH_BROWN

      public static final int BIRCH_BROWN
      This color constant "Birch Brown" has RGBA8888 code B14A30FF, 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 value 0xb14a30ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BISTRE

      public static final int BISTRE
      This color constant "Bistre" has RGBA8888 code 3D2B1FFF, 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 value 0x3d2b1fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLACK

      public static final int BLACK
      This color constant "Black" has RGBA8888 code 000000FF, 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 value 0x000000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLACK_CHESTNUT_OAK

      public static final int BLACK_CHESTNUT_OAK
      This color constant "Black Chestnut Oak" has RGBA8888 code 252321FF, 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 value 0x252321ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLACK_DYE

      public static final int BLACK_DYE
      This color constant "Black Dye" has RGBA8888 code 171412FF, 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 value 0x171412ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLACK_KITE

      public static final int BLACK_KITE
      This color constant "Black Kite" has RGBA8888 code 351E1CFF, 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 value 0x351e1cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLOOD

      public static final int BLOOD
      This color constant "Blood" has RGBA8888 code CF3A24FF, 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 value 0xcf3a24ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLOOD_RED

      public static final int BLOOD_RED
      This color constant "Blood Red" has RGBA8888 code F35336FF, 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 value 0xf35336ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLUE

      public static final int BLUE
      This color constant "Blue" has RGBA8888 code 0000FFFF, 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 value 0x0000ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLUE_BLACK_CRAYFISH

      public static final int BLUE_BLACK_CRAYFISH
      This color constant "Blue Black Crayfish" has RGBA8888 code 62693BFF, 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 value 0x62693bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLUE_GREEN

      public static final int BLUE_GREEN
      This color constant "Blue Green" has RGBA8888 code 00DDDDFF, 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 value 0x00ddddff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLUE_GREEN_DYE

      public static final int BLUE_GREEN_DYE
      This color constant "Blue Green Dye" has RGBA8888 code 3A6960FF, 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 value 0x3a6960ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLUE_VIOLET

      public static final int BLUE_VIOLET
      This color constant "Blue Violet" has RGBA8888 code 8A2BE2FF, 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 value 0x8a2be2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BLUE_VIOLET_DYE

      public static final int BLUE_VIOLET_DYE
      This color constant "Blue Violet Dye" has RGBA8888 code 2B2028FF, 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 value 0x2b2028ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BOILED_RED_BEAN_BROWN

      public static final int BOILED_RED_BEAN_BROWN
      This color constant "Boiled Red Bean Brown" has RGBA8888 code 542D24FF, 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 value 0x542d24ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BONDI_BLUE

      public static final int BONDI_BLUE
      This color constant "Bondi Blue" has RGBA8888 code 0095B6FF, 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 value 0x0095b6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BRASS

      public static final int BRASS
      This color constant "Brass" has RGBA8888 code B5A642FF, 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 value 0xb5a642ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BREWED_MUSTARD_BROWN

      public static final int BREWED_MUSTARD_BROWN
      This color constant "Brewed Mustard Brown" has RGBA8888 code E68364FF, 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 value 0xe68364ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BRIGHT_GOLD_BROWN

      public static final int BRIGHT_GOLD_BROWN
      This color constant "Bright Gold Brown" has RGBA8888 code CB7E1FFF, 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 value 0xcb7e1fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BRIGHT_GOLDEN_YELLOW

      public static final int BRIGHT_GOLDEN_YELLOW
      This color constant "Bright Golden Yellow" has RGBA8888 code FFA400FF, 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 value 0xffa400ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BRIGHT_GREEN

      public static final int BRIGHT_GREEN
      This color constant "Bright Green" has RGBA8888 code 66FF00FF, 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 value 0x66ff00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BRIGHT_PINK

      public static final int BRIGHT_PINK
      This color constant "Bright Pink" has RGBA8888 code FF0080FF, 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 value 0xff0080ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BRIGHT_TURQUOISE

      public static final int BRIGHT_TURQUOISE
      This color constant "Bright Turquoise" has RGBA8888 code 08E8DEFF, 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 value 0x08e8deff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BRILLIANT_ROSE

      public static final int BRILLIANT_ROSE
      This color constant "Brilliant Rose" has RGBA8888 code FF55A3FF, 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 value 0xff55a3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BRONZE

      public static final int BRONZE
      This color constant "Bronze" has RGBA8888 code CD7F32FF, 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 value 0xcd7f32ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BROWN

      public static final int BROWN
      This color constant "Brown" has RGBA8888 code 808000FF, 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 value 0x808000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BROWN_RAT_GREY

      public static final int BROWN_RAT_GREY
      This color constant "Brown Rat Grey" has RGBA8888 code 4B3C39FF, 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 value 0x4b3c39ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BROWNER

      public static final int BROWNER
      This color constant "Browner" has RGBA8888 code 964B00FF, 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 value 0x964b00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BRUSHWOOD_DYED

      public static final int BRUSHWOOD_DYED
      This color constant "Brushwood Dyed" has RGBA8888 code 8C5939FF, 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 value 0x8c5939ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BUFF

      public static final int BUFF
      This color constant "Buff" has RGBA8888 code F0DC82FF, 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 value 0xf0dc82ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BURGUNDY

      public static final int BURGUNDY
      This color constant "Burgundy" has RGBA8888 code 900020FF, 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 value 0x900020ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BURNT_BAMBOO

      public static final int BURNT_BAMBOO
      This color constant "Burnt Bamboo" has RGBA8888 code 4D3B3CFF, 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 value 0x4d3b3cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BURNT_ORANGE

      public static final int BURNT_ORANGE
      This color constant "Burnt Orange" has RGBA8888 code CC5500FF, 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 value 0xcc5500ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BURNT_SIENNA

      public static final int BURNT_SIENNA
      This color constant "Burnt Sienna" has RGBA8888 code E97451FF, 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 value 0xe97451ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • BURNT_UMBER

      public static final int BURNT_UMBER
      This color constant "Burnt Umber" has RGBA8888 code 8A3324FF, 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 value 0x8a3324ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CAMO_GREEN

      public static final int CAMO_GREEN
      This color constant "Camo Green" has RGBA8888 code 78866BFF, 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 value 0x78866bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CAPE_JASMINE

      public static final int CAPE_JASMINE
      This color constant "Cape Jasmine" has RGBA8888 code FFB95AFF, 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 value 0xffb95aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CAPUT_MORTUUM

      public static final int CAPUT_MORTUUM
      This color constant "Caput Mortuum" has RGBA8888 code 592720FF, 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 value 0x592720ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CARDINAL

      public static final int CARDINAL
      This color constant "Cardinal" has RGBA8888 code C41E3AFF, 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 value 0xc41e3aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CARMINE

      public static final int CARMINE
      This color constant "Carmine" has RGBA8888 code 960018FF, 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 value 0x960018ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CARNATION_PINK

      public static final int CARNATION_PINK
      This color constant "Carnation Pink" has RGBA8888 code FFA6C9FF, 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 value 0xffa6c9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CAROLINA_BLUE

      public static final int CAROLINA_BLUE
      This color constant "Carolina Blue" has RGBA8888 code 99BADDFF, 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 value 0x99baddff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CARROT_ORANGE

      public static final int CARROT_ORANGE
      This color constant "Carrot Orange" has RGBA8888 code ED9121FF, 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 value 0xed9121ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CATTAIL

      public static final int CATTAIL
      This color constant "Cattail" has RGBA8888 code B64925FF, 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 value 0xb64925ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CELADON

      public static final int CELADON
      This color constant "Celadon" has RGBA8888 code ACE1AFFF, 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 value 0xace1afff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CELADON_DYE

      public static final int CELADON_DYE
      This color constant "Celadon Dye" has RGBA8888 code 819C8BFF, 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 value 0x819c8bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CERISE

      public static final int CERISE
      This color constant "Cerise" has RGBA8888 code DE3163FF, 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 value 0xde3163ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CERULEAN

      public static final int CERULEAN
      This color constant "Cerulean" has RGBA8888 code 007BA7FF, 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 value 0x007ba7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CERULEAN_BLUE

      public static final int CERULEAN_BLUE
      This color constant "Cerulean Blue" has RGBA8888 code 2A52BEFF, 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 value 0x2a52beff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHARTREUSE

      public static final int CHARTREUSE
      This color constant "Chartreuse" has RGBA8888 code DFFF00FF, 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 value 0xdfff00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHARTREUSE_GREEN

      public static final int CHARTREUSE_GREEN
      This color constant "Chartreuse Green" has RGBA8888 code 7FFF00FF, 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 value 0x7fff00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHERRY_BLOSSOM

      public static final int CHERRY_BLOSSOM
      This color constant "Cherry Blossom" has RGBA8888 code FFB7C5FF, 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 value 0xffb7c5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHERRY_BLOSSOM_DYE

      public static final int CHERRY_BLOSSOM_DYE
      This color constant "Cherry Blossom Dye" has RGBA8888 code FCC9B9FF, 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 value 0xfcc9b9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHERRY_BLOSSOM_MOUSE

      public static final int CHERRY_BLOSSOM_MOUSE
      This color constant "Cherry Blossom Mouse" has RGBA8888 code AC8181FF, 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 value 0xac8181ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHESTNUT

      public static final int CHESTNUT
      This color constant "Chestnut" has RGBA8888 code CD5C5CFF, 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 value 0xcd5c5cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHESTNUT_LEATHER_BROWN

      public static final int CHESTNUT_LEATHER_BROWN
      This color constant "Chestnut Leather Brown" has RGBA8888 code 60281EFF, 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 value 0x60281eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHESTNUT_PLUM

      public static final int CHESTNUT_PLUM
      This color constant "Chestnut Plum" has RGBA8888 code 8B352DFF, 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 value 0x8b352dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHINESE_TEA_BROWN

      public static final int CHINESE_TEA_BROWN
      This color constant "Chinese Tea Brown" has RGBA8888 code B35C44FF, 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 value 0xb35c44ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHINESE_TEA_YELLOW

      public static final int CHINESE_TEA_YELLOW
      This color constant "Chinese Tea Yellow" has RGBA8888 code B7702DFF, 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 value 0xb7702dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CHOCOLATE

      public static final int CHOCOLATE
      This color constant "Chocolate" has RGBA8888 code 7B3F00FF, 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 value 0x7b3f00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CINNABAR

      public static final int CINNABAR
      This color constant "Cinnabar" has RGBA8888 code E34234FF, 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 value 0xe34234ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CINNAMON

      public static final int CINNAMON
      This color constant "Cinnamon" has RGBA8888 code D2691EFF, 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 value 0xd2691eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CLOVE_BROWN

      public static final int CLOVE_BROWN
      This color constant "Clove Brown" has RGBA8888 code 8F583CFF, 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 value 0x8f583cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CLOVE_DYED

      public static final int CLOVE_DYED
      This color constant "Clove Dyed" has RGBA8888 code C66B27FF, 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 value 0xc66b27ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • COARSE_WOOL

      public static final int COARSE_WOOL
      This color constant "Coarse Wool" has RGBA8888 code 181B26FF, 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 value 0x181b26ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • COBALT

      public static final int COBALT
      This color constant "Cobalt" has RGBA8888 code 0047ABFF, 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 value 0x0047abff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • COCHINEAL_RED

      public static final int COCHINEAL_RED
      This color constant "Cochineal Red" has RGBA8888 code 9D2933FF, 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 value 0x9d2933ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • COLUMBIA_BLUE

      public static final int COLUMBIA_BLUE
      This color constant "Columbia Blue" has RGBA8888 code 9BDDFFFF, 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 value 0x9bddffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • COPPER

      public static final int COPPER
      This color constant "Copper" has RGBA8888 code B87333FF, 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 value 0xb87333ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • COPPER_ROSE

      public static final int COPPER_ROSE
      This color constant "Copper Rose" has RGBA8888 code 996666FF, 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 value 0x996666ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CORAL

      public static final int CORAL
      This color constant "Coral" has RGBA8888 code FF7F50FF, 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 value 0xff7f50ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CORAL_DYE

      public static final int CORAL_DYE
      This color constant "Coral Dye" has RGBA8888 code F8674FFF, 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 value 0xf8674fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CORAL_RED

      public static final int CORAL_RED
      This color constant "Coral Red" has RGBA8888 code FF4040FF, 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 value 0xff4040ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CORN

      public static final int CORN
      This color constant "Corn" has RGBA8888 code FBEC5DFF, 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 value 0xfbec5dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CORN_DYE

      public static final int CORN_DYE
      This color constant "Corn Dye" has RGBA8888 code FAA945FF, 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 value 0xfaa945ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CORNFLOWER_BLUE

      public static final int CORNFLOWER_BLUE
      This color constant "Cornflower Blue" has RGBA8888 code 6495EDFF, 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 value 0x6495edff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • COSMIC_LATTE

      public static final int COSMIC_LATTE
      This color constant "Cosmic Latte" has RGBA8888 code FFF8E7FF, 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 value 0xfff8e7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CREAM

      public static final int CREAM
      This color constant "Cream" has RGBA8888 code FFFDD0FF, 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 value 0xfffdd0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CRIMSON

      public static final int CRIMSON
      This color constant "Crimson" has RGBA8888 code DC143CFF, 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 value 0xdc143cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CYAN

      public static final int CYAN
      This color constant "Cyan" has RGBA8888 code 00FFFFFF, 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 value 0x00ffffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CYPRESS_BARK

      public static final int CYPRESS_BARK
      This color constant "Cypress Bark" has RGBA8888 code 752E23FF, 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 value 0x752e23ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CYPRESS_BARK_RED

      public static final int CYPRESS_BARK_RED
      This color constant "Cypress Bark Red" has RGBA8888 code 6F3028FF, 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 value 0x6f3028ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_BLUE

      public static final int DARK_BLUE
      This color constant "Dark Blue" has RGBA8888 code 0000C8FF, 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 value 0x0000c8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_BLUE_DYE

      public static final int DARK_BLUE_DYE
      This color constant "Dark Blue Dye" has RGBA8888 code 192236FF, 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 value 0x192236ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_BLUE_LAPIS_LAZULI

      public static final int DARK_BLUE_LAPIS_LAZULI
      This color constant "Dark Blue Lapis Lazuli" has RGBA8888 code 1B294BFF, 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 value 0x1b294bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_BROWN

      public static final int DARK_BROWN
      This color constant "Dark Brown" has RGBA8888 code 654321FF, 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 value 0x654321ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_CERULEAN

      public static final int DARK_CERULEAN
      This color constant "Dark Cerulean" has RGBA8888 code 08457EFF, 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 value 0x08457eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_CHESTNUT

      public static final int DARK_CHESTNUT
      This color constant "Dark Chestnut" has RGBA8888 code 986960FF, 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 value 0x986960ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_CORAL

      public static final int DARK_CORAL
      This color constant "Dark Coral" has RGBA8888 code CD5B45FF, 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 value 0xcd5b45ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_GOLDENROD

      public static final int DARK_GOLDENROD
      This color constant "Dark Goldenrod" has RGBA8888 code B8860BFF, 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 value 0xb8860bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_GRAY

      public static final int DARK_GRAY
      This color constant "Dark Gray" has RGBA8888 code 404040FF, 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 value 0x404040ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_GREEN

      public static final int DARK_GREEN
      This color constant "Dark Green" has RGBA8888 code 013220FF, 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 value 0x013220ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_INDIGO

      public static final int DARK_INDIGO
      This color constant "Dark Indigo" has RGBA8888 code 614E6EFF, 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 value 0x614e6eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_KHAKI

      public static final int DARK_KHAKI
      This color constant "Dark Khaki" has RGBA8888 code BDB76BFF, 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 value 0xbdb76bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_PASTEL_GREEN

      public static final int DARK_PASTEL_GREEN
      This color constant "Dark Pastel Green" has RGBA8888 code 03C03CFF, 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 value 0x03c03cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_PINK

      public static final int DARK_PINK
      This color constant "Dark Pink" has RGBA8888 code E75480FF, 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 value 0xe75480ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_SCARLET

      public static final int DARK_SCARLET
      This color constant "Dark Scarlet" has RGBA8888 code 560319FF, 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 value 0x560319ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_RED

      public static final int DARK_RED
      This color constant "Dark Red" has RGBA8888 code 800000FF, 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 value 0x800000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_RED_DYE

      public static final int DARK_RED_DYE
      This color constant "Dark Red Dye" has RGBA8888 code 23191EFF, 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 value 0x23191eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_SALMON

      public static final int DARK_SALMON
      This color constant "Dark Salmon" has RGBA8888 code E9967AFF, 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 value 0xe9967aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_SLATE_GRAY

      public static final int DARK_SLATE_GRAY
      This color constant "Dark Slate Gray" has RGBA8888 code 2F4F4FFF, 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 value 0x2f4f4fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_SPRING_GREEN

      public static final int DARK_SPRING_GREEN
      This color constant "Dark Spring Green" has RGBA8888 code 177245FF, 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 value 0x177245ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_TAN

      public static final int DARK_TAN
      This color constant "Dark Tan" has RGBA8888 code 918151FF, 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 value 0x918151ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_TURQUOISE

      public static final int DARK_TURQUOISE
      This color constant "Dark Turquoise" has RGBA8888 code 00CED1FF, 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 value 0x00ced1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DARK_VIOLET

      public static final int DARK_VIOLET
      This color constant "Dark Violet" has RGBA8888 code 9400D3FF, 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 value 0x9400d3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DAWN

      public static final int DAWN
      This color constant "Dawn" has RGBA8888 code FA7B62FF, 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 value 0xfa7b62ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DAYLILY

      public static final int DAYLILY
      This color constant "Daylily" has RGBA8888 code FF8936FF, 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 value 0xff8936ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DEAD_MANS_FINGERS_SEAWEED

      public static final int DEAD_MANS_FINGERS_SEAWEED
      This color constant "Dead Man's Fingers Seaweed" has RGBA8888 code 524B2AFF, 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 value 0x524b2aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DECAYING_LEAVES

      public static final int DECAYING_LEAVES
      This color constant "Decaying Leaves" has RGBA8888 code D57835FF, 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 value 0xd57835ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DEEP_CERISE

      public static final int DEEP_CERISE
      This color constant "Deep Cerise" has RGBA8888 code DA3287FF, 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 value 0xda3287ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DEEP_CHESTNUT

      public static final int DEEP_CHESTNUT
      This color constant "Deep Chestnut" has RGBA8888 code B94E48FF, 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 value 0xb94e48ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DEEP_FUCHSIA

      public static final int DEEP_FUCHSIA
      This color constant "Deep Fuchsia" has RGBA8888 code C154C1FF, 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 value 0xc154c1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DEEP_LILAC

      public static final int DEEP_LILAC
      This color constant "Deep Lilac" has RGBA8888 code 9955BBFF, 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 value 0x9955bbff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DEEP_MAGENTA

      public static final int DEEP_MAGENTA
      This color constant "Deep Magenta" has RGBA8888 code CD00CCFF, 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 value 0xcd00ccff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DEEP_PEACH

      public static final int DEEP_PEACH
      This color constant "Deep Peach" has RGBA8888 code FFCBA4FF, 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 value 0xffcba4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DEEP_PINK

      public static final int DEEP_PINK
      This color constant "Deep Pink" has RGBA8888 code FF1493FF, 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 value 0xff1493ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DEEP_PURPLE

      public static final int DEEP_PURPLE
      This color constant "Deep Purple" has RGBA8888 code 3A243BFF, 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 value 0x3a243bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DEEP_SCARLET

      public static final int DEEP_SCARLET
      This color constant "Deep Scarlet" has RGBA8888 code 7B3B3AFF, 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 value 0x7b3b3aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DENIM

      public static final int DENIM
      This color constant "Denim" has RGBA8888 code 1560BDFF, 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 value 0x1560bdff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DISAPPEARING_PURPLE

      public static final int DISAPPEARING_PURPLE
      This color constant "Disappearing Purple" has RGBA8888 code 3F313AFF, 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 value 0x3f313aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DISTANT_RIVER_BROWN

      public static final int DISTANT_RIVER_BROWN
      This color constant "Distant River Brown" has RGBA8888 code CB6649FF, 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 value 0xcb6649ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DODGER_BLUE

      public static final int DODGER_BLUE
      This color constant "Dodger Blue" has RGBA8888 code 1E90FFFF, 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 value 0x1e90ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DOVE_FEATHER_GREY

      public static final int DOVE_FEATHER_GREY
      This color constant "Dove Feather Grey" has RGBA8888 code 755D5BFF, 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 value 0x755d5bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DRIED_WEATHERED_BAMBOO

      public static final int DRIED_WEATHERED_BAMBOO
      This color constant "Dried Weathered Bamboo" has RGBA8888 code 7D4E2DFF, 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 value 0x7d4e2dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DULL_BLUE

      public static final int DULL_BLUE
      This color constant "Dull Blue" has RGBA8888 code 4F4944FF, 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 value 0x4f4944ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • EARTHEN_YELLOW

      public static final int EARTHEN_YELLOW
      This color constant "Earthen Yellow" has RGBA8888 code BE7F51FF, 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 value 0xbe7f51ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • EARTHEN_YELLOW_RED_BROWN

      public static final int EARTHEN_YELLOW_RED_BROWN
      This color constant "Earthen Yellow Red Brown" has RGBA8888 code FF4E20FF, 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 value 0xff4e20ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ECRU

      public static final int ECRU
      This color constant "Ecru" has RGBA8888 code C2B280FF, 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 value 0xc2b280ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • EDO_BROWN

      public static final int EDO_BROWN
      This color constant "Edo Brown" has RGBA8888 code A13D2DFF, 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 value 0xa13d2dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • EGG_DYE

      public static final int EGG_DYE
      This color constant "Egg Dye" has RGBA8888 code FFA631FF, 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 value 0xffa631ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • EGGSHELL_PAPER

      public static final int EGGSHELL_PAPER
      This color constant "Eggshell Paper" has RGBA8888 code ECBE9FFF, 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 value 0xecbe9fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • EGYPTIAN_BLUE

      public static final int EGYPTIAN_BLUE
      This color constant "Egyptian Blue" has RGBA8888 code 1034A6FF, 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 value 0x1034a6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ELECTRIC_BLUE

      public static final int ELECTRIC_BLUE
      This color constant "Electric Blue" has RGBA8888 code 7DF9FFFF, 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 value 0x7df9ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ELECTRIC_GREEN

      public static final int ELECTRIC_GREEN
      This color constant "Electric Green" has RGBA8888 code 00FF00FF, 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 value 0x00ff00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ELECTRIC_INDIGO

      public static final int ELECTRIC_INDIGO
      This color constant "Electric Indigo" has RGBA8888 code 6600FFFF, 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 value 0x6600ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ELECTRIC_LIME

      public static final int ELECTRIC_LIME
      This color constant "Electric Lime" has RGBA8888 code CCFF00FF, 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 value 0xccff00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ELECTRIC_PURPLE

      public static final int ELECTRIC_PURPLE
      This color constant "Electric Purple" has RGBA8888 code BF00FFFF, 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 value 0xbf00ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • EMERALD

      public static final int EMERALD
      This color constant "Emerald" has RGBA8888 code 50C878FF, 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 value 0x50c878ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • EGGPLANT

      public static final int EGGPLANT
      This color constant "Eggplant" has RGBA8888 code 614051FF, 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 value 0x614051ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FADED_CHINESE_TEA_BROWN

      public static final int FADED_CHINESE_TEA_BROWN
      This color constant "Faded Chinese Tea Brown" has RGBA8888 code 60281EFF, 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 value 0x60281eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FADED_SEN_NO_RIKYUS_TEA

      public static final int FADED_SEN_NO_RIKYUS_TEA
      This color constant "Faded Sen No Rikyu's Tea" has RGBA8888 code B0927AFF, 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 value 0xb0927aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FAKE_PURPLE

      public static final int FAKE_PURPLE
      This color constant "Fake Purple" has RGBA8888 code 43242AFF, 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 value 0x43242aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FALU_RED

      public static final int FALU_RED
      This color constant "Falu Red" has RGBA8888 code 801818FF, 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 value 0x801818ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FERN_GREEN

      public static final int FERN_GREEN
      This color constant "Fern Green" has RGBA8888 code 4F7942FF, 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 value 0x4f7942ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FINCH_BROWN

      public static final int FINCH_BROWN
      This color constant "Finch Brown" has RGBA8888 code 957B38FF, 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 value 0x957b38ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FIREBRICK

      public static final int FIREBRICK
      This color constant "Firebrick" has RGBA8888 code B22222FF, 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 value 0xb22222ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FLATTERY_BROWN

      public static final int FLATTERY_BROWN
      This color constant "Flattery Brown" has RGBA8888 code 6B4423FF, 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 value 0x6b4423ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FLAX

      public static final int FLAX
      This color constant "Flax" has RGBA8888 code EEDC82FF, 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 value 0xeedc82ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FLIRTATIOUS_INDIGO_TEA

      public static final int FLIRTATIOUS_INDIGO_TEA
      This color constant "Flirtatious Indigo Tea" has RGBA8888 code 473F2DFF, 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 value 0x473f2dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FLORAL_LEAF

      public static final int FLORAL_LEAF
      This color constant "Floral Leaf" has RGBA8888 code FFB94EFF, 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 value 0xffb94eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FOREIGN_CRIMSON

      public static final int FOREIGN_CRIMSON
      This color constant "Foreign Crimson" has RGBA8888 code C91F37FF, 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 value 0xc91f37ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FOREST_GREEN

      public static final int FOREST_GREEN
      This color constant "Forest Green" has RGBA8888 code 228B22FF, 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 value 0x228b22ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FOX

      public static final int FOX
      This color constant "Fox" has RGBA8888 code 985629FF, 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 value 0x985629ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FRAGILE_SEAWEED_BROWN

      public static final int FRAGILE_SEAWEED_BROWN
      This color constant "Fragile Seaweed Brown" has RGBA8888 code 2E372EFF, 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 value 0x2e372eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FRENCH_ROSE

      public static final int FRENCH_ROSE
      This color constant "French Rose" has RGBA8888 code F64A8AFF, 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 value 0xf64a8aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FRESH_ONION

      public static final int FRESH_ONION
      This color constant "Fresh Onion" has RGBA8888 code 5B8930FF, 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 value 0x5b8930ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • FUCHSIA_PINK

      public static final int FUCHSIA_PINK
      This color constant "Fuchsia Pink" has RGBA8888 code FF77FFFF, 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 value 0xff77ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GAMBOGE

      public static final int GAMBOGE
      This color constant "Gamboge" has RGBA8888 code E49B0FFF, 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 value 0xe49b0fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GAMBOGE_DYE

      public static final int GAMBOGE_DYE
      This color constant "Gamboge Dye" has RGBA8888 code FFB61EFF, 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 value 0xffb61eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GLAZED_PERSIMMON

      public static final int GLAZED_PERSIMMON
      This color constant "Glazed Persimmon" has RGBA8888 code D34E36FF, 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 value 0xd34e36ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GOLD

      public static final int GOLD
      This color constant "Gold" has RGBA8888 code D4AF37FF, 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 value 0xd4af37ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GOLDEN

      public static final int GOLDEN
      This color constant "Golden" has RGBA8888 code FFD700FF, 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 value 0xffd700ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GOLDEN_BROWN

      public static final int GOLDEN_BROWN
      This color constant "Golden Brown" has RGBA8888 code 996515FF, 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 value 0x996515ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GOLDEN_BROWN_DYE

      public static final int GOLDEN_BROWN_DYE
      This color constant "Golden Brown Dye" has RGBA8888 code C66B27FF, 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 value 0xc66b27ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GOLDEN_FALLEN_LEAVES

      public static final int GOLDEN_FALLEN_LEAVES
      This color constant "Golden Fallen Leaves" has RGBA8888 code E29C45FF, 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 value 0xe29c45ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GOLDEN_OAK

      public static final int GOLDEN_OAK
      This color constant "Golden Oak" has RGBA8888 code BB8141FF, 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 value 0xbb8141ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GOLDEN_YELLOW

      public static final int GOLDEN_YELLOW
      This color constant "Golden Yellow" has RGBA8888 code FFDF00FF, 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 value 0xffdf00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GOLDENROD

      public static final int GOLDENROD
      This color constant "Goldenrod" has RGBA8888 code DAA520FF, 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 value 0xdaa520ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GORYEO_STOREROOM

      public static final int GORYEO_STOREROOM
      This color constant "Goryeo Storeroom" has RGBA8888 code 203838FF, 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 value 0x203838ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GRAPE_MOUSE

      public static final int GRAPE_MOUSE
      This color constant "Grape Mouse" has RGBA8888 code 63424BFF, 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 value 0x63424bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GRAY

      public static final int GRAY
      This color constant "Gray" has RGBA8888 code 808080FF, 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 value 0x808080ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GRAY_ASPARAGUS

      public static final int GRAY_ASPARAGUS
      This color constant "Gray Asparagus" has RGBA8888 code 465945FF, 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 value 0x465945ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GREEN

      public static final int GREEN
      This color constant "Green" has RGBA8888 code 008000FF, 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 value 0x008000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GREENFINCH

      public static final int GREENFINCH
      This color constant "Greenfinch" has RGBA8888 code BDA928FF, 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 value 0xbda928ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GREEN_BAMBOO

      public static final int GREEN_BAMBOO
      This color constant "Green Bamboo" has RGBA8888 code 006442FF, 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 value 0x006442ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GREEN_TEA_DYE

      public static final int GREEN_TEA_DYE
      This color constant "Green Tea Dye" has RGBA8888 code 824B35FF, 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 value 0x824b35ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GREEN_YELLOW

      public static final int GREEN_YELLOW
      This color constant "Green Yellow" has RGBA8888 code ADFF2FFF, 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 value 0xadff2fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • GREYISH_DARK_GREEN

      public static final int GREYISH_DARK_GREEN
      This color constant "Greyish Dark Green" has RGBA8888 code 656255FF, 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 value 0x656255ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • HALF_PURPLE

      public static final int HALF_PURPLE
      This color constant "Half Purple" has RGBA8888 code 8D608CFF, 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 value 0x8d608cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • HAN_PURPLE

      public static final int HAN_PURPLE
      This color constant "Han Purple" has RGBA8888 code 5218FAFF, 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 value 0x5218faff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • HARBOR_RAT

      public static final int HARBOR_RAT
      This color constant "Harbor Rat" has RGBA8888 code 757D75FF, 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 value 0x757d75ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • HELIOTROPE

      public static final int HELIOTROPE
      This color constant "Heliotrope" has RGBA8888 code DF73FFFF, 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 value 0xdf73ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • HOLLYWOOD_CERISE

      public static final int HOLLYWOOD_CERISE
      This color constant "Hollywood Cerise" has RGBA8888 code F400A1FF, 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 value 0xf400a1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • HORSETAIL

      public static final int HORSETAIL
      This color constant "Horsetail" has RGBA8888 code 3D5D42FF, 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 value 0x3d5d42ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • HOT_MAGENTA

      public static final int HOT_MAGENTA
      This color constant "Hot Magenta" has RGBA8888 code FF00CCFF, 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 value 0xff00ccff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • HOT_PINK

      public static final int HOT_PINK
      This color constant "Hot Pink" has RGBA8888 code FF69B4FF, 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 value 0xff69b4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • IBIS

      public static final int IBIS
      This color constant "Ibis" has RGBA8888 code 4C221BFF, 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 value 0x4c221bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • IBIS_WING

      public static final int IBIS_WING
      This color constant "Ibis Wing" has RGBA8888 code F58F84FF, 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 value 0xf58f84ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • INDIGO

      public static final int INDIGO
      This color constant "Indigo" has RGBA8888 code 4B0082FF, 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 value 0x4b0082ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • INDIGO_DYE

      public static final int INDIGO_DYE
      This color constant "Indigo Dye" has RGBA8888 code 00416AFF, 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 value 0x00416aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • INDIGO_INK_BROWN

      public static final int INDIGO_INK_BROWN
      This color constant "Indigo Ink Brown" has RGBA8888 code 393432FF, 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 value 0x393432ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • INDIGO_WHITE

      public static final int INDIGO_WHITE
      This color constant "Indigo White" has RGBA8888 code EBF6F7FF, 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 value 0xebf6f7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • INK

      public static final int INK
      This color constant "Ink" has RGBA8888 code 27221FFF, 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 value 0x27221fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • INSECT_SCREEN

      public static final int INSECT_SCREEN
      This color constant "Insect Screen" has RGBA8888 code 2D4436FF, 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 value 0x2d4436ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • INSIDE_OF_A_BOTTLE

      public static final int INSIDE_OF_A_BOTTLE
      This color constant "Inside Of A Bottle" has RGBA8888 code C6C2B6FF, 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 value 0xc6c2b6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • INTERNATIONAL_KLEIN_BLUE

      public static final int INTERNATIONAL_KLEIN_BLUE
      This color constant "International Klein Blue" has RGBA8888 code 002FA7FF, 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 value 0x002fa7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • INTERNATIONAL_ORANGE

      public static final int INTERNATIONAL_ORANGE
      This color constant "International Orange" has RGBA8888 code FF4F00FF, 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 value 0xff4f00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • IRIS

      public static final int IRIS
      This color constant "Iris" has RGBA8888 code 763568FF, 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 value 0x763568ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • IRON

      public static final int IRON
      This color constant "Iron" has RGBA8888 code 2B3733FF, 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 value 0x2b3733ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • IRONHEAD_FLOWER

      public static final int IRONHEAD_FLOWER
      This color constant "Ironhead Flower" has RGBA8888 code 344D56FF, 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 value 0x344d56ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • IRON_STORAGE

      public static final int IRON_STORAGE
      This color constant "Iron Storage" has RGBA8888 code 2B3736FF, 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 value 0x2b3736ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ISLAMIC_GREEN

      public static final int ISLAMIC_GREEN
      This color constant "Islamic Green" has RGBA8888 code 009000FF, 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 value 0x009000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • IVORY

      public static final int IVORY
      This color constant "Ivory" has RGBA8888 code FFFFF0FF, 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 value 0xfffff0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • IWAI_BROWN

      public static final int IWAI_BROWN
      This color constant "Iwai Brown" has RGBA8888 code 5E5545FF, 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 value 0x5e5545ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • JADE

      public static final int JADE
      This color constant "Jade" has RGBA8888 code 00A86BFF, 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 value 0x00a86bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • JAPANESE_INDIGO

      public static final int JAPANESE_INDIGO
      This color constant "Japanese Indigo" has RGBA8888 code 264348FF, 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 value 0x264348ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • JAPANESE_IRIS

      public static final int JAPANESE_IRIS
      This color constant "Japanese Iris" has RGBA8888 code 7F5D3BFF, 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 value 0x7f5d3bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • JAPANESE_PALE_BLUE

      public static final int JAPANESE_PALE_BLUE
      This color constant "Japanese Pale Blue" has RGBA8888 code 8C9C76FF, 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 value 0x8c9c76ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • JAPANESE_TRIANDRA_GRASS

      public static final int JAPANESE_TRIANDRA_GRASS
      This color constant "Japanese Triandra Grass" has RGBA8888 code E2B13CFF, 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 value 0xe2b13cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • KELLY_GREEN

      public static final int KELLY_GREEN
      This color constant "Kelly Green" has RGBA8888 code 4CBB17FF, 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 value 0x4cbb17ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • KHAKI

      public static final int KHAKI
      This color constant "Khaki" has RGBA8888 code C3B091FF, 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 value 0xc3b091ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • KIMONO_STORAGE

      public static final int KIMONO_STORAGE
      This color constant "Kimono Storage" has RGBA8888 code 3D4C51FF, 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 value 0x3d4c51ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAPIS_LAZULI

      public static final int LAPIS_LAZULI
      This color constant "Lapis Lazuli" has RGBA8888 code 1F4788FF, 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 value 0x1f4788ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAVENDER_FLORAL

      public static final int LAVENDER_FLORAL
      This color constant "Lavender Floral" has RGBA8888 code B57EDCFF, 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 value 0xb57edcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAVENDER

      public static final int LAVENDER
      This color constant "Lavender" has RGBA8888 code E6E6FAFF, 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 value 0xe6e6faff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAVENDER_BLUE

      public static final int LAVENDER_BLUE
      This color constant "Lavender Blue" has RGBA8888 code CCCCFFFF, 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 value 0xccccffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAVENDER_BLUSH

      public static final int LAVENDER_BLUSH
      This color constant "Lavender Blush" has RGBA8888 code FFF0F5FF, 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 value 0xfff0f5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAVENDER_GRAY

      public static final int LAVENDER_GRAY
      This color constant "Lavender Gray" has RGBA8888 code C4C3D0FF, 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 value 0xc4c3d0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAVENDER_MAGENTA

      public static final int LAVENDER_MAGENTA
      This color constant "Lavender Magenta" has RGBA8888 code EE82EEFF, 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 value 0xee82eeff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAVENDER_PINK

      public static final int LAVENDER_PINK
      This color constant "Lavender Pink" has RGBA8888 code FBAED2FF, 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 value 0xfbaed2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAVENDER_PURPLE

      public static final int LAVENDER_PURPLE
      This color constant "Lavender Purple" has RGBA8888 code 967BB6FF, 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 value 0x967bb6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAVENDER_ROSE

      public static final int LAVENDER_ROSE
      This color constant "Lavender Rose" has RGBA8888 code FBA0E3FF, 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 value 0xfba0e3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LAWN_GREEN

      public static final int LAWN_GREEN
      This color constant "Lawn Green" has RGBA8888 code 7CFC00FF, 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 value 0x7cfc00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LEMON

      public static final int LEMON
      This color constant "Lemon" has RGBA8888 code FDE910FF, 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 value 0xfde910ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LEMON_CHIFFON

      public static final int LEMON_CHIFFON
      This color constant "Lemon Chiffon" has RGBA8888 code FFFACDFF, 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 value 0xfffacdff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_BLUE

      public static final int LIGHT_BLUE
      This color constant "Light Blue" has RGBA8888 code ADD8E6FF, 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 value 0xadd8e6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_BLUE_DYE

      public static final int LIGHT_BLUE_DYE
      This color constant "Light Blue Dye" has RGBA8888 code 48929BFF, 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 value 0x48929bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_BLUE_FLOWER

      public static final int LIGHT_BLUE_FLOWER
      This color constant "Light Blue Flower" has RGBA8888 code 1D697CFF, 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 value 0x1d697cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_BLUE_SILK

      public static final int LIGHT_BLUE_SILK
      This color constant "Light Blue Silk" has RGBA8888 code 044F67FF, 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 value 0x044f67ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_GRAY

      public static final int LIGHT_GRAY
      This color constant "Light Gray" has RGBA8888 code C0C0C0FF, 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 value 0xc0c0c0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_KHAKI

      public static final int LIGHT_KHAKI
      This color constant "Light Khaki" has RGBA8888 code F0E68CFF, 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 value 0xf0e68cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_LIME

      public static final int LIGHT_LIME
      This color constant "Light Lime" has RGBA8888 code BFFF00FF, 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 value 0xbfff00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_MAROON

      public static final int LIGHT_MAROON
      This color constant "Light Maroon" has RGBA8888 code B03060FF, 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 value 0xb03060ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_PINK

      public static final int LIGHT_PINK
      This color constant "Light Pink" has RGBA8888 code FFB6C1FF, 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 value 0xffb6c1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_VIOLET

      public static final int LIGHT_VIOLET
      This color constant "Light Violet" has RGBA8888 code EE82EEFF, 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 value 0xee82eeff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIGHT_YELLOW_DYE

      public static final int LIGHT_YELLOW_DYE
      This color constant "Light Yellow Dye" has RGBA8888 code F7BB7DFF, 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 value 0xf7bb7dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LILAC

      public static final int LILAC
      This color constant "Lilac" has RGBA8888 code C8A2C8FF, 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 value 0xc8a2c8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIME

      public static final int LIME
      This color constant "Lime" has RGBA8888 code 00FF00FF, 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 value 0x00ff00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LIME_GREEN

      public static final int LIME_GREEN
      This color constant "Lime Green" has RGBA8888 code 32CD32FF, 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 value 0x32cd32ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LINEN

      public static final int LINEN
      This color constant "Linen" has RGBA8888 code FAF0E6FF, 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 value 0xfaf0e6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LONG_SPRING

      public static final int LONG_SPRING
      This color constant "Long Spring" has RGBA8888 code B95754FF, 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 value 0xb95754ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LOQUAT_BROWN

      public static final int LOQUAT_BROWN
      This color constant "Loquat Brown" has RGBA8888 code AB6134FF, 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 value 0xab6134ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • LYE

      public static final int LYE
      This color constant "Lye" has RGBA8888 code 7F6B5DFF, 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 value 0x7f6b5dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MAGENTA_DYE

      public static final int MAGENTA_DYE
      This color constant "Magenta Dye" has RGBA8888 code CA1F7BFF, 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 value 0xca1f7bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MAGIC_MINT

      public static final int MAGIC_MINT
      This color constant "Magic Mint" has RGBA8888 code AAF0D1FF, 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 value 0xaaf0d1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MAGNOLIA

      public static final int MAGNOLIA
      This color constant "Magnolia" has RGBA8888 code F8F4FFFF, 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 value 0xf8f4ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MALACHITE

      public static final int MALACHITE
      This color constant "Malachite" has RGBA8888 code 0BDA51FF, 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 value 0x0bda51ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MAROON

      public static final int MAROON
      This color constant "Maroon" has RGBA8888 code 800000FF, 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 value 0x800000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MAGENTA

      public static final int MAGENTA
      This color constant "Magenta" has RGBA8888 code FF00FFFF, 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 value 0xff00ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MAYA_BLUE

      public static final int MAYA_BLUE
      This color constant "Maya Blue" has RGBA8888 code 73C2FBFF, 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 value 0x73c2fbff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MAUVE

      public static final int MAUVE
      This color constant "Mauve" has RGBA8888 code E0B0FFFF, 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 value 0xe0b0ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MAUVE_TAUPE

      public static final int MAUVE_TAUPE
      This color constant "Mauve Taupe" has RGBA8888 code 915F6DFF, 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 value 0x915f6dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MEAT

      public static final int MEAT
      This color constant "Meat" has RGBA8888 code F9906FFF, 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 value 0xf9906fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MEDIUM_BLUE

      public static final int MEDIUM_BLUE
      This color constant "Medium Blue" has RGBA8888 code 0000CDFF, 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 value 0x0000cdff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MEDIUM_CARMINE

      public static final int MEDIUM_CARMINE
      This color constant "Medium Carmine" has RGBA8888 code AF4035FF, 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 value 0xaf4035ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MEDIUM_CRIMSON

      public static final int MEDIUM_CRIMSON
      This color constant "Medium Crimson" has RGBA8888 code C93756FF, 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 value 0xc93756ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MEDIUM_LAVENDER_MAGENTA

      public static final int MEDIUM_LAVENDER_MAGENTA
      This color constant "Medium Lavender Magenta" has RGBA8888 code CC99CCFF, 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 value 0xcc99ccff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MEDIUM_PURPLE

      public static final int MEDIUM_PURPLE
      This color constant "Medium Purple" has RGBA8888 code 9370DBFF, 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 value 0x9370dbff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MEDIUM_SPRING_GREEN

      public static final int MEDIUM_SPRING_GREEN
      This color constant "Medium Spring Green" has RGBA8888 code 00FA9AFF, 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 value 0x00fa9aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MIDORI

      public static final int MIDORI
      This color constant "Midori" has RGBA8888 code 2A606BFF, 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 value 0x2a606bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MIDNIGHT_BLUE

      public static final int MIDNIGHT_BLUE
      This color constant "Midnight Blue" has RGBA8888 code 003366FF, 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 value 0x003366ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MINT_GREEN

      public static final int MINT_GREEN
      This color constant "Mint Green" has RGBA8888 code 98FF98FF, 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 value 0x98ff98ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MISTY_ROSE

      public static final int MISTY_ROSE
      This color constant "Misty Rose" has RGBA8888 code FFE4E1FF, 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 value 0xffe4e1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MOSS

      public static final int MOSS
      This color constant "Moss" has RGBA8888 code 8B7D3AFF, 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 value 0x8b7d3aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MOSS_GREEN

      public static final int MOSS_GREEN
      This color constant "Moss Green" has RGBA8888 code ADDFADFF, 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 value 0xaddfadff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MOUNTBATTEN_PINK

      public static final int MOUNTBATTEN_PINK
      This color constant "Mountbatten Pink" has RGBA8888 code 997A8DFF, 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 value 0x997a8dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MOUSY_INDIGO

      public static final int MOUSY_INDIGO
      This color constant "Mousy Indigo" has RGBA8888 code 5C544EFF, 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 value 0x5c544eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MOUSY_WISTERIA

      public static final int MOUSY_WISTERIA
      This color constant "Mousy Wisteria" has RGBA8888 code 766980FF, 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 value 0x766980ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MULBERRY

      public static final int MULBERRY
      This color constant "Mulberry" has RGBA8888 code 59292CFF, 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 value 0x59292cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MULBERRY_DYED

      public static final int MULBERRY_DYED
      This color constant "Mulberry Dyed" has RGBA8888 code C57F2EFF, 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 value 0xc57f2eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MUSTARD

      public static final int MUSTARD
      This color constant "Mustard" has RGBA8888 code FFDB58FF, 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 value 0xffdb58ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • MYRTLE

      public static final int MYRTLE
      This color constant "Myrtle" has RGBA8888 code 21421EFF, 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 value 0x21421eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • NEW_BRIDGE

      public static final int NEW_BRIDGE
      This color constant "New Bridge" has RGBA8888 code 006C7FFF, 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 value 0x006c7fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • NIGHTINGALE

      public static final int NIGHTINGALE
      This color constant "Nightingale" has RGBA8888 code 645530FF, 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 value 0x645530ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • NIGHTINGALE_BROWN

      public static final int NIGHTINGALE_BROWN
      This color constant "Nightingale Brown" has RGBA8888 code 5C4827FF, 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 value 0x5c4827ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OCEAN_BLUE

      public static final int OCEAN_BLUE
      This color constant "Ocean Blue" has RGBA8888 code 50B0B8FF, 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 value 0x50b0b8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OCHRE

      public static final int OCHRE
      This color constant "Ochre" has RGBA8888 code CC7722FF, 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 value 0xcc7722ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OLD_BAMBOO

      public static final int OLD_BAMBOO
      This color constant "Old Bamboo" has RGBA8888 code 5E644FFF, 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 value 0x5e644fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OLD_GOLD

      public static final int OLD_GOLD
      This color constant "Old Gold" has RGBA8888 code CFB53BFF, 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 value 0xcfb53bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OLD_LACE

      public static final int OLD_LACE
      This color constant "Old Lace" has RGBA8888 code FDF5E6FF, 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 value 0xfdf5e6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OLD_LAVENDER

      public static final int OLD_LAVENDER
      This color constant "Old Lavender" has RGBA8888 code 796878FF, 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 value 0x796878ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OLD_ROSE

      public static final int OLD_ROSE
      This color constant "Old Rose" has RGBA8888 code C08081FF, 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 value 0xc08081ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OLIVE

      public static final int OLIVE
      This color constant "Olive" has RGBA8888 code 808000FF, 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 value 0x808000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OLIVE_DRAB

      public static final int OLIVE_DRAB
      This color constant "Olive Drab" has RGBA8888 code 6B8E23FF, 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 value 0x6b8e23ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OLIVINE

      public static final int OLIVINE
      This color constant "Olivine" has RGBA8888 code 9AB973FF, 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 value 0x9ab973ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ONANDO

      public static final int ONANDO
      This color constant "Onando" has RGBA8888 code 364141FF, 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 value 0x364141ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ONE_KIN_DYE

      public static final int ONE_KIN_DYE
      This color constant "One Kin Dye" has RGBA8888 code F08F90FF, 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 value 0xf08f90ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OPPOSITE_FLOWER

      public static final int OPPOSITE_FLOWER
      This color constant "Opposite Flower" has RGBA8888 code 4D646CFF, 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 value 0x4d646cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ORANGE

      public static final int ORANGE
      This color constant "Orange" has RGBA8888 code FFC800FF, 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 value 0xffc800ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ORANGE_PEEL

      public static final int ORANGE_PEEL
      This color constant "Orange Peel" has RGBA8888 code FFA000FF, 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 value 0xffa000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ORANGE_RED

      public static final int ORANGE_RED
      This color constant "Orange Red" has RGBA8888 code FF4500FF, 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 value 0xff4500ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ORANGUTAN

      public static final int ORANGUTAN
      This color constant "Orangutan" has RGBA8888 code DC3023FF, 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 value 0xdc3023ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ORCHID

      public static final int ORCHID
      This color constant "Orchid" has RGBA8888 code DA70D6FF, 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 value 0xda70d6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • OVERDYED_RED_BROWN

      public static final int OVERDYED_RED_BROWN
      This color constant "Overdyed Red Brown" has RGBA8888 code E35C38FF, 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 value 0xe35c38ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_BLUE

      public static final int PALE_BLUE
      This color constant "Pale Blue" has RGBA8888 code AFEEEEFF, 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 value 0xafeeeeff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_BROWN

      public static final int PALE_BROWN
      This color constant "Pale Brown" has RGBA8888 code 987654FF, 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 value 0x987654ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_CARMINE

      public static final int PALE_CARMINE
      This color constant "Pale Carmine" has RGBA8888 code AF4035FF, 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 value 0xaf4035ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_CHESTNUT

      public static final int PALE_CHESTNUT
      This color constant "Pale Chestnut" has RGBA8888 code DDADAFFF, 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 value 0xddadafff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_CORNFLOWER_BLUE

      public static final int PALE_CORNFLOWER_BLUE
      This color constant "Pale Cornflower Blue" has RGBA8888 code ABCDEFFF, 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 value 0xabcdefff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_CRIMSON

      public static final int PALE_CRIMSON
      This color constant "Pale Crimson" has RGBA8888 code F2666CFF, 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 value 0xf2666cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_FALLEN_LEAVES

      public static final int PALE_FALLEN_LEAVES
      This color constant "Pale Fallen Leaves" has RGBA8888 code AA8736FF, 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 value 0xaa8736ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_GREEN_ONION

      public static final int PALE_GREEN_ONION
      This color constant "Pale Green Onion" has RGBA8888 code 749F8DFF, 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 value 0x749f8dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_INCENSE

      public static final int PALE_INCENSE
      This color constant "Pale Incense" has RGBA8888 code FFA565FF, 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 value 0xffa565ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_MAGENTA

      public static final int PALE_MAGENTA
      This color constant "Pale Magenta" has RGBA8888 code F984E5FF, 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 value 0xf984e5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_OAK

      public static final int PALE_OAK
      This color constant "Pale Oak" has RGBA8888 code BBA46DFF, 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 value 0xbba46dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_PERSIMMON

      public static final int PALE_PERSIMMON
      This color constant "Pale Persimmon" has RGBA8888 code FCA474FF, 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 value 0xfca474ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_PINK

      public static final int PALE_PINK
      This color constant "Pale Pink" has RGBA8888 code FADADDFF, 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 value 0xfadaddff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_RED_VIOLET

      public static final int PALE_RED_VIOLET
      This color constant "Pale Red Violet" has RGBA8888 code DB7093FF, 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 value 0xdb7093ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PALE_YOUNG_GREEN_ONION

      public static final int PALE_YOUNG_GREEN_ONION
      This color constant "Pale Young Green Onion" has RGBA8888 code 8DB255FF, 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 value 0x8db255ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PAPAYA_WHIP

      public static final int PAPAYA_WHIP
      This color constant "Papaya Whip" has RGBA8888 code FFEFD5FF, 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 value 0xffefd5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PASTEL_GREEN

      public static final int PASTEL_GREEN
      This color constant "Pastel Green" has RGBA8888 code 77DD77FF, 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 value 0x77dd77ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PASTEL_PINK

      public static final int PASTEL_PINK
      This color constant "Pastel Pink" has RGBA8888 code FFD1DCFF, 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 value 0xffd1dcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PATINA

      public static final int PATINA
      This color constant "Patina" has RGBA8888 code 407A52FF, 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 value 0x407a52ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PATRINIA_FLOWER

      public static final int PATRINIA_FLOWER
      This color constant "Patrinia Flower" has RGBA8888 code D9B611FF, 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 value 0xd9b611ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PEACH

      public static final int PEACH
      This color constant "Peach" has RGBA8888 code FFE5B4FF, 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 value 0xffe5b4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PEACH_DYE

      public static final int PEACH_DYE
      This color constant "Peach Dye" has RGBA8888 code F47983FF, 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 value 0xf47983ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PEACH_ORANGE

      public static final int PEACH_ORANGE
      This color constant "Peach Orange" has RGBA8888 code FFCC99FF, 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 value 0xffcc99ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PEACH_YELLOW

      public static final int PEACH_YELLOW
      This color constant "Peach Yellow" has RGBA8888 code FADFADFF, 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 value 0xfadfadff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PEAR

      public static final int PEAR
      This color constant "Pear" has RGBA8888 code D1E231FF, 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 value 0xd1e231ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PERIWINKLE

      public static final int PERIWINKLE
      This color constant "Periwinkle" has RGBA8888 code CCCCFFFF, 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 value 0xccccffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PERSIAN_BLUE

      public static final int PERSIAN_BLUE
      This color constant "Persian Blue" has RGBA8888 code 1C39BBFF, 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 value 0x1c39bbff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PERSIAN_GREEN

      public static final int PERSIAN_GREEN
      This color constant "Persian Green" has RGBA8888 code 00A693FF, 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 value 0x00a693ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PERSIAN_INDIGO

      public static final int PERSIAN_INDIGO
      This color constant "Persian Indigo" has RGBA8888 code 32127AFF, 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 value 0x32127aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PERSIAN_RED

      public static final int PERSIAN_RED
      This color constant "Persian Red" has RGBA8888 code CC3333FF, 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 value 0xcc3333ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PERSIAN_PINK

      public static final int PERSIAN_PINK
      This color constant "Persian Pink" has RGBA8888 code F77FBEFF, 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 value 0xf77fbeff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PERSIAN_ROSE

      public static final int PERSIAN_ROSE
      This color constant "Persian Rose" has RGBA8888 code FE28A2FF, 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 value 0xfe28a2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PERSIMMON

      public static final int PERSIMMON
      This color constant "Persimmon" has RGBA8888 code EC5800FF, 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 value 0xec5800ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PERSIMMON_JUICE

      public static final int PERSIMMON_JUICE
      This color constant "Persimmon Juice" has RGBA8888 code 934337FF, 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 value 0x934337ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PIGMENT_BLUE

      public static final int PIGMENT_BLUE
      This color constant "Pigment Blue" has RGBA8888 code 333399FF, 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 value 0x333399ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PINE_GREEN

      public static final int PINE_GREEN
      This color constant "Pine Green" has RGBA8888 code 01796FFF, 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 value 0x01796fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PINE_NEEDLE

      public static final int PINE_NEEDLE
      This color constant "Pine Needle" has RGBA8888 code 454D32FF, 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 value 0x454d32ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PINK

      public static final int PINK
      This color constant "Pink" has RGBA8888 code FFAFAFFF, 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 value 0xffafafff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PINK_ORANGE

      public static final int PINK_ORANGE
      This color constant "Pink Orange" has RGBA8888 code FF9966FF, 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 value 0xff9966ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PLAIN_MOUSE

      public static final int PLAIN_MOUSE
      This color constant "Plain Mouse" has RGBA8888 code 6E5F57FF, 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 value 0x6e5f57ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PLATINUM

      public static final int PLATINUM
      This color constant "Platinum" has RGBA8888 code E5E4E2FF, 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 value 0xe5e4e2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PLUM

      public static final int PLUM
      This color constant "Plum" has RGBA8888 code CC99CCFF, 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 value 0xcc99ccff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PLUM_BLOSSOM_MOUSE

      public static final int PLUM_BLOSSOM_MOUSE
      This color constant "Plum Blossom Mouse" has RGBA8888 code 97645AFF, 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 value 0x97645aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PLUM_DYED

      public static final int PLUM_DYED
      This color constant "Plum Dyed" has RGBA8888 code FA9258FF, 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 value 0xfa9258ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PLUM_PURPLE

      public static final int PLUM_PURPLE
      This color constant "Plum Purple" has RGBA8888 code 8F4155FF, 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 value 0x8f4155ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • POLISHED_BROWN

      public static final int POLISHED_BROWN
      This color constant "Polished Brown" has RGBA8888 code 9F5233FF, 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 value 0x9f5233ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • POWDER_BLUE

      public static final int POWDER_BLUE
      This color constant "Powder Blue" has RGBA8888 code B0E0E6FF, 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 value 0xb0e0e6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PRUSSIAN_BLUE

      public static final int PRUSSIAN_BLUE
      This color constant "Prussian Blue" has RGBA8888 code 003153FF, 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 value 0x003153ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PSYCHEDELIC_PURPLE

      public static final int PSYCHEDELIC_PURPLE
      This color constant "Psychedelic Purple" has RGBA8888 code DD00FFFF, 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 value 0xdd00ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PUCE

      public static final int PUCE
      This color constant "Puce" has RGBA8888 code CC8899FF, 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 value 0xcc8899ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PUMPKIN

      public static final int PUMPKIN
      This color constant "Pumpkin" has RGBA8888 code FF7518FF, 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 value 0xff7518ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PURE_CRIMSON

      public static final int PURE_CRIMSON
      This color constant "Pure Crimson" has RGBA8888 code C3272BFF, 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 value 0xc3272bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PURE_DARK_GRAY

      public static final int PURE_DARK_GRAY
      This color constant "Pure Dark Gray" has RGBA8888 code 3F4041FF, 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 value 0x3f4041ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PURPLE

      public static final int PURPLE
      This color constant "Purple" has RGBA8888 code 800080FF, 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 value 0x800080ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PURPLE_DYE

      public static final int PURPLE_DYE
      This color constant "Purple Dye" has RGBA8888 code 4F284BFF, 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 value 0x4f284bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PURPLE_KITE

      public static final int PURPLE_KITE
      This color constant "Purple Kite" has RGBA8888 code 512C31FF, 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 value 0x512c31ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • PURPLE_TAUPE

      public static final int PURPLE_TAUPE
      This color constant "Purple Taupe" has RGBA8888 code 50404DFF, 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 value 0x50404dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RABBIT_EAR_IRIS

      public static final int RABBIT_EAR_IRIS
      This color constant "Rabbit Ear Iris" has RGBA8888 code 491E3CFF, 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 value 0x491e3cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RAPEBLOSSOM_BROWN

      public static final int RAPEBLOSSOM_BROWN
      This color constant "Rapeblossom Brown" has RGBA8888 code E3B130FF, 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 value 0xe3b130ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RAPESEED_OIL

      public static final int RAPESEED_OIL
      This color constant "Rapeseed Oil" has RGBA8888 code A17917FF, 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 value 0xa17917ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RAW_UMBER

      public static final int RAW_UMBER
      This color constant "Raw Umber" has RGBA8888 code 734A12FF, 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 value 0x734a12ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RAZZMATAZZ

      public static final int RAZZMATAZZ
      This color constant "Razzamatazz" has RGBA8888 code E30B5CFF, 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 value 0xe30b5cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED

      public static final int RED
      This color constant "Red" has RGBA8888 code FF0000FF, 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 value 0xff0000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED_BEAN

      public static final int RED_BEAN
      This color constant "Red Bean" has RGBA8888 code 672422FF, 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 value 0x672422ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED_BIRCH

      public static final int RED_BIRCH
      This color constant "Red Birch" has RGBA8888 code 9D2B22FF, 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 value 0x9d2b22ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED_INCENSE

      public static final int RED_INCENSE
      This color constant "Red Incense" has RGBA8888 code F07F5EFF, 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 value 0xf07f5eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED_DYE_TURMERIC

      public static final int RED_DYE_TURMERIC
      This color constant "Red Dye Turmeric" has RGBA8888 code FB8136FF, 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 value 0xfb8136ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED_KITE

      public static final int RED_KITE
      This color constant "Red Kite" has RGBA8888 code 913228FF, 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 value 0x913228ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED_OCHRE

      public static final int RED_OCHRE
      This color constant "Red Ochre" has RGBA8888 code 9F5233FF, 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 value 0x9f5233ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED_PIGMENT

      public static final int RED_PIGMENT
      This color constant "Red Pigment" has RGBA8888 code ED1C24FF, 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 value 0xed1c24ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED_PLUM

      public static final int RED_PLUM
      This color constant "Red Plum" has RGBA8888 code DB5A6BFF, 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 value 0xdb5a6bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED_VIOLET

      public static final int RED_VIOLET
      This color constant "Red Violet" has RGBA8888 code C71585FF, 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 value 0xc71585ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RED_WISTERIA

      public static final int RED_WISTERIA
      This color constant "Red Wisteria" has RGBA8888 code BB7796FF, 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 value 0xbb7796ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RICH_CARMINE

      public static final int RICH_CARMINE
      This color constant "Rich Carmine" has RGBA8888 code D70040FF, 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 value 0xd70040ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RICH_GARDENIA

      public static final int RICH_GARDENIA
      This color constant "Rich Gardenia" has RGBA8888 code F57F4FFF, 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 value 0xf57f4fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RINSED_OUT_RED

      public static final int RINSED_OUT_RED
      This color constant "Rinsed Out Red" has RGBA8888 code FF7952FF, 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 value 0xff7952ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RIKAN_BROWN

      public static final int RIKAN_BROWN
      This color constant "Rikan Brown" has RGBA8888 code 534A32FF, 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 value 0x534a32ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ROBIN_EGG_BLUE

      public static final int ROBIN_EGG_BLUE
      This color constant "Robin Egg Blue" has RGBA8888 code 00CCCCFF, 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 value 0x00ccccff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ROSE

      public static final int ROSE
      This color constant "Rose" has RGBA8888 code FF007FFF, 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 value 0xff007fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ROSE_MADDER

      public static final int ROSE_MADDER
      This color constant "Rose Madder" has RGBA8888 code E32636FF, 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 value 0xe32636ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ROSE_TAUPE

      public static final int ROSE_TAUPE
      This color constant "Rose Taupe" has RGBA8888 code 905D5DFF, 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 value 0x905d5dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ROYAL_BLUE

      public static final int ROYAL_BLUE
      This color constant "Royal Blue" has RGBA8888 code 4169E1FF, 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 value 0x4169e1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ROYAL_PURPLE

      public static final int ROYAL_PURPLE
      This color constant "Royal Purple" has RGBA8888 code 6B3FA0FF, 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 value 0x6b3fa0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RUBY

      public static final int RUBY
      This color constant "Ruby" has RGBA8888 code E0115FFF, 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 value 0xe0115fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RUSSET

      public static final int RUSSET
      This color constant "Russet" has RGBA8888 code 80461BFF, 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 value 0x80461bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RUST

      public static final int RUST
      This color constant "Rust" has RGBA8888 code B7410EFF, 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 value 0xb7410eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RUSTED_LIGHT_BLUE

      public static final int RUSTED_LIGHT_BLUE
      This color constant "Rusted Light Blue" has RGBA8888 code 6A7F7AFF, 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 value 0x6a7f7aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RUSTY_CELADON

      public static final int RUSTY_CELADON
      This color constant "Rusty Celadon" has RGBA8888 code 898A74FF, 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 value 0x898a74ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RUSTY_STORAGE

      public static final int RUSTY_STORAGE
      This color constant "Rusty Storage" has RGBA8888 code 455859FF, 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 value 0x455859ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • RUSTY_STOREROOM

      public static final int RUSTY_STOREROOM
      This color constant "Rusty Storeroom" has RGBA8888 code 3A403BFF, 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 value 0x3a403bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SAFETY_ORANGE

      public static final int SAFETY_ORANGE
      This color constant "Safety Orange" has RGBA8888 code FF6600FF, 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 value 0xff6600ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SAFFLOWER

      public static final int SAFFLOWER
      This color constant "Safflower" has RGBA8888 code 5A4F74FF, 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 value 0x5a4f74ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SAFFRON

      public static final int SAFFRON
      This color constant "Saffron" has RGBA8888 code F4C430FF, 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 value 0xf4c430ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SALMON

      public static final int SALMON
      This color constant "Salmon" has RGBA8888 code FF8C69FF, 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 value 0xff8c69ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SANDY_BROWN

      public static final int SANDY_BROWN
      This color constant "Sandy Brown" has RGBA8888 code F4A460FF, 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 value 0xf4a460ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SANGRIA

      public static final int SANGRIA
      This color constant "Sangria" has RGBA8888 code 92000AFF, 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 value 0x92000aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SAPPHIRE

      public static final int SAPPHIRE
      This color constant "Sapphire" has RGBA8888 code 082567FF, 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 value 0x082567ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SAPPANWOOD

      public static final int SAPPANWOOD
      This color constant "Sappanwood" has RGBA8888 code 7E2639FF, 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 value 0x7e2639ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SAPPANWOOD_INCENSE

      public static final int SAPPANWOOD_INCENSE
      This color constant "Sappanwood Incense" has RGBA8888 code A24F46FF, 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 value 0xa24f46ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SAWTOOTH_OAK

      public static final int SAWTOOTH_OAK
      This color constant "Sawtooth Oak" has RGBA8888 code EC956CFF, 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 value 0xec956cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SCARLET

      public static final int SCARLET
      This color constant "Scarlet" has RGBA8888 code FF2400FF, 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 value 0xff2400ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SCHOOL_BUS_YELLOW

      public static final int SCHOOL_BUS_YELLOW
      This color constant "School Bus Yellow" has RGBA8888 code FFD800FF, 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 value 0xffd800ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SCORCHED_BROWN

      public static final int SCORCHED_BROWN
      This color constant "Scorched Brown" has RGBA8888 code 351F19FF, 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 value 0x351f19ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SEA_GREEN

      public static final int SEA_GREEN
      This color constant "Sea Green" has RGBA8888 code 2E8B57FF, 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 value 0x2e8b57ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SEASHELL

      public static final int SEASHELL
      This color constant "Seashell" has RGBA8888 code FFF5EEFF, 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 value 0xfff5eeff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SELECTIVE_YELLOW

      public static final int SELECTIVE_YELLOW
      This color constant "Selective Yellow" has RGBA8888 code FFBA00FF, 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 value 0xffba00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SEN_NO_RIKYUS_TEA

      public static final int SEN_NO_RIKYUS_TEA
      This color constant "Sen No Rikyu's Tea" has RGBA8888 code 826B58FF, 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 value 0x826b58ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SEPIA

      public static final int SEPIA
      This color constant "Sepia" has RGBA8888 code 704214FF, 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 value 0x704214ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SHAMROCK_GREEN

      public static final int SHAMROCK_GREEN
      This color constant "Shamrock Green" has RGBA8888 code 009E60FF, 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 value 0x009e60ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SHOCKING_PINK

      public static final int SHOCKING_PINK
      This color constant "Shocking Pink" has RGBA8888 code FC0FC0FF, 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 value 0xfc0fc0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SHRIMP_BROWN

      public static final int SHRIMP_BROWN
      This color constant "Shrimp Brown" has RGBA8888 code 5E2824FF, 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 value 0x5e2824ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SILK_CREPE_BROWN

      public static final int SILK_CREPE_BROWN
      This color constant "Silk Crepe Brown" has RGBA8888 code 354E4BFF, 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 value 0x354e4bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SILVER

      public static final int SILVER
      This color constant "Silver" has RGBA8888 code C0C0C0FF, 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 value 0xc0c0c0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SILVER_GREY

      public static final int SILVER_GREY
      This color constant "Silver Grey" has RGBA8888 code 97867CFF, 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 value 0x97867cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SILVERED_RED

      public static final int SILVERED_RED
      This color constant "Silvered Red" has RGBA8888 code BC2D29FF, 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 value 0xbc2d29ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SIMMERED_SEAWEED

      public static final int SIMMERED_SEAWEED
      This color constant "Simmered Seawead" has RGBA8888 code 4C3D30FF, 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 value 0x4c3d30ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SISKIN_SPROUT_YELLOW

      public static final int SISKIN_SPROUT_YELLOW
      This color constant "Siskin Sprout Yellow" has RGBA8888 code 7A942EFF, 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 value 0x7a942eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SKY

      public static final int SKY
      This color constant "Sky" has RGBA8888 code 4D8FACFF, 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 value 0x4d8facff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SKY_BLUE

      public static final int SKY_BLUE
      This color constant "Sky Blue" has RGBA8888 code 87CEEBFF, 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 value 0x87ceebff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SLATE_GRAY

      public static final int SLATE_GRAY
      This color constant "Slate Gray" has RGBA8888 code 708090FF, 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 value 0x708090ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SMALT

      public static final int SMALT
      This color constant "Smalt" has RGBA8888 code 003399FF, 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 value 0x003399ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SOOTY_BAMBOO

      public static final int SOOTY_BAMBOO
      This color constant "Sooty Bamboo" has RGBA8888 code 593A27FF, 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 value 0x593a27ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SOOTY_WILLOW_BAMBOO

      public static final int SOOTY_WILLOW_BAMBOO
      This color constant "Sooty Willow Bamboo" has RGBA8888 code 4D4B3AFF, 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 value 0x4d4b3aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SPARROW_BROWN

      public static final int SPARROW_BROWN
      This color constant "Sparrow Brown" has RGBA8888 code 8C4736FF, 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 value 0x8c4736ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SPRING_BUD

      public static final int SPRING_BUD
      This color constant "Spring Bud" has RGBA8888 code A7FC00FF, 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 value 0xa7fc00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SPRING_GREEN

      public static final int SPRING_GREEN
      This color constant "Spring Green" has RGBA8888 code 00FF7FFF, 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 value 0x00ff7fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • STAINED_RED

      public static final int STAINED_RED
      This color constant "Stained Red" has RGBA8888 code 78779BFF, 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 value 0x78779bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • STEAMED_CHESTNUT

      public static final int STEAMED_CHESTNUT
      This color constant "Steamed Chestnut" has RGBA8888 code D3B17DFF, 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 value 0xd3b17dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • STEEL_BLUE

      public static final int STEEL_BLUE
      This color constant "Steel Blue" has RGBA8888 code 4682B4FF, 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 value 0x4682b4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • STOREROOM_BROWN

      public static final int STOREROOM_BROWN
      This color constant "Storeroom Brown" has RGBA8888 code 3D4035FF, 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 value 0x3d4035ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • STYLISH_PERSIMMON

      public static final int STYLISH_PERSIMMON
      This color constant "Stylish Persimnmon" has RGBA8888 code FFA26BFF, 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 value 0xffa26bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SUMAC

      public static final int SUMAC
      This color constant "Sumac" has RGBA8888 code 592B1FFF, 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 value 0x592b1fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • SUMAC_DYED

      public static final int SUMAC_DYED
      This color constant "Sumac Dyed" has RGBA8888 code E08A1EFF, 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 value 0xe08a1eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TAN

      public static final int TAN
      This color constant "Tan" has RGBA8888 code D2B48CFF, 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 value 0xd2b48cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TANGERINE

      public static final int TANGERINE
      This color constant "Tangerine" has RGBA8888 code F28500FF, 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 value 0xf28500ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TANGERINE_YELLOW

      public static final int TANGERINE_YELLOW
      This color constant "Tangerine Yellow" has RGBA8888 code FFCC00FF, 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 value 0xffcc00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TATARIAN_ASTER

      public static final int TATARIAN_ASTER
      This color constant "Tatarian Aster" has RGBA8888 code 976E9AFF, 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 value 0x976e9aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TAUPE

      public static final int TAUPE
      This color constant "Taupe" has RGBA8888 code 483C32FF, 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 value 0x483c32ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TAWNY

      public static final int TAWNY
      This color constant "Tawny" has RGBA8888 code CD5700FF, 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 value 0xcd5700ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TEA_GARDEN_CONTEMPLATION

      public static final int TEA_GARDEN_CONTEMPLATION
      This color constant "Tea Garden Contemplation" has RGBA8888 code 665343FF, 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 value 0x665343ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TEA_GREEN

      public static final int TEA_GREEN
      This color constant "Tea Green" has RGBA8888 code D0F0C0FF, 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 value 0xd0f0c0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TEA_ORANGE

      public static final int TEA_ORANGE
      This color constant "Tea Orange" has RGBA8888 code F88379FF, 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 value 0xf88379ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TEA_ROSE

      public static final int TEA_ROSE
      This color constant "Tea Rose" has RGBA8888 code F4C2C2FF, 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 value 0xf4c2c2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TEAL

      public static final int TEAL
      This color constant "Teal" has RGBA8888 code 008080FF, 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 value 0x008080ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TERRA_COTTA

      public static final int TERRA_COTTA
      This color constant "Terra Cotta" has RGBA8888 code E2725BFF, 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 value 0xe2725bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • THIN_VIOLET

      public static final int THIN_VIOLET
      This color constant "Thin Violet" has RGBA8888 code A87CA0FF, 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 value 0xa87ca0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • THISTLE

      public static final int THISTLE
      This color constant "Thistle" has RGBA8888 code D8BFD8FF, 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 value 0xd8bfd8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • THOUSAND_HERB

      public static final int THOUSAND_HERB
      This color constant "Thousand Herb" has RGBA8888 code 317589FF, 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 value 0x317589ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • THOUSAND_YEAR_OLD_BROWN

      public static final int THOUSAND_YEAR_OLD_BROWN
      This color constant "Thousand Year Old Brown" has RGBA8888 code 3B3429FF, 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 value 0x3b3429ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • THOUSAND_YEAR_OLD_GREEN

      public static final int THOUSAND_YEAR_OLD_GREEN
      This color constant "Thousand Year Old Green" has RGBA8888 code 374231FF, 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 value 0x374231ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • THRICE_DYED_CRIMSON

      public static final int THRICE_DYED_CRIMSON
      This color constant "Thrice Dyed Crimson" has RGBA8888 code F7665AFF, 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 value 0xf7665aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TOMATO

      public static final int TOMATO
      This color constant "Tomato" has RGBA8888 code FF6347FF, 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 value 0xff6347ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TREE_PEONY

      public static final int TREE_PEONY
      This color constant "Tree Peony" has RGBA8888 code A4345DFF, 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 value 0xa4345dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TRUE_PINK

      public static final int TRUE_PINK
      This color constant "True Pink" has RGBA8888 code FFC0CBFF, 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 value 0xffc0cbff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TRUE_RED

      public static final int TRUE_RED
      This color constant "True Red" has RGBA8888 code 8F1D21FF, 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 value 0x8f1d21ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TURMERIC

      public static final int TURMERIC
      This color constant "Turmeric" has RGBA8888 code E69B3AFF, 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 value 0xe69b3aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TURQUOISE

      public static final int TURQUOISE
      This color constant "Turquoise" has RGBA8888 code 30D5C8FF, 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 value 0x30d5c8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • TYRIAN_PURPLE

      public static final int TYRIAN_PURPLE
      This color constant "Tyrian Purple" has RGBA8888 code 66023CFF, 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 value 0x66023cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ULTRAMARINE

      public static final int ULTRAMARINE
      This color constant "Ultramarine" has RGBA8888 code 120A8FFF, 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 value 0x120a8fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ULTRAMARINE_DYE

      public static final int ULTRAMARINE_DYE
      This color constant "Ultramarine Dye" has RGBA8888 code 5D8CAEFF, 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 value 0x5d8caeff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • UNBLEACHED_SILK

      public static final int UNBLEACHED_SILK
      This color constant "Unbleached Silk" has RGBA8888 code FFDDCAFF, 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 value 0xffddcaff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • UNDRIED_WALL

      public static final int UNDRIED_WALL
      This color constant "Undried Wall" has RGBA8888 code 785E49FF, 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 value 0x785e49ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • VANISHING_RED_MOUSE

      public static final int VANISHING_RED_MOUSE
      This color constant "Vanishing Red Mouse" has RGBA8888 code 44312EFF, 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 value 0x44312eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • VEGAS_GOLD

      public static final int VEGAS_GOLD
      This color constant "Vegas Gold" has RGBA8888 code C5B358FF, 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 value 0xc5b358ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • VELVET

      public static final int VELVET
      This color constant "Velvet" has RGBA8888 code 224634FF, 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 value 0x224634ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • VERMILION

      public static final int VERMILION
      This color constant "Vermillion" has RGBA8888 code E34234FF, 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 value 0xe34234ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • VINE_GRAPE

      public static final int VINE_GRAPE
      This color constant "Vine Grape" has RGBA8888 code 6D2B50FF, 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 value 0x6d2b50ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • VIOLET

      public static final int VIOLET
      This color constant "Violet" has RGBA8888 code 8B00FFFF, 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 value 0x8b00ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • VIOLET_DYE

      public static final int VIOLET_DYE
      This color constant "Violet Dye" has RGBA8888 code 5B3256FF, 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 value 0x5b3256ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • VIRIDIAN

      public static final int VIRIDIAN
      This color constant "Viridian" has RGBA8888 code 40826DFF, 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 value 0x40826dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WALNUT

      public static final int WALNUT
      This color constant "Walnut" has RGBA8888 code 9F7462FF, 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 value 0x9f7462ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WASHED_OUT_CRIMSON

      public static final int WASHED_OUT_CRIMSON
      This color constant "Washed Out Crimson" has RGBA8888 code FFB3A7FF, 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 value 0xffb3a7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WASHED_OUT_PERSIMMON

      public static final int WASHED_OUT_PERSIMMON
      This color constant "Washed Out Persimmon" has RGBA8888 code EC8254FF, 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 value 0xec8254ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WATER

      public static final int WATER
      This color constant "Water" has RGBA8888 code 86ABA5FF, 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 value 0x86aba5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WATER_PERSIMMON

      public static final int WATER_PERSIMMON
      This color constant "Water Persimmon" has RGBA8888 code B56C60FF, 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 value 0xb56c60ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WHEAT

      public static final int WHEAT
      This color constant "Wheat" has RGBA8888 code F5DEB3FF, 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 value 0xf5deb3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WHITE

      public static final int WHITE
      This color constant "White" has RGBA8888 code FFFFFFFF, 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 value 0xffffffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WHITE_MOUSE

      public static final int WHITE_MOUSE
      This color constant "White Mouse" has RGBA8888 code B9A193FF, 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 value 0xb9a193ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WHITE_OAK

      public static final int WHITE_OAK
      This color constant "White Oak" has RGBA8888 code CE9F6FFF, 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 value 0xce9f6fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WHITE_TEA_DYE

      public static final int WHITE_TEA_DYE
      This color constant "White Tea Dye" has RGBA8888 code C48E69FF, 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 value 0xc48e69ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WHITISH_GREEN

      public static final int WHITISH_GREEN
      This color constant "Whitish Green" has RGBA8888 code A5BA93FF, 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 value 0xa5ba93ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WILLOW_DYE

      public static final int WILLOW_DYE
      This color constant "Willow Dye" has RGBA8888 code 8C9E5EFF, 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 value 0x8c9e5eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WILLOW_GREY

      public static final int WILLOW_GREY
      This color constant "Willow Grey" has RGBA8888 code 817B69FF, 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 value 0x817b69ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WILLOW_TEA

      public static final int WILLOW_TEA
      This color constant "Willow Tea" has RGBA8888 code 9C8A4DFF, 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 value 0x9c8a4dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WILTED_LAWN_CLIPPINGS

      public static final int WILTED_LAWN_CLIPPINGS
      This color constant "Wilted Lawn Clippings" has RGBA8888 code AB4C3DFF, 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 value 0xab4c3dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WILLOW_LEAVES_UNDERSIDE

      public static final int WILLOW_LEAVES_UNDERSIDE
      This color constant "Willow Leaves Underside" has RGBA8888 code BCB58CFF, 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 value 0xbcb58cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WISTERIA

      public static final int WISTERIA
      This color constant "Wisteria" has RGBA8888 code C9A0DCFF, 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 value 0xc9a0dcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WISTERIA_DYE

      public static final int WISTERIA_DYE
      This color constant "Wisteria Dye" has RGBA8888 code 89729EFF, 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 value 0x89729eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • WISTERIA_PURPLE

      public static final int WISTERIA_PURPLE
      This color constant "Wisteria Purple" has RGBA8888 code 875F9AFF, 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 value 0x875f9aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • YELLOW

      public static final int YELLOW
      This color constant "Yellow" has RGBA8888 code FFFF00FF, 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 value 0xffff00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • YELLOW_GREEN

      public static final int YELLOW_GREEN
      This color constant "Yellow Green" has RGBA8888 code 9ACD32FF, 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 value 0x9acd32ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • YELLOW_SEA_PINE_BROWN

      public static final int YELLOW_SEA_PINE_BROWN
      This color constant "Yellow Sea Pine Brown" has RGBA8888 code 896C39FF, 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 value 0x896c39ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • YOUNG_BAMBOO

      public static final int YOUNG_BAMBOO
      This color constant "Young Bamboo" has RGBA8888 code 6B9362FF, 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 value 0x6b9362ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • ZINNWALDITE

      public static final int ZINNWALDITE
      This color constant "Zinnwaldite" has RGBA8888 code EBC2AFFF, 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 value 0xebc2afff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_MIDNIGHT

      public static final int DB_MIDNIGHT
      This color constant "DB Midnight" has RGBA8888 code 140C1CFF, 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 value 0x140c1cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_DARK_LEATHER

      public static final int DB_DARK_LEATHER
      This color constant "DB Dark Leather" has RGBA8888 code 442434FF, 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 value 0x442434ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_DEEP_OCEAN

      public static final int DB_DEEP_OCEAN
      This color constant "DB Deep Ocean" has RGBA8888 code 30346DFF, 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 value 0x30346dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_LEAD

      public static final int DB_LEAD
      This color constant "DB Lead" has RGBA8888 code 4E4A4FFF, 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 value 0x4e4a4fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_EARTH

      public static final int DB_EARTH
      This color constant "DB Earth" has RGBA8888 code 854C30FF, 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 value 0x854c30ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_FOREST

      public static final int DB_FOREST
      This color constant "DB Forest" has RGBA8888 code 346524FF, 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 value 0x346524ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_LOBSTER

      public static final int DB_LOBSTER
      This color constant "DB Lobster" has RGBA8888 code D04648FF, 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 value 0xd04648ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_DRAB

      public static final int DB_DRAB
      This color constant "DB Drab" has RGBA8888 code 757161FF, 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 value 0x757161ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_CADET_BLUE

      public static final int DB_CADET_BLUE
      This color constant "DB Cadet Blue" has RGBA8888 code 597DCEFF, 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 value 0x597dceff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_TAWNY_BROWN

      public static final int DB_TAWNY_BROWN
      This color constant "DB Tawny Brown" has RGBA8888 code D27D2CFF, 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 value 0xd27d2cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_IRON

      public static final int DB_IRON
      This color constant "DB Iron" has RGBA8888 code 8595A1FF, 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 value 0x8595a1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_PEA_SOUP

      public static final int DB_PEA_SOUP
      This color constant "DB Pea Soup" has RGBA8888 code 6DAA2CFF, 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 value 0x6daa2cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_PUTTY

      public static final int DB_PUTTY
      This color constant "DB Putty" has RGBA8888 code D2AA99FF, 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 value 0xd2aa99ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_TURQUOISE

      public static final int DB_TURQUOISE
      This color constant "DB Turquoise" has RGBA8888 code 6DC2CAFF, 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 value 0x6dc2caff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_MUSTARD

      public static final int DB_MUSTARD
      This color constant "DB Mustard" has RGBA8888 code DAD45EFF, 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 value 0xdad45eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_EGGSHELL

      public static final int DB_EGGSHELL
      This color constant "DB Eggshell" has RGBA8888 code DEEED6FF, 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 value 0xdeeed6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_BLACK

      public static final int DB_BLACK
      This color constant "DB Black" has RGBA8888 code 000000FF, 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 value 0x000000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_INK

      public static final int DB_INK
      This color constant "DB Ink" has RGBA8888 code 222034FF, 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 value 0x222034ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_SEAL_BROWN

      public static final int DB_SEAL_BROWN
      This color constant "DB Seal Brown" has RGBA8888 code 45283CFF, 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 value 0x45283cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_CHESTNUT

      public static final int DB_CHESTNUT
      This color constant "DB Chestnut" has RGBA8888 code 663931FF, 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 value 0x663931ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_CAPPUCCINO

      public static final int DB_CAPPUCCINO
      This color constant "DB Cappuccino" has RGBA8888 code 8F563BFF, 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 value 0x8f563bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_PUMPKIN

      public static final int DB_PUMPKIN
      This color constant "DB Pumpkin" has RGBA8888 code DF7126FF, 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 value 0xdf7126ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_FAWN

      public static final int DB_FAWN
      This color constant "DB Fawn" has RGBA8888 code D9A066FF, 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 value 0xd9a066ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_NUDE

      public static final int DB_NUDE
      This color constant "DB Nude" has RGBA8888 code EEC39AFF, 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 value 0xeec39aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_DAFFODIL

      public static final int DB_DAFFODIL
      This color constant "DB Daffodil" has RGBA8888 code FBF236FF, 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 value 0xfbf236ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_KEY_LIME

      public static final int DB_KEY_LIME
      This color constant "DB Key Lime" has RGBA8888 code 99E550FF, 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 value 0x99e550ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_SHAMROCK

      public static final int DB_SHAMROCK
      This color constant "DB Shamrock" has RGBA8888 code 6ABE30FF, 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 value 0x6abe30ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_JUNGLE

      public static final int DB_JUNGLE
      This color constant "DB Jungle" has RGBA8888 code 37946EFF, 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 value 0x37946eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_OLIVE

      public static final int DB_OLIVE
      This color constant "DB Olive" has RGBA8888 code 4B692FFF, 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 value 0x4b692fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_MUD

      public static final int DB_MUD
      This color constant "DB Mud" has RGBA8888 code 524B24FF, 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 value 0x524b24ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_SHADOW

      public static final int DB_SHADOW
      This color constant "DB Shadow" has RGBA8888 code 323C39FF, 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 value 0x323c39ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_COBALT

      public static final int DB_COBALT
      This color constant "DB Cobalt" has RGBA8888 code 3F3F74FF, 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 value 0x3f3f74ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_CERULEAN

      public static final int DB_CERULEAN
      This color constant "DB Cerulean" has RGBA8888 code 306082FF, 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 value 0x306082ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_DENIM

      public static final int DB_DENIM
      This color constant "DB Denim" has RGBA8888 code 5B6EE1FF, 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 value 0x5b6ee1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_SKY_BLUE

      public static final int DB_SKY_BLUE
      This color constant "DB Sky Blue" has RGBA8888 code 639BFFFF, 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 value 0x639bffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_SEAFOAM

      public static final int DB_SEAFOAM
      This color constant "DB Seafoam" has RGBA8888 code 5FCDE4FF, 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 value 0x5fcde4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_PLATINUM

      public static final int DB_PLATINUM
      This color constant "DB Platinum" has RGBA8888 code CBDBFCFF, 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 value 0xcbdbfcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_WHITE

      public static final int DB_WHITE
      This color constant "DB White" has RGBA8888 code FFFFFFFF, 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 value 0xffffffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_STORM_CLOUD

      public static final int DB_STORM_CLOUD
      This color constant "DB Storm Cloud" has RGBA8888 code 9BADB7FF, 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 value 0x9badb7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_ELEPHANT

      public static final int DB_ELEPHANT
      This color constant "DB Elephant" has RGBA8888 code 847E87FF, 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 value 0x847e87ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_GRAPHITE

      public static final int DB_GRAPHITE
      This color constant "DB Graphite" has RGBA8888 code 696A6AFF, 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 value 0x696a6aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_SOOT

      public static final int DB_SOOT
      This color constant "DB Soot" has RGBA8888 code 595652FF, 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 value 0x595652ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_EGGPLANT

      public static final int DB_EGGPLANT
      This color constant "DB Eggplant" has RGBA8888 code 76428AFF, 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 value 0x76428aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_BLOOD

      public static final int DB_BLOOD
      This color constant "DB Blood" has RGBA8888 code AC3232FF, 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 value 0xac3232ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_CORAL

      public static final int DB_CORAL
      This color constant "DB Coral" has RGBA8888 code D95763FF, 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 value 0xd95763ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_LAVENDER

      public static final int DB_LAVENDER
      This color constant "DB Lavender" has RGBA8888 code D77BBAFF, 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 value 0xd77bbaff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_ARMY_GREEN

      public static final int DB_ARMY_GREEN
      This color constant "DB Army Green" has RGBA8888 code 8F974AFF, 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 value 0x8f974aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • DB_COMPOST

      public static final int DB_COMPOST
      This color constant "DB Compost" has RGBA8888 code 8A6F30FF, 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 value 0x8a6f30ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RED

      public static final int CW_RED
      This color constant "CW Red" has RGBA8888 code EE2A2AFF, 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 value 0xee2a2aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_RED

      public static final int CW_FADED_RED
      This color constant "CW Faded Red" has RGBA8888 code B76363FF, 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 value 0xb76363ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_RED

      public static final int CW_FLUSH_RED
      This color constant "CW Flush Red" has RGBA8888 code E21414FF, 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 value 0xe21414ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_RED

      public static final int CW_LIGHT_RED
      This color constant "CW Light Red" has RGBA8888 code ED8383FF, 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 value 0xed8383ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_RED

      public static final int CW_PALE_RED
      This color constant "CW Pale Red" has RGBA8888 code E6A7A7FF, 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 value 0xe6a7a7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_RED

      public static final int CW_BRIGHT_RED
      This color constant "CW Bright Red" has RGBA8888 code F43B3BFF, 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 value 0xf43b3bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_RED

      public static final int CW_DARK_RED
      This color constant "CW Dark Red" has RGBA8888 code A11616FF, 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 value 0xa11616ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_RED

      public static final int CW_DRAB_RED
      This color constant "CW Drab Red" has RGBA8888 code 923535FF, 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 value 0x923535ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_RED

      public static final int CW_RICH_RED
      This color constant "CW Rich Red" has RGBA8888 code BE1111FF, 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 value 0xbe1111ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_ORANGE

      public static final int CW_ORANGE
      This color constant "CW Orange" has RGBA8888 code F17C24FF, 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 value 0xf17c24ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_ORANGE

      public static final int CW_FADED_ORANGE
      This color constant "CW Faded Orange" has RGBA8888 code CC9B75FF, 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 value 0xcc9b75ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_ORANGE

      public static final int CW_FLUSH_ORANGE
      This color constant "CW Flush Orange" has RGBA8888 code E56D11FF, 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 value 0xe56d11ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_ORANGE

      public static final int CW_LIGHT_ORANGE
      This color constant "CW Light Orange" has RGBA8888 code F2B383FF, 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 value 0xf2b383ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_ORANGE

      public static final int CW_PALE_ORANGE
      This color constant "CW Pale Orange" has RGBA8888 code EDC8ACFF, 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 value 0xedc8acff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_ORANGE

      public static final int CW_BRIGHT_ORANGE
      This color constant "CW Bright Orange" has RGBA8888 code F68A39FF, 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 value 0xf68a39ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_ORANGE

      public static final int CW_DARK_ORANGE
      This color constant "CW Dark Orange" has RGBA8888 code A35113FF, 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 value 0xa35113ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_ORANGE

      public static final int CW_DRAB_ORANGE
      This color constant "CW Drab Orange" has RGBA8888 code A46B40FF, 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 value 0xa46b40ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_ORANGE

      public static final int CW_RICH_ORANGE
      This color constant "CW Rich Orange" has RGBA8888 code C15B0FFF, 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 value 0xc15b0fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BROWN

      public static final int CW_BROWN
      This color constant "CW Brown" has RGBA8888 code CD8B51FF, 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 value 0xcd8b51ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_BROWN

      public static final int CW_FADED_BROWN
      This color constant "CW Faded Brown" has RGBA8888 code BFA38AFF, 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 value 0xbfa38aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_BROWN

      public static final int CW_FLUSH_BROWN
      This color constant "CW Flush Brown" has RGBA8888 code C36F26FF, 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 value 0xc36f26ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_BROWN

      public static final int CW_LIGHT_BROWN
      This color constant "CW Light Brown" has RGBA8888 code DEBA9BFF, 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 value 0xdeba9bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_BROWN

      public static final int CW_PALE_BROWN
      This color constant "CW Pale Brown" has RGBA8888 code E2CDBBFF, 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 value 0xe2cdbbff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_BROWN

      public static final int CW_BRIGHT_BROWN
      This color constant "CW Bright Brown" has RGBA8888 code DF8F47FF, 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 value 0xdf8f47ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_BROWN

      public static final int CW_DARK_BROWN
      This color constant "CW Dark Brown" has RGBA8888 code 8A582BFF, 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 value 0x8a582bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_BROWN

      public static final int CW_DRAB_BROWN
      This color constant "CW Drab Brown" has RGBA8888 code 937358FF, 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 value 0x937358ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_BROWN

      public static final int CW_RICH_BROWN
      This color constant "CW Rich Brown" has RGBA8888 code A45D20FF, 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 value 0xa45d20ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_APRICOT

      public static final int CW_APRICOT
      This color constant "CW Apricot" has RGBA8888 code F9AA38FF, 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 value 0xf9aa38ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_APRICOT

      public static final int CW_FADED_APRICOT
      This color constant "CW Faded Apricot" has RGBA8888 code DDBC8BFF, 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 value 0xddbc8bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_APRICOT

      public static final int CW_FLUSH_APRICOT
      This color constant "CW Flush Apricot" has RGBA8888 code ED971BFF, 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 value 0xed971bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_APRICOT

      public static final int CW_LIGHT_APRICOT
      This color constant "CW Light Apricot" has RGBA8888 code F8CD90FF, 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 value 0xf8cd90ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_APRICOT

      public static final int CW_PALE_APRICOT
      This color constant "CW Pale Apricot" has RGBA8888 code F4DBB7FF, 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 value 0xf4dbb7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_APRICOT

      public static final int CW_BRIGHT_APRICOT
      This color constant "CW Bright Apricot" has RGBA8888 code FCAE3FFF, 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 value 0xfcae3fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_APRICOT

      public static final int CW_DARK_APRICOT
      This color constant "CW Dark Apricot" has RGBA8888 code A8701DFF, 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 value 0xa8701dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_APRICOT

      public static final int CW_DRAB_APRICOT
      This color constant "CW Drab Apricot" has RGBA8888 code B18B55FF, 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 value 0xb18b55ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_APRICOT

      public static final int CW_RICH_APRICOT
      This color constant "CW Rich Apricot" has RGBA8888 code C77F17FF, 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 value 0xc77f17ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_GOLD

      public static final int CW_GOLD
      This color constant "CW Gold" has RGBA8888 code EBCB1DFF, 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 value 0xebcb1dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_GOLD

      public static final int CW_FADED_GOLD
      This color constant "CW Faded Gold" has RGBA8888 code DCCF85FF, 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 value 0xdccf85ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_GOLD

      public static final int CW_FLUSH_GOLD
      This color constant "CW Flush Gold" has RGBA8888 code E0BF0DFF, 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 value 0xe0bf0dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_GOLD

      public static final int CW_LIGHT_GOLD
      This color constant "CW Light Gold" has RGBA8888 code F1E081FF, 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 value 0xf1e081ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_GOLD

      public static final int CW_PALE_GOLD
      This color constant "CW Pale Gold" has RGBA8888 code F1E7B0FF, 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 value 0xf1e7b0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_GOLD

      public static final int CW_BRIGHT_GOLD
      This color constant "CW Bright Gold" has RGBA8888 code F2D636FF, 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 value 0xf2d636ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_GOLD

      public static final int CW_DARK_GOLD
      This color constant "CW Dark Gold" has RGBA8888 code 9F880FFF, 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 value 0x9f880fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_GOLD

      public static final int CW_DRAB_GOLD
      This color constant "CW Drab Gold" has RGBA8888 code AFA04CFF, 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 value 0xafa04cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_GOLD

      public static final int CW_RICH_GOLD
      This color constant "CW Rich Gold" has RGBA8888 code BCA20BFF, 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 value 0xbca20bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_YELLOW

      public static final int CW_YELLOW
      This color constant "CW Yellow" has RGBA8888 code FBFA27FF, 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 value 0xfbfa27ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_YELLOW

      public static final int CW_FADED_YELLOW
      This color constant "CW Faded Yellow" has RGBA8888 code F2F197FF, 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 value 0xf2f197ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_YELLOW

      public static final int CW_FLUSH_YELLOW
      This color constant "CW Flush Yellow" has RGBA8888 code EEEE13FF, 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 value 0xeeee13ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_YELLOW

      public static final int CW_LIGHT_YELLOW
      This color constant "CW Light Yellow" has RGBA8888 code FCFB88FF, 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 value 0xfcfb88ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_YELLOW

      public static final int CW_PALE_YELLOW
      This color constant "CW Pale Yellow" has RGBA8888 code FBFAB8FF, 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 value 0xfbfab8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_YELLOW

      public static final int CW_BRIGHT_YELLOW
      This color constant "CW Bright Yellow" has RGBA8888 code FDFC39FF, 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 value 0xfdfc39ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_YELLOW

      public static final int CW_DARK_YELLOW
      This color constant "CW Dark Yellow" has RGBA8888 code AAA914FF, 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 value 0xaaa914ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_YELLOW

      public static final int CW_DRAB_YELLOW
      This color constant "CW Drab Yellow" has RGBA8888 code C1C05BFF, 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 value 0xc1c05bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_YELLOW

      public static final int CW_RICH_YELLOW
      This color constant "CW Rich Yellow" has RGBA8888 code C9C80FFF, 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 value 0xc9c80fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_CHARTREUSE

      public static final int CW_CHARTREUSE
      This color constant "CW Chartreuse" has RGBA8888 code C7F12FFF, 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 value 0xc7f12fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_CHARTREUSE

      public static final int CW_FADED_CHARTREUSE
      This color constant "CW Faded Chartreuse" has RGBA8888 code D4E693FF, 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 value 0xd4e693ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_CHARTREUSE

      public static final int CW_FLUSH_CHARTREUSE
      This color constant "CW Flush Chartreuse" has RGBA8888 code B8E516FF, 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 value 0xb8e516ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_CHARTREUSE

      public static final int CW_LIGHT_CHARTREUSE
      This color constant "CW Light Chartreuse" has RGBA8888 code DFF58CFF, 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 value 0xdff58cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_CHARTREUSE

      public static final int CW_PALE_CHARTREUSE
      This color constant "CW Pale Chartreuse" has RGBA8888 code E8F5B8FF, 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 value 0xe8f5b8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_CHARTREUSE

      public static final int CW_BRIGHT_CHARTREUSE
      This color constant "CW Bright Chartreuse" has RGBA8888 code CEF63CFF, 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 value 0xcef63cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_CHARTREUSE

      public static final int CW_DARK_CHARTREUSE
      This color constant "CW Dark Chartreuse" has RGBA8888 code 85A318FF, 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 value 0x85a318ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_CHARTREUSE

      public static final int CW_DRAB_CHARTREUSE
      This color constant "CW Drab Chartreuse" has RGBA8888 code A2B658FF, 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 value 0xa2b658ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_CHARTREUSE

      public static final int CW_RICH_CHARTREUSE
      This color constant "CW Rich Chartreuse" has RGBA8888 code 9BC112FF, 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 value 0x9bc112ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIME

      public static final int CW_LIME
      This color constant "CW Lime" has RGBA8888 code 9DDD11FF, 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 value 0x9ddd11ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_LIME

      public static final int CW_FADED_LIME
      This color constant "CW Faded Lime" has RGBA8888 code B5D079FF, 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 value 0xb5d079ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_LIME

      public static final int CW_FLUSH_LIME
      This color constant "CW Flush Lime" has RGBA8888 code 93D208FF, 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 value 0x93d208ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_LIME

      public static final int CW_LIGHT_LIME
      This color constant "CW Light Lime" has RGBA8888 code C6E97AFF, 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 value 0xc6e97aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_LIME

      public static final int CW_PALE_LIME
      This color constant "CW Pale Lime" has RGBA8888 code D6EBAAFF, 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 value 0xd6ebaaff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_LIME

      public static final int CW_BRIGHT_LIME
      This color constant "CW Bright Lime" has RGBA8888 code B1E932FF, 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 value 0xb1e932ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_LIME

      public static final int CW_DARK_LIME
      This color constant "CW Dark Lime" has RGBA8888 code 699508FF, 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 value 0x699508ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_LIME

      public static final int CW_DRAB_LIME
      This color constant "CW Drab Lime" has RGBA8888 code 85A441FF, 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 value 0x85a441ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_LIME

      public static final int CW_RICH_LIME
      This color constant "CW Rich Lime" has RGBA8888 code 7CB106FF, 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 value 0x7cb106ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_HONEYDEW

      public static final int CW_HONEYDEW
      This color constant "CW Honeydew" has RGBA8888 code A5F655FF, 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 value 0xa5f655ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_HONEYDEW

      public static final int CW_FADED_HONEYDEW
      This color constant "CW Faded Honeydew" has RGBA8888 code C4E6A1FF, 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 value 0xc4e6a1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_HONEYDEW

      public static final int CW_FLUSH_HONEYDEW
      This color constant "CW Flush Honeydew" has RGBA8888 code 89EA28FF, 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 value 0x89ea28ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_HONEYDEW

      public static final int CW_LIGHT_HONEYDEW
      This color constant "CW Light Honeydew" has RGBA8888 code CCF8A0FF, 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 value 0xccf8a0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_HONEYDEW

      public static final int CW_PALE_HONEYDEW
      This color constant "CW Pale Honeydew" has RGBA8888 code DCF6C3FF, 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 value 0xdcf6c3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_HONEYDEW

      public static final int CW_BRIGHT_HONEYDEW
      This color constant "CW Bright Honeydew" has RGBA8888 code A1FA48FF, 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 value 0xa1fa48ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_HONEYDEW

      public static final int CW_DARK_HONEYDEW
      This color constant "CW Dark Honeydew" has RGBA8888 code 69A62DFF, 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 value 0x69a62dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_HONEYDEW

      public static final int CW_DRAB_HONEYDEW
      This color constant "CW Drab Honeydew" has RGBA8888 code 90B76AFF, 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 value 0x90b76aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_HONEYDEW

      public static final int CW_RICH_HONEYDEW
      This color constant "CW Rich Honeydew" has RGBA8888 code 73C522FF, 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 value 0x73c522ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_GREEN

      public static final int CW_GREEN
      This color constant "CW Green" has RGBA8888 code 3EE628FF, 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 value 0x3ee628ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_GREEN

      public static final int CW_FADED_GREEN
      This color constant "CW Faded Green" has RGBA8888 code 84CC7AFF, 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 value 0x84cc7aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_GREEN

      public static final int CW_FLUSH_GREEN
      This color constant "CW Flush Green" has RGBA8888 code 2ADB13FF, 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 value 0x2adb13ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_GREEN

      public static final int CW_LIGHT_GREEN
      This color constant "CW Light Green" has RGBA8888 code 91EC85FF, 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 value 0x91ec85ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_GREEN

      public static final int CW_PALE_GREEN
      This color constant "CW Pale Green" has RGBA8888 code B5EBAEFF, 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 value 0xb5ebaeff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_GREEN

      public static final int CW_BRIGHT_GREEN
      This color constant "CW Bright Green" has RGBA8888 code 4FEF39FF, 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 value 0x4fef39ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_GREEN

      public static final int CW_DARK_GREEN
      This color constant "CW Dark Green" has RGBA8888 code 259B15FF, 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 value 0x259b15ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_GREEN

      public static final int CW_DRAB_GREEN
      This color constant "CW Drab Green" has RGBA8888 code 50A145FF, 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 value 0x50a145ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_GREEN

      public static final int CW_RICH_GREEN
      This color constant "CW Rich Green" has RGBA8888 code 23B810FF, 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 value 0x23b810ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_JADE

      public static final int CW_JADE
      This color constant "CW Jade" has RGBA8888 code 45E269FF, 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 value 0x45e269ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_JADE

      public static final int CW_FADED_JADE
      This color constant "CW Faded Jade" has RGBA8888 code 8ACD99FF, 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 value 0x8acd99ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_JADE

      public static final int CW_FLUSH_JADE
      This color constant "CW Flush Jade" has RGBA8888 code 21D74BFF, 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 value 0x21d74bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_JADE

      public static final int CW_LIGHT_JADE
      This color constant "CW Light Jade" has RGBA8888 code 95EAA9FF, 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 value 0x95eaa9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_JADE

      public static final int CW_PALE_JADE
      This color constant "CW Pale Jade" has RGBA8888 code B8EAC4FF, 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 value 0xb8eac4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_JADE

      public static final int CW_BRIGHT_JADE
      This color constant "CW Bright Jade" has RGBA8888 code 43EC6BFF, 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 value 0x43ec6bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_JADE

      public static final int CW_DARK_JADE
      This color constant "CW Dark Jade" has RGBA8888 code 249940FF, 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 value 0x249940ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_JADE

      public static final int CW_DRAB_JADE
      This color constant "CW Drab Jade" has RGBA8888 code 56A267FF, 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 value 0x56a267ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_JADE

      public static final int CW_RICH_JADE
      This color constant "CW Rich Jade" has RGBA8888 code 1BB53FFF, 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 value 0x1bb53fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_SEAFOAM

      public static final int CW_SEAFOAM
      This color constant "CW Seafoam" has RGBA8888 code 37F4B0FF, 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 value 0x37f4b0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_SEAFOAM

      public static final int CW_FADED_SEAFOAM
      This color constant "CW Faded Seafoam" has RGBA8888 code 8ADABDFF, 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 value 0x8adabdff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_SEAFOAM

      public static final int CW_FLUSH_SEAFOAM
      This color constant "CW Flush Seafoam" has RGBA8888 code 1AE89EFF, 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 value 0x1ae89eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_SEAFOAM

      public static final int CW_LIGHT_SEAFOAM
      This color constant "CW Light Seafoam" has RGBA8888 code 8FF6D1FF, 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 value 0x8ff6d1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_SEAFOAM

      public static final int CW_PALE_SEAFOAM
      This color constant "CW Pale Seafoam" has RGBA8888 code B6F3DDFF, 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 value 0xb6f3ddff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_SEAFOAM

      public static final int CW_BRIGHT_SEAFOAM
      This color constant "CW Bright Seafoam" has RGBA8888 code 3FF8B6FF, 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 value 0x3ff8b6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_SEAFOAM

      public static final int CW_DARK_SEAFOAM
      This color constant "CW Dark Seafoam" has RGBA8888 code 1DA574FF, 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 value 0x1da574ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_SEAFOAM

      public static final int CW_DRAB_SEAFOAM
      This color constant "CW Drab Seafoam" has RGBA8888 code 54AF8EFF, 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 value 0x54af8eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_SEAFOAM

      public static final int CW_RICH_SEAFOAM
      This color constant "CW Rich Seafoam" has RGBA8888 code 16C385FF, 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 value 0x16c385ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_CYAN

      public static final int CW_CYAN
      This color constant "CW Cyan" has RGBA8888 code 17E9E3FF, 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 value 0x17e9e3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_CYAN

      public static final int CW_FADED_CYAN
      This color constant "CW Faded Cyan" has RGBA8888 code 78D2D0FF, 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 value 0x78d2d0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_CYAN

      public static final int CW_FLUSH_CYAN
      This color constant "CW Flush Cyan" has RGBA8888 code 0ADED8FF, 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 value 0x0aded8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_CYAN

      public static final int CW_LIGHT_CYAN
      This color constant "CW Light Cyan" has RGBA8888 code 7DEFECFF, 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 value 0x7defecff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_CYAN

      public static final int CW_PALE_CYAN
      This color constant "CW Pale Cyan" has RGBA8888 code ABEEECFF, 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 value 0xabeeecff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_CYAN

      public static final int CW_BRIGHT_CYAN
      This color constant "CW Bright Cyan" has RGBA8888 code 34F1ECFF, 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 value 0x34f1ecff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_CYAN

      public static final int CW_DARK_CYAN
      This color constant "CW Dark Cyan" has RGBA8888 code 0D9D99FF, 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 value 0x0d9d99ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_CYAN

      public static final int CW_DRAB_CYAN
      This color constant "CW Drab Cyan" has RGBA8888 code 41A7A4FF, 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 value 0x41a7a4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_CYAN

      public static final int CW_RICH_CYAN
      This color constant "CW Rich Cyan" has RGBA8888 code 09BAB6FF, 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 value 0x09bab6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_AZURE

      public static final int CW_AZURE
      This color constant "CW Azure" has RGBA8888 code 33C0E4FF, 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 value 0x33c0e4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_AZURE

      public static final int CW_FADED_AZURE
      This color constant "CW Faded Azure" has RGBA8888 code 7CB9C8FF, 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 value 0x7cb9c8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_AZURE

      public static final int CW_FLUSH_AZURE
      This color constant "CW Flush Azure" has RGBA8888 code 18B2D9FF, 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 value 0x18b2d9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_AZURE

      public static final int CW_LIGHT_AZURE
      This color constant "CW Light Azure" has RGBA8888 code 8BD8EBFF, 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 value 0x8bd8ebff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_AZURE

      public static final int CW_PALE_AZURE
      This color constant "CW Pale Azure" has RGBA8888 code B2DFEAFF, 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 value 0xb2dfeaff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_AZURE

      public static final int CW_BRIGHT_AZURE
      This color constant "CW Bright Azure" has RGBA8888 code 3DCAEEFF, 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 value 0x3dcaeeff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_AZURE

      public static final int CW_DARK_AZURE
      This color constant "CW Dark Azure" has RGBA8888 code 1B819AFF, 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 value 0x1b819aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_AZURE

      public static final int CW_DRAB_AZURE
      This color constant "CW Drab Azure" has RGBA8888 code 498D9FFF, 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 value 0x498d9fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_AZURE

      public static final int CW_RICH_AZURE
      This color constant "CW Rich Azure" has RGBA8888 code 1596B6FF, 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 value 0x1596b6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BLUE

      public static final int CW_BLUE
      This color constant "CW Blue" has RGBA8888 code 267CE9FF, 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 value 0x267ce9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_BLUE

      public static final int CW_FADED_BLUE
      This color constant "CW Faded Blue" has RGBA8888 code 658AB9FF, 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 value 0x658ab9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_BLUE

      public static final int CW_FLUSH_BLUE
      This color constant "CW Flush Blue" has RGBA8888 code 136CDEFF, 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 value 0x136cdeff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_BLUE

      public static final int CW_LIGHT_BLUE
      This color constant "CW Light Blue" has RGBA8888 code 81B0EBFF, 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 value 0x81b0ebff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_BLUE

      public static final int CW_PALE_BLUE
      This color constant "CW Pale Blue" has RGBA8888 code A7C3E6FF, 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 value 0xa7c3e6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_BLUE

      public static final int CW_BRIGHT_BLUE
      This color constant "CW Bright Blue" has RGBA8888 code 398AF1FF, 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 value 0x398af1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_BLUE

      public static final int CW_DARK_BLUE
      This color constant "CW Dark Blue" has RGBA8888 code 15519DFF, 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 value 0x15519dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_BLUE

      public static final int CW_DRAB_BLUE
      This color constant "CW Drab Blue" has RGBA8888 code 355E93FF, 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 value 0x355e93ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_BLUE

      public static final int CW_RICH_BLUE
      This color constant "CW Rich Blue" has RGBA8888 code 0F5ABBFF, 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 value 0x0f5abbff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_SAPPHIRE

      public static final int CW_SAPPHIRE
      This color constant "CW Sapphire" has RGBA8888 code 3244E8FF, 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 value 0x3244e8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_SAPPHIRE

      public static final int CW_FADED_SAPPHIRE
      This color constant "CW Faded Sapphire" has RGBA8888 code 5E65ACFF, 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 value 0x5e65acff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_SAPPHIRE

      public static final int CW_FLUSH_SAPPHIRE
      This color constant "CW Flush Sapphire" has RGBA8888 code 172BDDFF, 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 value 0x172bddff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_SAPPHIRE

      public static final int CW_LIGHT_SAPPHIRE
      This color constant "CW Light Sapphire" has RGBA8888 code 8690E9FF, 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 value 0x8690e9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_SAPPHIRE

      public static final int CW_PALE_SAPPHIRE
      This color constant "CW Pale Sapphire" has RGBA8888 code A7ADE1FF, 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 value 0xa7ade1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_SAPPHIRE

      public static final int CW_BRIGHT_SAPPHIRE
      This color constant "CW Bright Sapphire" has RGBA8888 code 3D4DF0FF, 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 value 0x3d4df0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_SAPPHIRE

      public static final int CW_DARK_SAPPHIRE
      This color constant "CW Dark Sapphire" has RGBA8888 code 1A289DFF, 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 value 0x1a289dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_SAPPHIRE

      public static final int CW_DRAB_SAPPHIRE
      This color constant "CW Drab Sapphire" has RGBA8888 code 323A8AFF, 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 value 0x323a8aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_SAPPHIRE

      public static final int CW_RICH_SAPPHIRE
      This color constant "CW Rich Sapphire" has RGBA8888 code 1424BAFF, 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 value 0x1424baff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_INDIGO

      public static final int CW_INDIGO
      This color constant "CW Indigo" has RGBA8888 code 5313DFFF, 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 value 0x5313dfff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_INDIGO

      public static final int CW_FADED_INDIGO
      This color constant "CW Faded Indigo" has RGBA8888 code 63489FFF, 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 value 0x63489fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_INDIGO

      public static final int CW_FLUSH_INDIGO
      This color constant "CW Flush Indigo" has RGBA8888 code 4909D4FF, 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 value 0x4909d4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_INDIGO

      public static final int CW_LIGHT_INDIGO
      This color constant "CW Light Indigo" has RGBA8888 code 9774E2FF, 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 value 0x9774e2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_INDIGO

      public static final int CW_PALE_INDIGO
      This color constant "CW Pale Indigo" has RGBA8888 code AF9BDBFF, 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 value 0xaf9bdbff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_INDIGO

      public static final int CW_BRIGHT_INDIGO
      This color constant "CW Bright Indigo" has RGBA8888 code 6C33EAFF, 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 value 0x6c33eaff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_INDIGO

      public static final int CW_DARK_INDIGO
      This color constant "CW Dark Indigo" has RGBA8888 code 360997FF, 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 value 0x360997ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_INDIGO

      public static final int CW_DRAB_INDIGO
      This color constant "CW Drab Indigo" has RGBA8888 code 3B1D7EFF, 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 value 0x3b1d7eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_INDIGO

      public static final int CW_RICH_INDIGO
      This color constant "CW Rich Indigo" has RGBA8888 code 3D07B3FF, 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 value 0x3d07b3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_VIOLET

      public static final int CW_VIOLET
      This color constant "CW Violet" has RGBA8888 code 902BE7FF, 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 value 0x902be7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_VIOLET

      public static final int CW_FADED_VIOLET
      This color constant "CW Faded Violet" has RGBA8888 code 8C61B1FF, 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 value 0x8c61b1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_VIOLET

      public static final int CW_FLUSH_VIOLET
      This color constant "CW Flush Violet" has RGBA8888 code 7F14DCFF, 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 value 0x7f14dcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_VIOLET

      public static final int CW_LIGHT_VIOLET
      This color constant "CW Light Violet" has RGBA8888 code BA83E9FF, 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 value 0xba83e9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_VIOLET

      public static final int CW_PALE_VIOLET
      This color constant "CW Pale Violet" has RGBA8888 code C6A7E2FF, 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 value 0xc6a7e2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_VIOLET

      public static final int CW_BRIGHT_VIOLET
      This color constant "CW Bright Violet" has RGBA8888 code 9C3AF0FF, 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 value 0x9c3af0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_VIOLET

      public static final int CW_DARK_VIOLET
      This color constant "CW Dark Violet" has RGBA8888 code 5E179CFF, 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 value 0x5e179cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_VIOLET

      public static final int CW_DRAB_VIOLET
      This color constant "CW Drab Violet" has RGBA8888 code 63328DFF, 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 value 0x63328dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_VIOLET

      public static final int CW_RICH_VIOLET
      This color constant "CW Rich Violet" has RGBA8888 code 6B11B9FF, 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 value 0x6b11b9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PURPLE

      public static final int CW_PURPLE
      This color constant "CW Purple" has RGBA8888 code C934E9FF, 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 value 0xc934e9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_PURPLE

      public static final int CW_FADED_PURPLE
      This color constant "CW Faded Purple" has RGBA8888 code AE6EBCFF, 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 value 0xae6ebcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_PURPLE

      public static final int CW_FLUSH_PURPLE
      This color constant "CW Flush Purple" has RGBA8888 code BB18DEFF, 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 value 0xbb18deff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_PURPLE

      public static final int CW_LIGHT_PURPLE
      This color constant "CW Light Purple" has RGBA8888 code DA89ECFF, 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 value 0xda89ecff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_PURPLE

      public static final int CW_PALE_PURPLE
      This color constant "CW Pale Purple" has RGBA8888 code DCADE7FF, 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 value 0xdcade7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_PURPLE

      public static final int CW_BRIGHT_PURPLE
      This color constant "CW Bright Purple" has RGBA8888 code D13DF1FF, 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 value 0xd13df1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_PURPLE

      public static final int CW_DARK_PURPLE
      This color constant "CW Dark Purple" has RGBA8888 code 871C9DFF, 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 value 0x871c9dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_PURPLE

      public static final int CW_DRAB_PURPLE
      This color constant "CW Drab Purple" has RGBA8888 code 863F95FF, 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 value 0x863f95ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_PURPLE

      public static final int CW_RICH_PURPLE
      This color constant "CW Rich Purple" has RGBA8888 code 9E15BAFF, 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 value 0x9e15baff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_MAGENTA

      public static final int CW_MAGENTA
      This color constant "CW Magenta" has RGBA8888 code E71FBCFF, 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 value 0xe71fbcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_MAGENTA

      public static final int CW_FADED_MAGENTA
      This color constant "CW Faded Magenta" has RGBA8888 code B761A4FF, 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 value 0xb761a4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_MAGENTA

      public static final int CW_FLUSH_MAGENTA
      This color constant "CW Flush Magenta" has RGBA8888 code DC0EB0FF, 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 value 0xdc0eb0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_MAGENTA

      public static final int CW_LIGHT_MAGENTA
      This color constant "CW Light Magenta" has RGBA8888 code EA7ED2FF, 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 value 0xea7ed2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_MAGENTA

      public static final int CW_PALE_MAGENTA
      This color constant "CW Pale Magenta" has RGBA8888 code E4A5D6FF, 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 value 0xe4a5d6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_MAGENTA

      public static final int CW_BRIGHT_MAGENTA
      This color constant "CW Bright Magenta" has RGBA8888 code F036C9FF, 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 value 0xf036c9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_MAGENTA

      public static final int CW_DARK_MAGENTA
      This color constant "CW Dark Magenta" has RGBA8888 code 9C117EFF, 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 value 0x9c117eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_MAGENTA

      public static final int CW_DRAB_MAGENTA
      This color constant "CW Drab Magenta" has RGBA8888 code 91307CFF, 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 value 0x91307cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_MAGENTA

      public static final int CW_RICH_MAGENTA
      This color constant "CW Rich Magenta" has RGBA8888 code B90D94FF, 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 value 0xb90d94ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_ROSE

      public static final int CW_ROSE
      This color constant "CW Rose" has RGBA8888 code E41A71FF, 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 value 0xe41a71ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FADED_ROSE

      public static final int CW_FADED_ROSE
      This color constant "CW Faded Rose" has RGBA8888 code B05A7FFF, 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 value 0xb05a7fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_FLUSH_ROSE

      public static final int CW_FLUSH_ROSE
      This color constant "CW Flush Rose" has RGBA8888 code D90D64FF, 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 value 0xd90d64ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_ROSE

      public static final int CW_LIGHT_ROSE
      This color constant "CW Light Rose" has RGBA8888 code E87AA9FF, 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 value 0xe87aa9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_PALE_ROSE

      public static final int CW_PALE_ROSE
      This color constant "CW Pale Rose" has RGBA8888 code E2A2BDFF, 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 value 0xe2a2bdff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BRIGHT_ROSE

      public static final int CW_BRIGHT_ROSE
      This color constant "CW Bright Rose" has RGBA8888 code EE3585FF, 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 value 0xee3585ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_ROSE

      public static final int CW_DARK_ROSE
      This color constant "CW Dark Rose" has RGBA8888 code 9A0D4AFF, 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 value 0x9a0d4aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DRAB_ROSE

      public static final int CW_DRAB_ROSE
      This color constant "CW Drab Rose" has RGBA8888 code 8C2B55FF, 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 value 0x8c2b55ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_RICH_ROSE

      public static final int CW_RICH_ROSE
      This color constant "CW Rich Rose" has RGBA8888 code B60B54FF, 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 value 0xb60b54ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_BLACK

      public static final int CW_BLACK
      This color constant "CW Black" has RGBA8888 code 000000FF, 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 value 0x000000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_ALMOST_BLACK

      public static final int CW_ALMOST_BLACK
      This color constant "CW Almost Black" has RGBA8888 code 1F1F1FFF, 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 value 0x1f1f1fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_GRAY_BLACK

      public static final int CW_GRAY_BLACK
      This color constant "CW Gray Black" has RGBA8888 code 3F3F3FFF, 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 value 0x3f3f3fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_DARK_GRAY

      public static final int CW_DARK_GRAY
      This color constant "CW Dark Gray" has RGBA8888 code 5F5F5FFF, 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 value 0x5f5f5fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_GRAY

      public static final int CW_GRAY
      This color constant "CW Gray" has RGBA8888 code 7F7F7FFF, 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 value 0x7f7f7fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_LIGHT_GRAY

      public static final int CW_LIGHT_GRAY
      This color constant "CW Light Gray" has RGBA8888 code 9F9F9FFF, 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 value 0x9f9f9fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_GRAY_WHITE

      public static final int CW_GRAY_WHITE
      This color constant "CW Gray White" has RGBA8888 code BFBFBFFF, 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 value 0xbfbfbfff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_ALMOST_WHITE

      public static final int CW_ALMOST_WHITE
      This color constant "CW Almost White" has RGBA8888 code DFDFDFFF, 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 value 0xdfdfdfff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • CW_WHITE

      public static final int CW_WHITE
      This color constant "CW White" has RGBA8888 code FFFFFFFF, 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 value 0xffffffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_TRANSPARENT

      public static final int AURORA_TRANSPARENT
      This color constant "Aurora Transparent" has RGBA8888 code 00000000, 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 value 0x00000000.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PITCH_BLACK

      public static final int AURORA_PITCH_BLACK
      This color constant "Aurora Pitch Black" has RGBA8888 code 010101FF, 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 value 0x010101ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_COAL_BLACK

      public static final int AURORA_COAL_BLACK
      This color constant "Aurora Coal Black" has RGBA8888 code 131313FF, 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 value 0x131313ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SHADOW

      public static final int AURORA_SHADOW
      This color constant "Aurora Shadow" has RGBA8888 code 252525FF, 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 value 0x252525ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_GRAPHITE

      public static final int AURORA_GRAPHITE
      This color constant "Aurora Graphite" has RGBA8888 code 373737FF, 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 value 0x373737ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SMOKE

      public static final int AURORA_SMOKE
      This color constant "Aurora Smoke" has RGBA8888 code 494949FF, 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 value 0x494949ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LEAD

      public static final int AURORA_LEAD
      This color constant "Aurora Lead" has RGBA8888 code 5B5B5BFF, 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 value 0x5b5b5bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_IRON

      public static final int AURORA_IRON
      This color constant "Aurora Iron" has RGBA8888 code 6E6E6EFF, 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 value 0x6e6e6eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ELEPHANT

      public static final int AURORA_ELEPHANT
      This color constant "Aurora Elephant" has RGBA8888 code 808080FF, 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 value 0x808080ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CHINCHILLA

      public static final int AURORA_CHINCHILLA
      This color constant "Aurora Chinchilla" has RGBA8888 code 929292FF, 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 value 0x929292ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_GREYHOUND

      public static final int AURORA_GREYHOUND
      This color constant "Aurora Greyhound" has RGBA8888 code A4A4A4FF, 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 value 0xa4a4a4ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SILVER

      public static final int AURORA_SILVER
      This color constant "Aurora Silver" has RGBA8888 code B6B6B6FF, 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 value 0xb6b6b6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FOG

      public static final int AURORA_FOG
      This color constant "Aurora Fog" has RGBA8888 code C9C9C9FF, 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 value 0xc9c9c9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PLATINUM

      public static final int AURORA_PLATINUM
      This color constant "Aurora Platinum" has RGBA8888 code DBDBDBFF, 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 value 0xdbdbdbff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CLOUD

      public static final int AURORA_CLOUD
      This color constant "Aurora Cloud" has RGBA8888 code EDEDEDFF, 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 value 0xedededff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SHINING_WHITE

      public static final int AURORA_SHINING_WHITE
      This color constant "Aurora Shining White" has RGBA8888 code FFFFFFFF, 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 value 0xffffffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SEAWATER

      public static final int AURORA_SEAWATER
      This color constant "Aurora Seawater" has RGBA8888 code 007F7FFF, 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 value 0x007f7fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_HOSPITAL_GREEN

      public static final int AURORA_HOSPITAL_GREEN
      This color constant "Aurora Hospital Green" has RGBA8888 code 3FBFBFFF, 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 value 0x3fbfbfff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CYAN

      public static final int AURORA_CYAN
      This color constant "Aurora Cyan" has RGBA8888 code 00FFFFFF, 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 value 0x00ffffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BUBBLE

      public static final int AURORA_BUBBLE
      This color constant "Aurora Bubble" has RGBA8888 code BFFFFFFF, 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 value 0xbfffffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PERIWINKLE

      public static final int AURORA_PERIWINKLE
      This color constant "Aurora Periwinkle" has RGBA8888 code 8181FFFF, 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 value 0x8181ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ULTRAMARINE

      public static final int AURORA_ULTRAMARINE
      This color constant "Aurora Ultramarine" has RGBA8888 code 0000FFFF, 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 value 0x0000ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FADED_BLUE

      public static final int AURORA_FADED_BLUE
      This color constant "Aurora Faded Blue" has RGBA8888 code 3F3FBFFF, 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 value 0x3f3fbfff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_OCEAN_BLUE

      public static final int AURORA_OCEAN_BLUE
      This color constant "Aurora Ocean Blue" has RGBA8888 code 00007FFF, 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 value 0x00007fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_STYGIAN_BLUE

      public static final int AURORA_STYGIAN_BLUE
      This color constant "Aurora Stygian Blue" has RGBA8888 code 0F0F50FF, 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 value 0x0f0f50ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DEEP_PURPLE

      public static final int AURORA_DEEP_PURPLE
      This color constant "Aurora Deep Purple" has RGBA8888 code 7F007FFF, 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 value 0x7f007fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_TYRIAN_PURPLE

      public static final int AURORA_TYRIAN_PURPLE
      This color constant "Aurora Tyrian Purple" has RGBA8888 code BF3FBFFF, 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 value 0xbf3fbfff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MAGENTA

      public static final int AURORA_MAGENTA
      This color constant "Aurora Magenta" has RGBA8888 code F500F5FF, 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 value 0xf500f5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BUBBLEGUM_PINK

      public static final int AURORA_BUBBLEGUM_PINK
      This color constant "Aurora Bubblegum Pink" has RGBA8888 code FD81FFFF, 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 value 0xfd81ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PORK_CHOP

      public static final int AURORA_PORK_CHOP
      This color constant "Aurora Pork Chop" has RGBA8888 code FFC0CBFF, 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 value 0xffc0cbff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_RAW_MEAT

      public static final int AURORA_RAW_MEAT
      This color constant "Aurora Raw Meat" has RGBA8888 code FF8181FF, 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 value 0xff8181ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FRESH_BLOOD

      public static final int AURORA_FRESH_BLOOD
      This color constant "Aurora Fresh Blood" has RGBA8888 code FF0000FF, 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 value 0xff0000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PUTTY

      public static final int AURORA_PUTTY
      This color constant "Aurora Putty" has RGBA8888 code BF3F3FFF, 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 value 0xbf3f3fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SIENNA

      public static final int AURORA_SIENNA
      This color constant "Aurora Sienna" has RGBA8888 code 7F0000FF, 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 value 0x7f0000ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SEAL_BROWN

      public static final int AURORA_SEAL_BROWN
      This color constant "Aurora Seal Brown" has RGBA8888 code 551414FF, 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 value 0x551414ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MUMMY_BROWN

      public static final int AURORA_MUMMY_BROWN
      This color constant "Aurora Mummy Brown" has RGBA8888 code 7F3F00FF, 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 value 0x7f3f00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FAWN

      public static final int AURORA_FAWN
      This color constant "Aurora Fawn" has RGBA8888 code BF7F3FFF, 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 value 0xbf7f3fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ORANGE

      public static final int AURORA_ORANGE
      This color constant "Aurora Orange" has RGBA8888 code FF7F00FF, 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 value 0xff7f00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PEACH

      public static final int AURORA_PEACH
      This color constant "Aurora Peach" has RGBA8888 code FFBF81FF, 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 value 0xffbf81ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CREAM

      public static final int AURORA_CREAM
      This color constant "Aurora Cream" has RGBA8888 code FFFFBFFF, 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 value 0xffffbfff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LEMON

      public static final int AURORA_LEMON
      This color constant "Aurora Lemon" has RGBA8888 code FFFF00FF, 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 value 0xffff00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_EARWAX

      public static final int AURORA_EARWAX
      This color constant "Aurora Earwax" has RGBA8888 code BFBF3FFF, 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 value 0xbfbf3fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_UMBER

      public static final int AURORA_UMBER
      This color constant "Aurora Umber" has RGBA8888 code 7F7F00FF, 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 value 0x7f7f00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_IVY_GREEN

      public static final int AURORA_IVY_GREEN
      This color constant "Aurora Ivy Green" has RGBA8888 code 007F00FF, 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 value 0x007f00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_JADE

      public static final int AURORA_JADE
      This color constant "Aurora Jade" has RGBA8888 code 3FBF3FFF, 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 value 0x3fbf3fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SHAMROCK_GREEN

      public static final int AURORA_SHAMROCK_GREEN
      This color constant "Aurora Shamrock Green" has RGBA8888 code 00FF00FF, 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 value 0x00ff00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CELADON

      public static final int AURORA_CELADON
      This color constant "Aurora Celadon" has RGBA8888 code AFFFAFFF, 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 value 0xafffafff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PUCE

      public static final int AURORA_PUCE
      This color constant "Aurora Puce" has RGBA8888 code BCAFC0FF, 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 value 0xbcafc0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BEIGE

      public static final int AURORA_BEIGE
      This color constant "Aurora Beige" has RGBA8888 code CBAA89FF, 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 value 0xcbaa89ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_WET_STONE

      public static final int AURORA_WET_STONE
      This color constant "Aurora Wet Stone" has RGBA8888 code A6A090FF, 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 value 0xa6a090ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SLOW_CREEK

      public static final int AURORA_SLOW_CREEK
      This color constant "Aurora Slow Creek" has RGBA8888 code 7E9494FF, 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 value 0x7e9494ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SLATE_GRAY

      public static final int AURORA_SLATE_GRAY
      This color constant "Aurora Slate Gray" has RGBA8888 code 6E8287FF, 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 value 0x6e8287ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIGHT_SKIN_1

      public static final int AURORA_LIGHT_SKIN_1
      This color constant "Aurora Light Skin 1" has RGBA8888 code 7E6E60FF, 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 value 0x7e6e60ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIGHT_SKIN_2

      public static final int AURORA_LIGHT_SKIN_2
      This color constant "Aurora Light Skin 2" has RGBA8888 code A0695FFF, 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 value 0xa0695fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIGHT_SKIN_3

      public static final int AURORA_LIGHT_SKIN_3
      This color constant "Aurora Light Skin 3" has RGBA8888 code C07872FF, 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 value 0xc07872ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIGHT_SKIN_4

      public static final int AURORA_LIGHT_SKIN_4
      This color constant "Aurora Light Skin 4" has RGBA8888 code D08A74FF, 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 value 0xd08a74ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIGHT_SKIN_5

      public static final int AURORA_LIGHT_SKIN_5
      This color constant "Aurora Light Skin 5" has RGBA8888 code E19B7DFF, 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 value 0xe19b7dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIGHT_SKIN_6

      public static final int AURORA_LIGHT_SKIN_6
      This color constant "Aurora Light Skin 6" has RGBA8888 code EBAA8CFF, 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 value 0xebaa8cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIGHT_SKIN_7

      public static final int AURORA_LIGHT_SKIN_7
      This color constant "Aurora Light Skin 7" has RGBA8888 code F5B99BFF, 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 value 0xf5b99bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIGHT_SKIN_8

      public static final int AURORA_LIGHT_SKIN_8
      This color constant "Aurora Light Skin 8" has RGBA8888 code F6C8AFFF, 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 value 0xf6c8afff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIGHT_SKIN_9

      public static final int AURORA_LIGHT_SKIN_9
      This color constant "Aurora Light Skin 9" has RGBA8888 code F5E1D2FF, 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 value 0xf5e1d2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DARK_SKIN_1

      public static final int AURORA_DARK_SKIN_1
      This color constant "Aurora Dark Skin 1" has RGBA8888 code 573B3BFF, 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 value 0x573b3bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DARK_SKIN_2

      public static final int AURORA_DARK_SKIN_2
      This color constant "Aurora Dark Skin 2" has RGBA8888 code 73413CFF, 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 value 0x73413cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DARK_SKIN_3

      public static final int AURORA_DARK_SKIN_3
      This color constant "Aurora Dark Skin 3" has RGBA8888 code 8E5555FF, 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 value 0x8e5555ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PINK_SKIN_1

      public static final int AURORA_PINK_SKIN_1
      This color constant "Aurora Pink Skin 1" has RGBA8888 code AB7373FF, 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 value 0xab7373ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PINK_SKIN_2

      public static final int AURORA_PINK_SKIN_2
      This color constant "Aurora Pink Skin 2" has RGBA8888 code C78F8FFF, 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 value 0xc78f8fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PINK_SKIN_3

      public static final int AURORA_PINK_SKIN_3
      This color constant "Aurora Pink Skin 3" has RGBA8888 code E3ABABFF, 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 value 0xe3ababff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PINK_SKIN_4

      public static final int AURORA_PINK_SKIN_4
      This color constant "Aurora Pink Skin 4" has RGBA8888 code F8D2DAFF, 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 value 0xf8d2daff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BRONZE_SKIN_4

      public static final int AURORA_BRONZE_SKIN_4
      This color constant "Aurora Bronze Skin 4" has RGBA8888 code E3C7ABFF, 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 value 0xe3c7abff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BRONZE_SKIN_3

      public static final int AURORA_BRONZE_SKIN_3
      This color constant "Aurora Bronze Skin 3" has RGBA8888 code C49E73FF, 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 value 0xc49e73ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BRONZE_SKIN_2

      public static final int AURORA_BRONZE_SKIN_2
      This color constant "Aurora Bronze Skin 2" has RGBA8888 code 8F7357FF, 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 value 0x8f7357ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BRONZE_SKIN_1

      public static final int AURORA_BRONZE_SKIN_1
      This color constant "Aurora Bronze Skin 1" has RGBA8888 code 73573BFF, 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 value 0x73573bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_TAUPE

      public static final int AURORA_TAUPE
      This color constant "Aurora Taupe" has RGBA8888 code 3B2D1FFF, 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 value 0x3b2d1fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DRAB_GREEN

      public static final int AURORA_DRAB_GREEN
      This color constant "Aurora Drab Green" has RGBA8888 code 414123FF, 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 value 0x414123ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIZARD_SCALES

      public static final int AURORA_LIZARD_SCALES
      This color constant "Aurora Lizard Scales" has RGBA8888 code 73733BFF, 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 value 0x73733bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CRICKET

      public static final int AURORA_CRICKET
      This color constant "Aurora Cricket" has RGBA8888 code 8F8F57FF, 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 value 0x8f8f57ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_OLIVE_OIL

      public static final int AURORA_OLIVE_OIL
      This color constant "Aurora Olive Oil" has RGBA8888 code A2A255FF, 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 value 0xa2a255ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DUN

      public static final int AURORA_DUN
      This color constant "Aurora Dun" has RGBA8888 code B5B572FF, 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 value 0xb5b572ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CORN_SILK

      public static final int AURORA_CORN_SILK
      This color constant "Aurora Corn Silk" has RGBA8888 code C7C78FFF, 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 value 0xc7c78fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_TAN

      public static final int AURORA_TAN
      This color constant "Aurora Tan" has RGBA8888 code DADAABFF, 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 value 0xdadaabff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_STRAW

      public static final int AURORA_STRAW
      This color constant "Aurora Straw" has RGBA8888 code EDEDC7FF, 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 value 0xededc7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_HONEYDEW

      public static final int AURORA_HONEYDEW
      This color constant "Aurora Honeydew" has RGBA8888 code C7E3ABFF, 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 value 0xc7e3abff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_TARNISH

      public static final int AURORA_TARNISH
      This color constant "Aurora Tarnish" has RGBA8888 code ABC78FFF, 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 value 0xabc78fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PEA_SOUP

      public static final int AURORA_PEA_SOUP
      This color constant "Aurora Pea Soup" has RGBA8888 code 8EBE55FF, 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 value 0x8ebe55ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MARSH

      public static final int AURORA_MARSH
      This color constant "Aurora Marsh" has RGBA8888 code 738F57FF, 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 value 0x738f57ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ASPARAGUS

      public static final int AURORA_ASPARAGUS
      This color constant "Aurora Asparagus" has RGBA8888 code 587D3EFF, 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 value 0x587d3eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PEAT_BOG

      public static final int AURORA_PEAT_BOG
      This color constant "Aurora Peat Bog" has RGBA8888 code 465032FF, 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 value 0x465032ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DEEP_JUNGLE

      public static final int AURORA_DEEP_JUNGLE
      This color constant "Aurora Deep Jungle" has RGBA8888 code 191E0FFF, 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 value 0x191e0fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PINE_GREEN

      public static final int AURORA_PINE_GREEN
      This color constant "Aurora Pine Green" has RGBA8888 code 235037FF, 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 value 0x235037ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_OLIVE_GREEN

      public static final int AURORA_OLIVE_GREEN
      This color constant "Aurora Olive Green" has RGBA8888 code 3B573BFF, 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 value 0x3b573bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_GRAY_GREEN

      public static final int AURORA_GRAY_GREEN
      This color constant "Aurora Gray Green" has RGBA8888 code 506450FF, 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 value 0x506450ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MAIDENHAIR_FERN

      public static final int AURORA_MAIDENHAIR_FERN
      This color constant "Aurora Maidenhair Fern" has RGBA8888 code 3B7349FF, 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 value 0x3b7349ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_KELLY_GREEN

      public static final int AURORA_KELLY_GREEN
      This color constant "Aurora Kelly Green" has RGBA8888 code 578F57FF, 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 value 0x578f57ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DUSTY_GREEN

      public static final int AURORA_DUSTY_GREEN
      This color constant "Aurora Dusty Green" has RGBA8888 code 73AB73FF, 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 value 0x73ab73ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_GARTER_SNAKE

      public static final int AURORA_GARTER_SNAKE
      This color constant "Aurora Garter Snake" has RGBA8888 code 64C082FF, 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 value 0x64c082ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SILVER_GREEN

      public static final int AURORA_SILVER_GREEN
      This color constant "Aurora Silver Green" has RGBA8888 code 8FC78FFF, 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 value 0x8fc78fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PISTACHIO

      public static final int AURORA_PISTACHIO
      This color constant "Aurora Pistachio" has RGBA8888 code A2D8A2FF, 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 value 0xa2d8a2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ANGEL_WING

      public static final int AURORA_ANGEL_WING
      This color constant "Aurora Angel Wing" has RGBA8888 code E1F8FAFF, 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 value 0xe1f8faff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SAGE_GREEN

      public static final int AURORA_SAGE_GREEN
      This color constant "Aurora Sage Green" has RGBA8888 code B4EECAFF, 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 value 0xb4eecaff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DRIED_SAGE

      public static final int AURORA_DRIED_SAGE
      This color constant "Aurora Dried Sage" has RGBA8888 code ABE3C5FF, 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 value 0xabe3c5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ARTICHOKE

      public static final int AURORA_ARTICHOKE
      This color constant "Aurora Artichoke" has RGBA8888 code 87B48EFF, 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 value 0x87b48eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_VIRIDIAN

      public static final int AURORA_VIRIDIAN
      This color constant "Aurora Viridian" has RGBA8888 code 507D5FFF, 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 value 0x507d5fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FLORAL_FOAM

      public static final int AURORA_FLORAL_FOAM
      This color constant "Aurora Floral Foam" has RGBA8888 code 0F6946FF, 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 value 0x0f6946ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_HUNTER_GREEN

      public static final int AURORA_HUNTER_GREEN
      This color constant "Aurora Hunter Green" has RGBA8888 code 1E2D23FF, 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 value 0x1e2d23ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DARK_TEAL

      public static final int AURORA_DARK_TEAL
      This color constant "Aurora Dark Teal" has RGBA8888 code 234146FF, 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 value 0x234146ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_KYANITE

      public static final int AURORA_KYANITE
      This color constant "Aurora Kyanite" has RGBA8888 code 3B7373FF, 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 value 0x3b7373ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SPEARMINT

      public static final int AURORA_SPEARMINT
      This color constant "Aurora Spearmint" has RGBA8888 code 64ABABFF, 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 value 0x64ababff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_AMAZONITE

      public static final int AURORA_AMAZONITE
      This color constant "Aurora Amazonite" has RGBA8888 code 8FC7C7FF, 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 value 0x8fc7c7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PASTEL_SKY

      public static final int AURORA_PASTEL_SKY
      This color constant "Aurora Pastel Sky" has RGBA8888 code ABE3E3FF, 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 value 0xabe3e3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_AQUAMARINE

      public static final int AURORA_AQUAMARINE
      This color constant "Aurora Aquamarine" has RGBA8888 code C7F1F1FF, 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 value 0xc7f1f1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DUST_BUNNY

      public static final int AURORA_DUST_BUNNY
      This color constant "Aurora Dust Bunny" has RGBA8888 code BED2F0FF, 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 value 0xbed2f0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PATINA

      public static final int AURORA_PATINA
      This color constant "Aurora Patina" has RGBA8888 code ABC7E3FF, 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 value 0xabc7e3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CHIPPED_GRANITE

      public static final int AURORA_CHIPPED_GRANITE
      This color constant "Aurora Chipped Granite" has RGBA8888 code A8B9DCFF, 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 value 0xa8b9dcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BLUE_SMOKE

      public static final int AURORA_BLUE_SMOKE
      This color constant "Aurora Blue Smoke" has RGBA8888 code 8FABC7FF, 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 value 0x8fabc7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_AIR_FORCE_BLUE

      public static final int AURORA_AIR_FORCE_BLUE
      This color constant "Aurora Air Force Blue" has RGBA8888 code 578FC7FF, 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 value 0x578fc7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_COLD_IRON

      public static final int AURORA_COLD_IRON
      This color constant "Aurora Cold Iron" has RGBA8888 code 57738FFF, 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 value 0x57738fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DREARY_BLUE

      public static final int AURORA_DREARY_BLUE
      This color constant "Aurora Dreary Blue" has RGBA8888 code 3B5773FF, 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 value 0x3b5773ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MURK

      public static final int AURORA_MURK
      This color constant "Aurora Murk" has RGBA8888 code 0F192DFF, 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 value 0x0f192dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_NINJA

      public static final int AURORA_NINJA
      This color constant "Aurora Ninja" has RGBA8888 code 1F1F3BFF, 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 value 0x1f1f3bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_WATERCOLOR_BLACK

      public static final int AURORA_WATERCOLOR_BLACK
      This color constant "Aurora Watercolor Black" has RGBA8888 code 3B3B57FF, 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 value 0x3b3b57ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_IOLITE

      public static final int AURORA_IOLITE
      This color constant "Aurora Iolite" has RGBA8888 code 494973FF, 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 value 0x494973ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BOYSENBERRY

      public static final int AURORA_BOYSENBERRY
      This color constant "Aurora Boysenberry" has RGBA8888 code 57578FFF, 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 value 0x57578fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_WATERCOLOR_GRAY

      public static final int AURORA_WATERCOLOR_GRAY
      This color constant "Aurora Watercolor Gray" has RGBA8888 code 736EAAFF, 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 value 0x736eaaff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BLUE_STEEL

      public static final int AURORA_BLUE_STEEL
      This color constant "Aurora Blue Steel" has RGBA8888 code 7676CAFF, 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 value 0x7676caff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_TWILIGHT_CLOUD

      public static final int AURORA_TWILIGHT_CLOUD
      This color constant "Aurora Twilight Cloud" has RGBA8888 code 8F8FC7FF, 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 value 0x8f8fc7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SMOG

      public static final int AURORA_SMOG
      This color constant "Aurora Smog" has RGBA8888 code ABABE3FF, 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 value 0xababe3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_TROPIC_MIST

      public static final int AURORA_TROPIC_MIST
      This color constant "Aurora Tropic Mist" has RGBA8888 code D0DAF8FF, 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 value 0xd0daf8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FEATHER_DOWN

      public static final int AURORA_FEATHER_DOWN
      This color constant "Aurora Feather Down" has RGBA8888 code E3E3FFFF, 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 value 0xe3e3ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MILD_VIOLET

      public static final int AURORA_MILD_VIOLET
      This color constant "Aurora Mild Violet" has RGBA8888 code AB8FC7FF, 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 value 0xab8fc7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_VIOLET_CUSHIONS

      public static final int AURORA_VIOLET_CUSHIONS
      This color constant "Aurora Violet Cushions" has RGBA8888 code 8F57C7FF, 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 value 0x8f57c7ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DULL_VIOLET

      public static final int AURORA_DULL_VIOLET
      This color constant "Aurora Dull Violet" has RGBA8888 code 73578FFF, 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 value 0x73578fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ROYAL_VIOLET

      public static final int AURORA_ROYAL_VIOLET
      This color constant "Aurora Royal Violet" has RGBA8888 code 573B73FF, 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 value 0x573b73ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_EMINENCE

      public static final int AURORA_EMINENCE
      This color constant "Aurora Eminence" has RGBA8888 code 3C233CFF, 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 value 0x3c233cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PRUNE

      public static final int AURORA_PRUNE
      This color constant "Aurora Prune" has RGBA8888 code 463246FF, 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 value 0x463246ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DUSTY_GRAPE

      public static final int AURORA_DUSTY_GRAPE
      This color constant "Aurora Dusty Grape" has RGBA8888 code 724072FF, 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 value 0x724072ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PINK_VIOLET

      public static final int AURORA_PINK_VIOLET
      This color constant "Aurora Pink Violet" has RGBA8888 code 8F578FFF, 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 value 0x8f578fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_RIPE_PLUM

      public static final int AURORA_RIPE_PLUM
      This color constant "Aurora Ripe Plum" has RGBA8888 code AB57ABFF, 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 value 0xab57abff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MAUVE

      public static final int AURORA_MAUVE
      This color constant "Aurora Mauve" has RGBA8888 code AB73ABFF, 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 value 0xab73abff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_HAM

      public static final int AURORA_HAM
      This color constant "Aurora Ham" has RGBA8888 code EBACE1FF, 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 value 0xebace1ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_COTTON_CANDY

      public static final int AURORA_COTTON_CANDY
      This color constant "Aurora Cotton Candy" has RGBA8888 code FFDCF5FF, 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 value 0xffdcf5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SILVER_PINK

      public static final int AURORA_SILVER_PINK
      This color constant "Aurora Silver Pink" has RGBA8888 code E3C7E3FF, 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 value 0xe3c7e3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_TEA_ROSE

      public static final int AURORA_TEA_ROSE
      This color constant "Aurora Tea Rose" has RGBA8888 code E1B9D2FF, 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 value 0xe1b9d2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_OLD_ROSE

      public static final int AURORA_OLD_ROSE
      This color constant "Aurora Old Rose" has RGBA8888 code D7A0BEFF, 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 value 0xd7a0beff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DUSTY_PINK

      public static final int AURORA_DUSTY_PINK
      This color constant "Aurora Dusty Pink" has RGBA8888 code C78FB9FF, 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 value 0xc78fb9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ROSEATE_SPOONBILL

      public static final int AURORA_ROSEATE_SPOONBILL
      This color constant "Aurora Roseate Spoonbill" has RGBA8888 code C87DA0FF, 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 value 0xc87da0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_THULIAN_PINK

      public static final int AURORA_THULIAN_PINK
      This color constant "Aurora Thulian Pink" has RGBA8888 code C35A91FF, 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 value 0xc35a91ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BROWN_VELVET

      public static final int AURORA_BROWN_VELVET
      This color constant "Aurora Brown Velvet" has RGBA8888 code 4B2837FF, 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 value 0x4b2837ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_NIGHTSHADE

      public static final int AURORA_NIGHTSHADE
      This color constant "Aurora Nightshade" has RGBA8888 code 321623FF, 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 value 0x321623ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SCRIBE_INK

      public static final int AURORA_SCRIBE_INK
      This color constant "Aurora Scribe Ink" has RGBA8888 code 280A1EFF, 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 value 0x280a1eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_VARNISH

      public static final int AURORA_VARNISH
      This color constant "Aurora Varnish" has RGBA8888 code 401811FF, 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 value 0x401811ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CEDAR_WOOD

      public static final int AURORA_CEDAR_WOOD
      This color constant "Aurora Cedar Wood" has RGBA8888 code 621800FF, 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 value 0x621800ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_HOT_SAUCE

      public static final int AURORA_HOT_SAUCE
      This color constant "Aurora Hot Sauce" has RGBA8888 code A5140AFF, 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 value 0xa5140aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LURID_RED

      public static final int AURORA_LURID_RED
      This color constant "Aurora Lurid Red" has RGBA8888 code DA2010FF, 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 value 0xda2010ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BRICK

      public static final int AURORA_BRICK
      This color constant "Aurora Brick" has RGBA8888 code D5524AFF, 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 value 0xd5524aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FUSION_RED

      public static final int AURORA_FUSION_RED
      This color constant "Aurora Fusion Red" has RGBA8888 code FF3C0AFF, 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 value 0xff3c0aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_EMBERS

      public static final int AURORA_EMBERS
      This color constant "Aurora Embers" has RGBA8888 code F55A32FF, 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 value 0xf55a32ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SALMON

      public static final int AURORA_SALMON
      This color constant "Aurora Salmon" has RGBA8888 code FF6262FF, 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 value 0xff6262ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_TAXICAB_YELLOW

      public static final int AURORA_TAXICAB_YELLOW
      This color constant "Aurora Taxicab Yellow" has RGBA8888 code F6BD31FF, 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 value 0xf6bd31ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_APRICOT

      public static final int AURORA_APRICOT
      This color constant "Aurora Apricot" has RGBA8888 code FFA53CFF, 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 value 0xffa53cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BURNT_YELLOW

      public static final int AURORA_BURNT_YELLOW
      This color constant "Aurora Burnt Yellow" has RGBA8888 code D79B0FFF, 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 value 0xd79b0fff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DRY_PEPPER

      public static final int AURORA_DRY_PEPPER
      This color constant "Aurora Dry Pepper" has RGBA8888 code DA6E0AFF, 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 value 0xda6e0aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_REDWOOD

      public static final int AURORA_REDWOOD
      This color constant "Aurora Redwood" has RGBA8888 code B45A00FF, 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 value 0xb45a00ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_KOA

      public static final int AURORA_KOA
      This color constant "Aurora Koa" has RGBA8888 code A04B05FF, 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 value 0xa04b05ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_OCHRE

      public static final int AURORA_OCHRE
      This color constant "Aurora Ochre" has RGBA8888 code 5F3214FF, 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 value 0x5f3214ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DULL_GREEN

      public static final int AURORA_DULL_GREEN
      This color constant "Aurora Dull Green" has RGBA8888 code 53500AFF, 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 value 0x53500aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ARMY_GREEN

      public static final int AURORA_ARMY_GREEN
      This color constant "Aurora Army Green" has RGBA8888 code 626200FF, 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 value 0x626200ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DRIFTWOOD

      public static final int AURORA_DRIFTWOOD
      This color constant "Aurora Driftwood" has RGBA8888 code 8C805AFF, 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 value 0x8c805aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DRY_BRUSH

      public static final int AURORA_DRY_BRUSH
      This color constant "Aurora Dry Brush" has RGBA8888 code AC9400FF, 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 value 0xac9400ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MUSH

      public static final int AURORA_MUSH
      This color constant "Aurora Mush" has RGBA8888 code B1B10AFF, 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 value 0xb1b10aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BANANA_PUDDING

      public static final int AURORA_BANANA_PUDDING
      This color constant "Aurora Banana Pudding" has RGBA8888 code E6D55AFF, 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 value 0xe6d55aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SAFFRON

      public static final int AURORA_SAFFRON
      This color constant "Aurora Saffron" has RGBA8888 code FFD510FF, 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 value 0xffd510ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PENCIL_YELLOW

      public static final int AURORA_PENCIL_YELLOW
      This color constant "Aurora Pencil Yellow" has RGBA8888 code FFEA4AFF, 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 value 0xffea4aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CHARTREUSE

      public static final int AURORA_CHARTREUSE
      This color constant "Aurora Chartreuse" has RGBA8888 code C8FF41FF, 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 value 0xc8ff41ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ABSINTHE

      public static final int AURORA_ABSINTHE
      This color constant "Aurora Absinthe" has RGBA8888 code 9BF046FF, 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 value 0x9bf046ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_INFECTION

      public static final int AURORA_INFECTION
      This color constant "Aurora Infection" has RGBA8888 code 96DC19FF, 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 value 0x96dc19ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FROG_GREEN

      public static final int AURORA_FROG_GREEN
      This color constant "Aurora Frog Green" has RGBA8888 code 73C805FF, 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 value 0x73c805ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_AVOCADO

      public static final int AURORA_AVOCADO
      This color constant "Aurora Avocado" has RGBA8888 code 6AA805FF, 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 value 0x6aa805ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_WOODLANDS

      public static final int AURORA_WOODLANDS
      This color constant "Aurora Woodlands" has RGBA8888 code 3C6E14FF, 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 value 0x3c6e14ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DARK_PINE

      public static final int AURORA_DARK_PINE
      This color constant "Aurora Dark Pine" has RGBA8888 code 283405FF, 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 value 0x283405ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MOSS_GREEN

      public static final int AURORA_MOSS_GREEN
      This color constant "Aurora Moss Green" has RGBA8888 code 204608FF, 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 value 0x204608ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FERN_GREEN

      public static final int AURORA_FERN_GREEN
      This color constant "Aurora Fern Green" has RGBA8888 code 0C5C0CFF, 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 value 0x0c5c0cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FOREST_GLEN

      public static final int AURORA_FOREST_GLEN
      This color constant "Aurora Forest Glen" has RGBA8888 code 149605FF, 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 value 0x149605ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MALACHITE

      public static final int AURORA_MALACHITE
      This color constant "Aurora Malachite" has RGBA8888 code 0AD70AFF, 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 value 0x0ad70aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_APPLE_GREEN

      public static final int AURORA_APPLE_GREEN
      This color constant "Aurora Apple Green" has RGBA8888 code 14E60AFF, 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 value 0x14e60aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CELERY

      public static final int AURORA_CELERY
      This color constant "Aurora Celery" has RGBA8888 code 7DFF73FF, 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 value 0x7dff73ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MINT_GREEN

      public static final int AURORA_MINT_GREEN
      This color constant "Aurora Mint Green" has RGBA8888 code 4BF05AFF, 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 value 0x4bf05aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_EMERALD

      public static final int AURORA_EMERALD
      This color constant "Aurora Emerald" has RGBA8888 code 00C514FF, 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 value 0x00c514ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PRASE

      public static final int AURORA_PRASE
      This color constant "Aurora Prase" has RGBA8888 code 05B450FF, 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 value 0x05b450ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_EUCALYPTUS

      public static final int AURORA_EUCALYPTUS
      This color constant "Aurora Eucalyptus" has RGBA8888 code 1C8C4EFF, 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 value 0x1c8c4eff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ZUCCHINI

      public static final int AURORA_ZUCCHINI
      This color constant "Aurora Zucchini" has RGBA8888 code 123832FF, 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 value 0x123832ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SOFT_TEAL

      public static final int AURORA_SOFT_TEAL
      This color constant "Aurora Soft Teal" has RGBA8888 code 129880FF, 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 value 0x129880ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MEDIUM_TEAL

      public static final int AURORA_MEDIUM_TEAL
      This color constant "Aurora Medium Teal" has RGBA8888 code 06C491FF, 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 value 0x06c491ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SPRING_GREEN

      public static final int AURORA_SPRING_GREEN
      This color constant "Aurora Spring Green" has RGBA8888 code 00DE6AFF, 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 value 0x00de6aff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_TURQUOISE

      public static final int AURORA_TURQUOISE
      This color constant "Aurora Turquoise" has RGBA8888 code 2DEBA8FF, 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 value 0x2deba8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SEAFOAM

      public static final int AURORA_SEAFOAM
      This color constant "Aurora Seafoam" has RGBA8888 code 3CFEA5FF, 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 value 0x3cfea5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_VARISCITE

      public static final int AURORA_VARISCITE
      This color constant "Aurora Variscite" has RGBA8888 code 6AFFCDFF, 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 value 0x6affcdff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_REFRESHING_MIST

      public static final int AURORA_REFRESHING_MIST
      This color constant "Aurora Refreshing Mist" has RGBA8888 code 91EBFFFF, 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 value 0x91ebffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SHINING_SKY

      public static final int AURORA_SHINING_SKY
      This color constant "Aurora Shining Sky" has RGBA8888 code 55E6FFFF, 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 value 0x55e6ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_STEAM

      public static final int AURORA_STEAM
      This color constant "Aurora Steam" has RGBA8888 code 7DD7F0FF, 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 value 0x7dd7f0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ROBIN_EGG_BLUE

      public static final int AURORA_ROBIN_EGG_BLUE
      This color constant "Aurora Robin Egg Blue" has RGBA8888 code 08DED5FF, 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 value 0x08ded5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DENIM_BLUE

      public static final int AURORA_DENIM_BLUE
      This color constant "Aurora Denim Blue" has RGBA8888 code 109CDEFF, 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 value 0x109cdeff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DEEP_TEAL

      public static final int AURORA_DEEP_TEAL
      This color constant "Aurora Deep Teal" has RGBA8888 code 055A5CFF, 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 value 0x055a5cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_NAVY_BLUE

      public static final int AURORA_NAVY_BLUE
      This color constant "Aurora Navy Blue" has RGBA8888 code 162C52FF, 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 value 0x162c52ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BLUEBERRY

      public static final int AURORA_BLUEBERRY
      This color constant "Aurora Blueberry" has RGBA8888 code 0F377DFF, 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 value 0x0f377dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PRUSSIAN_BLUE

      public static final int AURORA_PRUSSIAN_BLUE
      This color constant "Aurora Prussian Blue" has RGBA8888 code 004A9CFF, 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 value 0x004a9cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DESERT_RAIN

      public static final int AURORA_DESERT_RAIN
      This color constant "Aurora Desert Rain" has RGBA8888 code 326496FF, 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 value 0x326496ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ELECTRIC_BLUE

      public static final int AURORA_ELECTRIC_BLUE
      This color constant "Aurora Electric Blue" has RGBA8888 code 0052F6FF, 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 value 0x0052f6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_HIDDEN_BLUE

      public static final int AURORA_HIDDEN_BLUE
      This color constant "Aurora Hidden Blue" has RGBA8888 code 186ABDFF, 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 value 0x186abdff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_DULL_AZURE

      public static final int AURORA_DULL_AZURE
      This color constant "Aurora Dull Azure" has RGBA8888 code 2378DCFF, 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 value 0x2378dcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_RIPPED_DENIM

      public static final int AURORA_RIPPED_DENIM
      This color constant "Aurora Ripped Denim" has RGBA8888 code 699DC3FF, 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 value 0x699dc3ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CALM_SKY

      public static final int AURORA_CALM_SKY
      This color constant "Aurora Calm Sky" has RGBA8888 code 4AA4FFFF, 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 value 0x4aa4ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_VAPOR

      public static final int AURORA_VAPOR
      This color constant "Aurora Vapor" has RGBA8888 code 90B0FFFF, 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 value 0x90b0ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_POWDER_BLUE

      public static final int AURORA_POWDER_BLUE
      This color constant "Aurora Powder Blue" has RGBA8888 code 5AC5FFFF, 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 value 0x5ac5ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SUDS

      public static final int AURORA_SUDS
      This color constant "Aurora Suds" has RGBA8888 code BEB9FAFF, 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 value 0xbeb9faff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_STRONG_CYAN

      public static final int AURORA_STRONG_CYAN
      This color constant "Aurora Strong Cyan" has RGBA8888 code 00BFFFFF, 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 value 0x00bfffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SHARP_AZURE

      public static final int AURORA_SHARP_AZURE
      This color constant "Aurora Sharp Azure" has RGBA8888 code 007FFFFF, 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 value 0x007fffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BLUE_EYE

      public static final int AURORA_BLUE_EYE
      This color constant "Aurora Blue Eye" has RGBA8888 code 4B7DC8FF, 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 value 0x4b7dc8ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SUBTLETY

      public static final int AURORA_SUBTLETY
      This color constant "Aurora Subtlety" has RGBA8888 code 786EF0FF, 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 value 0x786ef0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ROUGH_SAPPHIRE

      public static final int AURORA_ROUGH_SAPPHIRE
      This color constant "Aurora Rough Sapphire" has RGBA8888 code 4A5AFFFF, 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 value 0x4a5affff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_IRIS

      public static final int AURORA_IRIS
      This color constant "Aurora Iris" has RGBA8888 code 6241F6FF, 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 value 0x6241f6ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CORNFLOWER_BLUE

      public static final int AURORA_CORNFLOWER_BLUE
      This color constant "Aurora Cornflower Blue" has RGBA8888 code 3C3CF5FF, 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 value 0x3c3cf5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_POLISHED_SAPPHIRE

      public static final int AURORA_POLISHED_SAPPHIRE
      This color constant "Aurora Polished Sapphire" has RGBA8888 code 101CDAFF, 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 value 0x101cdaff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ROYAL_BLUE

      public static final int AURORA_ROYAL_BLUE
      This color constant "Aurora Royal Blue" has RGBA8888 code 0010BDFF, 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 value 0x0010bdff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_INDIGO

      public static final int AURORA_INDIGO
      This color constant "Aurora Indigo" has RGBA8888 code 231094FF, 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 value 0x231094ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SPACE_BLUE

      public static final int AURORA_SPACE_BLUE
      This color constant "Aurora Space Blue" has RGBA8888 code 0C2148FF, 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 value 0x0c2148ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_THICK_AMETHYST

      public static final int AURORA_THICK_AMETHYST
      This color constant "Aurora Thick Amethyst" has RGBA8888 code 5010B0FF, 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 value 0x5010b0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_JUICY_GRAPE

      public static final int AURORA_JUICY_GRAPE
      This color constant "Aurora Juicy Grape" has RGBA8888 code 6010D0FF, 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 value 0x6010d0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BLACKLIGHT_GLOW

      public static final int AURORA_BLACKLIGHT_GLOW
      This color constant "Aurora Blacklight Glow" has RGBA8888 code 8732D2FF, 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 value 0x8732d2ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PURPLE_FREESIA

      public static final int AURORA_PURPLE_FREESIA
      This color constant "Aurora Purple Freesia" has RGBA8888 code 9C41FFFF, 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 value 0x9c41ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_THIN_AMETHYST

      public static final int AURORA_THIN_AMETHYST
      This color constant "Aurora Thin Amethyst" has RGBA8888 code 7F00FFFF, 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 value 0x7f00ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_ORCHID

      public static final int AURORA_ORCHID
      This color constant "Aurora Orchid" has RGBA8888 code BD62FFFF, 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 value 0xbd62ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LAVENDER

      public static final int AURORA_LAVENDER
      This color constant "Aurora Lavender" has RGBA8888 code B991FFFF, 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 value 0xb991ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LILAC

      public static final int AURORA_LILAC
      This color constant "Aurora Lilac" has RGBA8888 code D7A5FFFF, 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 value 0xd7a5ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SOAP

      public static final int AURORA_SOAP
      This color constant "Aurora Soap" has RGBA8888 code D7C3FAFF, 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 value 0xd7c3faff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PINK_TUTU

      public static final int AURORA_PINK_TUTU
      This color constant "Aurora Pink Tutu" has RGBA8888 code F8C6FCFF, 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 value 0xf8c6fcff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_THISTLE

      public static final int AURORA_THISTLE
      This color constant "Aurora Thistle" has RGBA8888 code E673FFFF, 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 value 0xe673ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_HELIOTROPE

      public static final int AURORA_HELIOTROPE
      This color constant "Aurora Heliotrope" has RGBA8888 code FF52FFFF, 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 value 0xff52ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIGHT_PLUM

      public static final int AURORA_LIGHT_PLUM
      This color constant "Aurora Light Plum" has RGBA8888 code DA20E0FF, 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 value 0xda20e0ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_WISTERIA

      public static final int AURORA_WISTERIA
      This color constant "Aurora Wisteria" has RGBA8888 code BD29FFFF, 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 value 0xbd29ffff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MEDIUM_PLUM

      public static final int AURORA_MEDIUM_PLUM
      This color constant "Aurora Medium Plum" has RGBA8888 code BD10C5FF, 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 value 0xbd10c5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_VIOLET

      public static final int AURORA_VIOLET
      This color constant "Aurora Violet" has RGBA8888 code 8C14BEFF, 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 value 0x8c14beff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_GRAPE_LOLLIPOP

      public static final int AURORA_GRAPE_LOLLIPOP
      This color constant "Aurora Grape Lollipop" has RGBA8888 code 5A187BFF, 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 value 0x5a187bff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_MULBERRY

      public static final int AURORA_MULBERRY
      This color constant "Aurora Mulberry" has RGBA8888 code 641464FF, 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 value 0x641464ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_GRAPE_SODA

      public static final int AURORA_GRAPE_SODA
      This color constant "Aurora Grape Soda" has RGBA8888 code 410062FF, 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 value 0x410062ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_EGGPLANT

      public static final int AURORA_EGGPLANT
      This color constant "Aurora Eggplant" has RGBA8888 code 320A46FF, 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 value 0x320a46ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CHERRY_SYRUP

      public static final int AURORA_CHERRY_SYRUP
      This color constant "Aurora Cherry Syrup" has RGBA8888 code 551937FF, 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 value 0x551937ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PLUM_JUICE

      public static final int AURORA_PLUM_JUICE
      This color constant "Aurora Plum Juice" has RGBA8888 code A01982FF, 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 value 0xa01982ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FRUIT_PUNCH

      public static final int AURORA_FRUIT_PUNCH
      This color constant "Aurora Fruit Punch" has RGBA8888 code C80078FF, 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 value 0xc80078ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BUBBLE_GUM

      public static final int AURORA_BUBBLE_GUM
      This color constant "Aurora Bubble Gum" has RGBA8888 code FF50BFFF, 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 value 0xff50bfff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_PINK_LEMONADE

      public static final int AURORA_PINK_LEMONADE
      This color constant "Aurora Pink Lemonade" has RGBA8888 code FF6AC5FF, 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 value 0xff6ac5ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_SHRIMP

      public static final int AURORA_SHRIMP
      This color constant "Aurora Shrimp" has RGBA8888 code FAA0B9FF, 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 value 0xfaa0b9ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_FLAMINGO

      public static final int AURORA_FLAMINGO
      This color constant "Aurora Flamingo" has RGBA8888 code FC3A8CFF, 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 value 0xfc3a8cff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_LIPSTICK

      public static final int AURORA_LIPSTICK
      This color constant "Aurora Lipstick" has RGBA8888 code E61E78FF, 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 value 0xe61e78ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_CARMINE

      public static final int AURORA_CARMINE
      This color constant "Aurora Carmine" has RGBA8888 code BD1039FF, 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 value 0xbd1039ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_BOLOGNA

      public static final int AURORA_BOLOGNA
      This color constant "Aurora Bologna" has RGBA8888 code 98344DFF, 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 value 0x98344dff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • AURORA_RASPBERRY

      public static final int AURORA_RASPBERRY
      This color constant "Aurora Raspberry" has RGBA8888 code 911437FF, 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 value 0x911437ff.
                   @ 
          @  @  @  @ 
                   @ 
      
      See Also:
    • NAMES

      public static final com.github.tommyettinger.ds.ObjectList<String> NAMES
      All names for colors in this palette, in alphabetical order. You can fetch the corresponding packed int color by looking up a name in NAMED.
    • NAMES_BY_HUE

      public static final com.github.tommyettinger.ds.ObjectList<String> 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 in NAMED. This does not include aliases.
    • COLORS_BY_HUE

      public static final com.github.tommyettinger.ds.IntList COLORS_BY_HUE
      The packed Oklab int colors that correspond to items in NAMES_BY_HUE, with the same order.
    • NAMES_BY_LIGHTNESS

      public static final com.github.tommyettinger.ds.ObjectList<String> NAMES_BY_LIGHTNESS
      All names for colors in this palette, sorted by lightness from black to white. You can fetch the corresponding packed int color by looking up a name in NAMED. This does not include aliases.
    • RAINBOW

      public static final int[] RAINBOW
      This array is loaded with the colors found in the rainbow, in the standard ROYGBIV order. You may want to consider COLOR_WHEEL_PALETTE if you want more hues or varying saturation/lightness; this is close to COLOR_WHEEL_PALETTE_BRIGHT.
    • RED_VIOLET_SERIES

      public static final int[] RED_VIOLET_SERIES
      This array is loaded with the colors from the traditional Japanese Red-Violet Series found on Wikipedia.
    • RED_SERIES

      public static final int[] RED_SERIES
      This array is loaded with the colors from the traditional Japanese Red Series found on Wikipedia.
    • YELLOW_RED_SERIES

      public static final int[] YELLOW_RED_SERIES
      This array is loaded with the colors from the traditional Japanese Yellow Red Series found on Wikipedia.
    • YELLOW_SERIES

      public static final int[] YELLOW_SERIES
      This array is loaded with the colors from the traditional Japanese Yellow Series found on Wikipedia.
    • YELLOW_GREEN_SERIES

      public static final int[] YELLOW_GREEN_SERIES
      This 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_SERIES
      This 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_SERIES
      This array is loaded with the colors from the traditional Japanese Blue Violet Series found on Wikipedia.
    • VIOLET_SERIES

      public static final int[] VIOLET_SERIES
      This array is loaded with the colors from the traditional Japanese Violet Series found on Wikipedia.
    • ACHROMATIC_SERIES

      public static final int[] ACHROMATIC_SERIES
      This array is loaded with the colors from the traditional Japanese Achromatic Series found on Wikipedia.
    • VARIED_PALETTE

      public static final int[] VARIED_PALETTE
      An 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 use IntOrderedSet palette = new IntOrderedSet(FullPalette.VARIED_PALETTE).shuffle(rng); (where rng is any non-null EnhancedRandom) and then get sequential colors from that set with int i = 0; int color = palette.getAt(i); , incrementing i before calling getAt again and possibly wrapping with i %= 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_16
      DawnBringer'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_32
      DawnBringer'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_AURORA
      DawnBringer'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 are AURORA_LIGHT_SKIN_9, AURORA_PINK_SKIN_4, AURORA_BRONZE_SKIN_4, and AURORA_DARK_SKIN_3, with the LIGHT skin tones steadily going from warm and saturated colors at AURORA_LIGHT_SKIN_1 to 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_PALETTE
      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. 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_REDUCED
      An alternate version of COLOR_WHEEL_PALETTE that 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:
      1. CW_PALE, high brightness, low saturation
      2. CW_LIGHT, high brightness, medium saturation
      3. CW_BRIGHT, high brightness, high saturation
      4. CW_FADED, medium brightness, low saturation
      5. CW, medium brightness, medium saturation
      6. CW_FLUSH, medium brightness, high saturation
      7. CW_DRAB, low brightness, low saturation
      8. CW_DARK, low brightness, medium saturation
      9. CW_RICH, low brightness, high saturation
      The grayscale colors go from high brightness to low brightness as well, the reverse of COLOR_WHEEL_PALETTE.
      You can use some of the utility methods in this class to get colors from this with a good distribution, including randomColorWheel(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 an EnhancedRandom called rng, with brightness and saturation as ints called bright and sat between 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) called bright and sat, as before, you can go through the 16 hues in a good pattern using a change to the index (an int called idx here): 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 use FullPalette.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 try FullPalette.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_PALE
      16 high-brightness, low-saturation colors.
    • COLOR_WHEEL_PALETTE_LIGHT

      public static final int[] COLOR_WHEEL_PALETTE_LIGHT
      16 high-brightness, mid-saturation colors.
    • COLOR_WHEEL_PALETTE_BRIGHT

      public static final int[] COLOR_WHEEL_PALETTE_BRIGHT
      16 high-brightness, high-saturation colors.
    • COLOR_WHEEL_PALETTE_FADED

      public static final int[] COLOR_WHEEL_PALETTE_FADED
      16 mid-brightness, low-saturation colors.
    • COLOR_WHEEL_PALETTE_MID

      public static final int[] COLOR_WHEEL_PALETTE_MID
      16 mid-brightness, mid-saturation colors.
    • COLOR_WHEEL_PALETTE_FLUSH

      public static final int[] COLOR_WHEEL_PALETTE_FLUSH
      16 mid-brightness, high-saturation colors.
    • COLOR_WHEEL_PALETTE_DRAB

      public static final int[] COLOR_WHEEL_PALETTE_DRAB
      16 low-brightness, low-saturation colors.
    • COLOR_WHEEL_PALETTE_DARK

      public static final int[] COLOR_WHEEL_PALETTE_DARK
      16 low-brightness, mid-saturation colors.
    • COLOR_WHEEL_PALETTE_RICH

      public static final int[] COLOR_WHEEL_PALETTE_RICH
      16 low-brightness, high-saturation colors.
    • COLOR_WHEEL_PALETTES

      public static final int[][] COLOR_WHEEL_PALETTES
      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. Meant to be used with IntShuffler indexShuffle = new IntShuffler(16, seed);, where seed is any long, followed by int 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 palette COLOR_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 hue
      bright - 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 palette COLOR_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 palette COLOR_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 colors
      bright - 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 palette COLOR_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 colors
      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)
      Gets a color by a shuffled index from the palette COLOR_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