Index

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages

A

a - Variable in class squidpony.squidgrid.gui.gdx.Filters.LerpFilter
 
ACHROMATIC_SERIES - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This array is loaded with the colors from the traditional Japanese Achromatic Series found at the wikipedia site here: http://en.wikipedia.org/wiki/Traditional_colors_of_Japan
act(float) - Method in class squidpony.squidgrid.gui.gdx.ColorChangeImage
Updates the actor based on time.
act(float) - Method in class squidpony.squidgrid.gui.gdx.ColorChangeLabel
Updates the actor based on time.
actor - Variable in class squidpony.squidgrid.gui.gdx.AnimatedEntity
 
actualCellHeight - Variable in class squidpony.squidgrid.gui.gdx.TextCellFactory
 
actualCellWidth - Variable in class squidpony.squidgrid.gui.gdx.TextCellFactory
 
addExtraLayer() - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
Add an extra layer on top of the foreground layer.
addFit(String) - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Adds the code points in the string to the list of characters that will be guaranteed to fit.
addLayer() - Method in class squidpony.squidgrid.gui.gdx.SparseLayers
Adds a layer as a SparseTextMap to this SparseLayers and returns the one just added.
addLayer(int) - Method in class squidpony.squidgrid.gui.gdx.SparseLayers
Adds a layer as a SparseTextMap to this SparseLayers and returns the one just added, or returns an existing layer if one is already associated with the given number.
addLight(int, int, Radiance) - Method in class squidpony.squidgrid.gui.gdx.LightingHandler
Adds a Radiance as a light source at the given position.
addLight(Coord, Radiance) - Method in class squidpony.squidgrid.gui.gdx.LightingHandler
Adds a Radiance as a light source at the given position.
addSwap(char, char) - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Adds a pair of chars as a replacement pair, so when the find char is requested to be drawn, the replace char is used instead.
addSwap(String, String) - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Adds a pair of Strings (typically both with length 1) as a replacement pair, so when the find String is requested to be drawn, the replace String is used instead.
addSwaps(OrderedMap<Character, Character>) - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Appends to the mapping of replacement pairs, adding or replacing any entries in the current mapping with the entries in a Map of Character keys to String values.
adjustX(float, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
 
adjustY(float) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
 
affected - Variable in class squidpony.squidgrid.gui.gdx.PanelEffect.ExplosionEffect
The raw list of Coords that might be affected by the explosion; may include some cells that aren't going to show as exploding (it usually has some false positives), but shouldn't exclude any cells that should show as such (no false negatives).
affected - Variable in class squidpony.squidgrid.gui.gdx.PanelEffect.GlowBallEffect
The raw list of Coords that might be affected by the glow; may include some cells that aren't going to show as glowing (it usually has some false positives), but shouldn't exclude any cells that should show as such (no false negatives).
affected - Variable in class squidpony.squidgrid.gui.gdx.PanelEffect.ProjectileEffect
The raw list of Coords that might be affected by the projectile, or are on its (potential) path.
ALICE_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Alice Blue" has RGB code 0xF0F8FF, red 0.9411765, green 0.972549, blue 1.0, alpha 1, hue 0.57777786, saturation 0.058823526, and value 1.0.
ALIZARIN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Alizarin" has RGB code 0xE32636, red 0.8901961, green 0.14901961, blue 0.21176471, alpha 1, hue 0.98589075, saturation 0.8325991, and value 0.8901961.
ALOEWOOD - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aloewood" has RGB code 0x6A432D, red 0.41568628, green 0.2627451, blue 0.1764706, alpha 1, hue 0.060109377, saturation 0.5754717, and value 0.41568628.
ALOEWOOD_BROWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aloewood Brown" has RGB code 0x5A6457, red 0.3529412, green 0.39215687, blue 0.34117648, alpha 1, hue 0.2948718, saturation 0.13, and value 0.39215687.
alphaOfFloat(float) - Static method in class squidpony.squidgrid.gui.gdx.SColor
Gets the alpha channel value of the given encoded color, as an even int ranging from 0 to 254, inclusive.
alphaOfFloatF(float) - Static method in class squidpony.squidgrid.gui.gdx.SColor
Gets the alpha channel value of the given encoded color, as a float from 0.0f to 1.0f, inclusive.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.ChainFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.ColorizeFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.DistinctRedGreenFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.GrayscaleFilter
Takes a packed float color and produces a grayscale packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.HSVFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.IdentityFilter
Takes a packed float color and returns it un-edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.LerpFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.MultiLerpFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.PaletteFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.PaletteReducerFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.YCbCrFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.YCoCgFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float) - Method in class squidpony.squidgrid.gui.gdx.FloatFilters.YCwCmFilter
Takes a packed float color and produces a potentially-different packed float color that this FloatFilter edited.
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.ChainFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.ColorizeFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.DistinctRedGreenFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.GammaCorrectFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.GrayscaleFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.HallucinateFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.IdentityFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.LerpFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.MaxValueFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.MultiLerpFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.PaletteFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.SaturationFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.SaturationValueFilter
 
alter(float, float, float, float) - Method in class squidpony.squidgrid.gui.gdx.Filters.WiggleFilter
 
alter(Color) - Method in class squidpony.squidgrid.gui.gdx.FloatFilter
Takes a Color or subclass of Color (such as SColor, which is a little more efficient here) and produces a packed float color that this FloatFilter edited.
AMARANTH - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Amaranth" has RGB code 0xE52B50, red 0.8980392, green 0.16862746, blue 0.3137255, alpha 1, hue 0.96684587, saturation 0.8122271, and value 0.8980392.
AMBER - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Amber" has RGB code 0xFFBF00, red 1.0, green 0.7490196, blue 0.0, alpha 1, hue 0.12483668, saturation 1.0, and value 1.0.
AMBER_DYE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Amber Dye" has RGB code 0xCA6924, red 0.7921569, green 0.4117647, blue 0.14117648, alpha 1, hue 0.06927705, saturation 0.8217822, and value 0.7921569.
AMETHYST - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Amethyst" has RGB code 0x9966CC, red 0.6, green 0.4, blue 0.8, alpha 1, hue 0.75000024, saturation 0.5, and value 0.8.
amount - Variable in class squidpony.squidgrid.gui.gdx.Filters.LerpFilter
 
amount - Variable in class squidpony.squidgrid.gui.gdx.FloatFilters.LerpFilter
 
amount - Variable in class squidpony.squidgrid.gui.gdx.FloatFilters.MultiLerpFilter
 
AMUR_CORK_TREE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Amur Cork Tree" has RGB code 0xF3C13A, red 0.9529412, green 0.75686276, blue 0.22745098, alpha 1, hue 0.12162161, saturation 0.7613169, and value 0.9529412.
animateActor(int, int, boolean, boolean, TextureRegion) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with no color modifications, which, if and only if stretch is true, will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, boolean, TextureRegion) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with no color modifications, which, if and only if stretch is true, will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, boolean, TextureRegion, Color) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which, if and only if stretch is true, will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, boolean, TextureRegion, Color) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which, if and only if stretch is true, will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, char, Color) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using the char c in the given color.
animateActor(int, int, boolean, char, Color) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using the char c in the given color.
animateActor(int, int, boolean, char, Collection<Color>) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using the char c in the given colors to cycle through.
animateActor(int, int, boolean, char, Collection<Color>, float) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using the char c in the given colors to cycle through.
animateActor(int, int, boolean, TextureRegion) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with no color modifications, which will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, TextureRegion) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with no color modifications, which will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, TextureRegion, Color) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, TextureRegion, Color) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, TextureRegion, Color, String) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, TextureRegion, Collection<Color>) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, TextureRegion, Collection<Color>) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, TextureRegion, Collection<Color>, float) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, TextureRegion, Collection<Color>, float) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, TextureRegion, Collection<Color>, float, String) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which will be stretched to fit one cell, or two cells if doubleWidth is true.
animateActor(int, int, boolean, String, Color) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using the String s in the given color.
animateActor(int, int, boolean, String, Color) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using the String s in the given color.
animateActor(int, int, boolean, String, Collection<Color>) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using the String s in the given color.
animateActor(int, int, boolean, String, Collection<Color>) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using the String s in the given color.
animateActor(int, int, boolean, String, Collection<Color>, float) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using the String s in the given color.
animateActor(int, int, boolean, String, Collection<Color>, float) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using the String s in the given color.
animateActor(int, int, char, int, ArrayList<Color>) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using the char c with a color looked up by index in palette.
animateActor(int, int, char, Color) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using the char c in the given color.
animateActor(int, int, char, Color) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, char, Color) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using the char c in the given color.
animateActor(int, int, char, Color, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, char, Color, int) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, char, Collection<Color>, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, char, Collection<Color>, float, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, TextureRegion) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with no color modifications, which will be stretched to fit one cell.
animateActor(int, int, TextureRegion) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, TextureRegion) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with no color modifications, which will be stretched to fit one cell.
animateActor(int, int, TextureRegion, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, TextureRegion, boolean, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, TextureRegion, Color) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which will be stretched to fit one cell.
animateActor(int, int, TextureRegion, Color) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, TextureRegion, Color) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using a TextureRegion with the given color, which will be stretched to fit one cell.
animateActor(int, int, TextureRegion, Color, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, TextureRegion, Color, boolean, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, TextureRegion, Color, int) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, TextureRegion, Color, int, boolean, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, String, int, ArrayList<Color>) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using the String s with a color looked up by index in palette.
animateActor(int, int, String, Color) - Method in class squidpony.squidgrid.gui.gdx.ImageSquidPanel
Create an AnimatedEntity at position x, y, using the String s in the given color.
animateActor(int, int, String, Color) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, String, Color) - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
Create an AnimatedEntity at position x, y, using the String s in the given color.
animateActor(int, int, String, Color, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, String, Color, int) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animateActor(int, int, String, Color, int, boolean) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
 
animatedEntities - Variable in class squidpony.squidgrid.gui.gdx.SquidPanel
 
AnimatedEntity - Class in squidpony.squidgrid.gui.gdx
A simple class that wraps an Actor with its grid position, animating state, and if it is a double-width Actor.
AnimatedEntity(Actor, int, int) - Constructor for class squidpony.squidgrid.gui.gdx.AnimatedEntity
 
AnimatedEntity(Actor, int, int, boolean) - Constructor for class squidpony.squidgrid.gui.gdx.AnimatedEntity
 
animating - Variable in class squidpony.squidgrid.gui.gdx.AnimatedEntity
 
animationCount - Variable in class squidpony.squidgrid.gui.gdx.SparseLayers
Deprecated.
Use SparseLayers.hasActiveAnimations() instead of adjusting this manually
animationCount - Variable in class squidpony.squidgrid.gui.gdx.SquidPanel
 
animationDuration - Variable in class squidpony.squidgrid.gui.gdx.SquidLayers
 
antialias() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Returns whether this factory is currently set to do antialiasing on the characters rendered, which is always true.
antialias(boolean) - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
Deprecated.
AA is the wave of the future!
appendMessage(String) - Method in class squidpony.squidgrid.gui.gdx.SquidMessageBox
The primary way of using this class.
appendMessage(IColoredString<Color>) - Method in class squidpony.squidgrid.gui.gdx.SquidMessageBox
A common way of using this class.
appendWrappingMessage(String) - Method in class squidpony.squidgrid.gui.gdx.SquidMessageBox
Appends a new line to the message listing and scrolls to the bottom.
appendWrappingMessage(IColoredString<Color>) - Method in class squidpony.squidgrid.gui.gdx.SquidMessageBox
Appends a new line as an IColoredString to the message listing and scrolls to the bottom.
APRICOT - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Apricot" has RGB code 0xFBCEB1, red 0.9843137, green 0.80784315, blue 0.69411767, alpha 1, hue 0.065315366, saturation 0.2948207, and value 0.9843137.
AQUA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aqua" has RGB code 0x00FFFF, red 0.0, green 1.0, blue 1.0, alpha 1, hue 0.5, saturation 1.0, and value 1.0.
AQUAMARINE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aquamarine" has RGB code 0x7FFFD4, red 0.49803922, green 1.0, blue 0.83137256, alpha 1, hue 0.4440105, saturation 0.50196075, and value 1.0.
ARMY_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Army Green" has RGB code 0x4B5320, red 0.29411766, green 0.3254902, blue 0.1254902, alpha 1, hue 0.19281054, saturation 0.61445785, and value 0.3254902.
ASPARAGUS - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Asparagus" has RGB code 0x7BA05B, red 0.48235294, green 0.627451, blue 0.35686275, alpha 1, hue 0.25603878, saturation 0.43125, and value 0.627451.
assetManager - Variable in class squidpony.squidgrid.gui.gdx.TextCellFactory
The AssetManager from where to load the font.
ATOMIC_TANGERINE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Atomic Tangerine" has RGB code 0xFF9966, red 1.0, green 0.6, blue 0.4, alpha 1, hue 0.055555582, saturation 0.6, and value 1.0.
AUBURN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Auburn" has RGB code 0x6D351A, red 0.42745098, green 0.20784314, blue 0.101960786, alpha 1, hue 0.05421686, saturation 0.76146793, and value 0.42745098.
AURORA_ABSINTHE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Absinthe" has RGB code 0x9BF046, red 0.60784316, green 0.9411765, blue 0.27450982, alpha 1, hue 0.25, saturation 0.7083333, and value 0.9411765.
AURORA_AIR_FORCE_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Air Force Blue" has RGB code 0x578FC7, red 0.34117648, green 0.56078434, blue 0.78039217, alpha 1, hue 0.58333325, saturation 0.56281406, and value 0.78039217.
AURORA_AMAZONITE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Amazonite" has RGB code 0x8FC7C7, red 0.56078434, green 0.78039217, blue 0.78039217, alpha 1, hue 0.5, saturation 0.28140703, and value 0.78039217.
AURORA_ANGEL_WING - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Angel Wing" has RGB code 0xE1F8FA, red 0.88235295, green 0.972549, blue 0.98039216, alpha 1, hue 0.5133333, saturation 0.099999994, and value 0.98039216.
AURORA_APPLE_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Apple Green" has RGB code 0x14E60A, red 0.078431375, green 0.9019608, blue 0.039215688, alpha 1, hue 0.3257575, saturation 0.95652175, and value 0.9019608.
AURORA_APRICOT - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Apricot" has RGB code 0xFFA53C, red 1.0, green 0.64705884, blue 0.23529412, alpha 1, hue 0.089743614, saturation 0.7647059, and value 1.0.
AURORA_AQUAMARINE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Aquamarine" has RGB code 0xC7F1F1, red 0.78039217, green 0.94509804, blue 0.94509804, alpha 1, hue 0.5, saturation 0.17427385, and value 0.94509804.
AURORA_ARMY_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Army Green" has RGB code 0x626200, red 0.38431373, green 0.38431373, blue 0.0, alpha 1, hue 0.16666675, saturation 1.0, and value 0.38431373.
AURORA_ARTICHOKE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Artichoke" has RGB code 0x87B48E, red 0.5294118, green 0.7058824, blue 0.5568628, alpha 1, hue 0.35925925, saturation 0.24999999, and value 0.7058824.
AURORA_ASPARAGUS - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Asparagus" has RGB code 0x587D3E, red 0.34509805, green 0.49019608, blue 0.24313726, alpha 1, hue 0.2645502, saturation 0.504, and value 0.49019608.
AURORA_AVOCADO - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Avocado" has RGB code 0x6AA805, red 0.41568628, green 0.65882355, blue 0.019607844, alpha 1, hue 0.23006141, saturation 0.9702381, and value 0.65882355.
AURORA_BANANA_PUDDING - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Banana Pudding" has RGB code 0xE6D55A, red 0.9019608, green 0.8352941, blue 0.3529412, alpha 1, hue 0.14642859, saturation 0.6086956, and value 0.9019608.
AURORA_BEIGE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Beige" has RGB code 0xCBAA89, red 0.79607844, green 0.6666667, blue 0.5372549, alpha 1, hue 0.08333349, saturation 0.32512313, and value 0.79607844.
AURORA_BLACKLIGHT_GLOW - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Blacklight Glow" has RGB code 0x8732D2, red 0.5294118, green 0.19607843, blue 0.8235294, alpha 1, hue 0.7552085, saturation 0.7619048, and value 0.8235294.
AURORA_BLUE_EYE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Blue Eye" has RGB code 0x4B7DC8, red 0.29411766, green 0.49019608, blue 0.78431374, alpha 1, hue 0.60000014, saturation 0.625, and value 0.78431374.
AURORA_BLUE_SMOKE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Blue Smoke" has RGB code 0x8FABC7, red 0.56078434, green 0.67058825, blue 0.78039217, alpha 1, hue 0.58333325, saturation 0.28140703, and value 0.78039217.
AURORA_BLUE_STEEL - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Blue Steel" has RGB code 0x7676CA, red 0.4627451, green 0.4627451, blue 0.7921569, alpha 1, hue 0.66666687, saturation 0.41584158, and value 0.7921569.
AURORA_BLUEBERRY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Blueberry" has RGB code 0x0F377D, red 0.05882353, green 0.21568628, blue 0.49019608, alpha 1, hue 0.6060605, saturation 0.88, and value 0.49019608.
AURORA_BOLOGNA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Bologna" has RGB code 0x98344D, red 0.59607846, green 0.20392157, blue 0.3019608, alpha 1, hue 0.9583334, saturation 0.6578948, and value 0.59607846.
AURORA_BOYSENBERRY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Boysenberry" has RGB code 0x57578F, red 0.34117648, green 0.34117648, blue 0.56078434, alpha 1, hue 0.66666687, saturation 0.39160842, and value 0.56078434.
AURORA_BRICK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Brick" has RGB code 0xD5524A, red 0.8352941, green 0.32156864, blue 0.2901961, alpha 1, hue 0.009592295, saturation 0.65258217, and value 0.8352941.
AURORA_BRONZE_SKIN_1 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Bronze Skin 1" has RGB code 0x73573B, red 0.4509804, green 0.34117648, blue 0.23137255, alpha 1, hue 0.08333349, saturation 0.48695654, and value 0.4509804.
AURORA_BRONZE_SKIN_2 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Bronze Skin 2" has RGB code 0x8F7357, red 0.56078434, green 0.4509804, blue 0.34117648, alpha 1, hue 0.083333254, saturation 0.39160842, and value 0.56078434.
AURORA_BRONZE_SKIN_3 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Bronze Skin 3" has RGB code 0xC49E73, red 0.76862746, green 0.61960787, blue 0.4509804, alpha 1, hue 0.08847737, saturation 0.41326532, and value 0.76862746.
AURORA_BRONZE_SKIN_4 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Bronze Skin 4" has RGB code 0xE3C7AB, red 0.8901961, green 0.78039217, blue 0.67058825, alpha 1, hue 0.08333349, saturation 0.24669603, and value 0.8901961.
AURORA_BROWN_VELVET - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Brown Velvet" has RGB code 0x4B2837, red 0.29411766, green 0.15686275, blue 0.21568628, alpha 1, hue 0.92857146, saturation 0.46666667, and value 0.29411766.
AURORA_BUBBLE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Bubble" has RGB code 0xBFFFFF, red 0.7490196, green 1.0, blue 1.0, alpha 1, hue 0.5, saturation 0.25098038, and value 1.0.
AURORA_BUBBLE_GUM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Bubble Gum" has RGB code 0xFF50BF, red 1.0, green 0.3137255, blue 0.7490196, alpha 1, hue 0.8942858, saturation 0.6862745, and value 1.0.
AURORA_BUBBLEGUM_PINK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Bubblegum Pink" has RGB code 0xFD81FF, red 0.99215686, green 0.5058824, blue 1.0, alpha 1, hue 0.830688, saturation 0.49411762, and value 1.0.
AURORA_BURNT_YELLOW - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Burnt Yellow" has RGB code 0xD79B0F, red 0.84313726, green 0.60784316, blue 0.05882353, alpha 1, hue 0.116666794, saturation 0.9302326, and value 0.84313726.
AURORA_CALM_SKY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Calm Sky" has RGB code 0x4AA4FF, red 0.2901961, green 0.6431373, blue 1.0, alpha 1, hue 0.583794, saturation 0.70980394, and value 1.0.
AURORA_CARMINE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Carmine" has RGB code 0xBD1039, red 0.7411765, green 0.0627451, blue 0.22352941, alpha 1, hue 0.9605011, saturation 0.91534394, and value 0.7411765.
AURORA_CEDAR_WOOD - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Cedar Wood" has RGB code 0x621800, red 0.38431373, green 0.09411765, blue 0.0, alpha 1, hue 0.040816426, saturation 1.0, and value 0.38431373.
AURORA_CELADON - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Celadon" has RGB code 0xAFFFAF, red 0.6862745, green 1.0, blue 0.6862745, alpha 1, hue 0.33333325, saturation 0.31372547, and value 1.0.
AURORA_CELERY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Celery" has RGB code 0x7DFF73, red 0.49019608, green 1.0, blue 0.4509804, alpha 1, hue 0.32142854, saturation 0.5490196, and value 1.0.
AURORA_CHARTREUSE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Chartreuse" has RGB code 0xC8FF41, red 0.78431374, green 1.0, blue 0.25490198, alpha 1, hue 0.21491218, saturation 0.745098, and value 1.0.
AURORA_CHERRY_SYRUP - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Cherry Syrup" has RGB code 0x551937, red 0.33333334, green 0.09803922, blue 0.21568628, alpha 1, hue 0.9166666, saturation 0.7058824, and value 0.33333334.
AURORA_CHINCHILLA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Chinchilla" has RGB code 0x929292, red 0.57254905, green 0.57254905, blue 0.57254905, alpha 1, hue 0.0, saturation 0.0, and value 0.57254905.
AURORA_CHIPPED_GRANITE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Chipped Granite" has RGB code 0xA8B9DC, red 0.65882355, green 0.7254902, blue 0.8627451, alpha 1, hue 0.6121795, saturation 0.23636362, and value 0.8627451.
AURORA_CLOUD - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Cloud" has RGB code 0xEDEDED, red 0.92941177, green 0.92941177, blue 0.92941177, alpha 1, hue 0.0, saturation 0.0, and value 0.92941177.
AURORA_COAL_BLACK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Coal Black" has RGB code 0x131313, red 0.07450981, green 0.07450981, blue 0.07450981, alpha 1, hue 0.0, saturation 0.0, and value 0.07450981.
AURORA_COLD_IRON - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Cold Iron" has RGB code 0x57738F, red 0.34117648, green 0.4509804, blue 0.56078434, alpha 1, hue 0.5833334, saturation 0.39160842, and value 0.56078434.
AURORA_CORN_SILK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Corn Silk" has RGB code 0xC7C78F, red 0.78039217, green 0.78039217, blue 0.56078434, alpha 1, hue 0.16666675, saturation 0.28140703, and value 0.78039217.
AURORA_CORNFLOWER_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Cornflower Blue" has RGB code 0x3C3CF5, red 0.23529412, green 0.23529412, blue 0.9607843, alpha 1, hue 0.66666687, saturation 0.75510204, and value 0.9607843.
AURORA_COTTON_CANDY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Cotton Candy" has RGB code 0xFFDCF5, red 1.0, green 0.8627451, blue 0.9607843, alpha 1, hue 0.8809524, saturation 0.1372549, and value 1.0.
AURORA_CREAM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Cream" has RGB code 0xFFFFBF, red 1.0, green 1.0, blue 0.7490196, alpha 1, hue 0.16666675, saturation 0.25098038, and value 1.0.
AURORA_CRICKET - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Cricket" has RGB code 0x8F8F57, red 0.56078434, green 0.56078434, blue 0.34117648, alpha 1, hue 0.16666663, saturation 0.39160842, and value 0.56078434.
AURORA_CYAN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Cyan" has RGB code 0x00FFFF, red 0.0, green 1.0, blue 1.0, alpha 1, hue 0.5, saturation 1.0, and value 1.0.
AURORA_DARK_PINE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dark Pine" has RGB code 0x283405, red 0.15686275, green 0.20392157, blue 0.019607844, alpha 1, hue 0.20921993, saturation 0.90384614, and value 0.20392157.
AURORA_DARK_SKIN_1 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dark Skin 1" has RGB code 0x573B3B, red 0.34117648, green 0.23137255, blue 0.23137255, alpha 1, hue 0.0, saturation 0.3218391, and value 0.34117648.
AURORA_DARK_SKIN_2 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dark Skin 2" has RGB code 0x73413C, red 0.4509804, green 0.25490198, blue 0.23529412, alpha 1, hue 0.01515162, saturation 0.47826087, and value 0.4509804.
AURORA_DARK_SKIN_3 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dark Skin 3" has RGB code 0x8E5555, red 0.5568628, green 0.33333334, blue 0.33333334, alpha 1, hue 0.0, saturation 0.40140846, and value 0.5568628.
AURORA_DARK_TEAL - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dark Teal" has RGB code 0x234146, red 0.13725491, green 0.25490198, blue 0.27450982, alpha 1, hue 0.52380955, saturation 0.5, and value 0.27450982.
AURORA_DEEP_JUNGLE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Deep Jungle" has RGB code 0x191E0F, red 0.09803922, green 0.11764706, blue 0.05882353, alpha 1, hue 0.22222209, saturation 0.5, and value 0.11764706.
AURORA_DEEP_PURPLE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Deep Purple" has RGB code 0x7F007F, red 0.49803922, green 0.0, blue 0.49803922, alpha 1, hue 0.8333333, saturation 1.0, and value 0.49803922.
AURORA_DEEP_TEAL - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Deep Teal" has RGB code 0x055A5C, red 0.019607844, green 0.3529412, blue 0.36078432, alpha 1, hue 0.5038315, saturation 0.9456522, and value 0.36078432.
AURORA_DENIM_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Denim Blue" has RGB code 0x109CDE, red 0.0627451, green 0.6117647, blue 0.87058824, alpha 1, hue 0.55339813, saturation 0.9279279, and value 0.87058824.
AURORA_DESERT_RAIN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Desert Rain" has RGB code 0x326496, red 0.19607843, green 0.39215687, blue 0.5882353, alpha 1, hue 0.5833334, saturation 0.6666667, and value 0.5882353.
AURORA_DRAB_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Drab Green" has RGB code 0x414123, red 0.25490198, green 0.25490198, blue 0.13725491, alpha 1, hue 0.16666663, saturation 0.46153846, and value 0.25490198.
AURORA_DREARY_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dreary Blue" has RGB code 0x3B5773, red 0.23137255, green 0.34117648, blue 0.4509804, alpha 1, hue 0.58333325, saturation 0.48695654, and value 0.4509804.
AURORA_DRIED_SAGE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dried Sage" has RGB code 0xABE3C5, red 0.67058825, green 0.8901961, blue 0.77254903, alpha 1, hue 0.41071427, saturation 0.24669603, and value 0.8901961.
AURORA_DRIFTWOOD - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Driftwood" has RGB code 0x8C805A, red 0.54901963, green 0.5019608, blue 0.3529412, alpha 1, hue 0.12666655, saturation 0.35714287, and value 0.54901963.
AURORA_DRY_BRUSH - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dry Brush" has RGB code 0xAC9400, red 0.6745098, green 0.5803922, blue 0.0, alpha 1, hue 0.1434108, saturation 1.0, and value 0.6745098.
AURORA_DRY_PEPPER - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dry Pepper" has RGB code 0xDA6E0A, red 0.85490197, green 0.43137255, blue 0.039215688, alpha 1, hue 0.08012831, saturation 0.95412844, and value 0.85490197.
AURORA_DULL_AZURE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dull Azure" has RGB code 0x2378DC, red 0.13725491, green 0.47058824, blue 0.8627451, alpha 1, hue 0.59009016, saturation 0.8409091, and value 0.8627451.
AURORA_DULL_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dull Green" has RGB code 0x53500A, red 0.3254902, green 0.3137255, blue 0.039215688, alpha 1, hue 0.15981734, saturation 0.8795181, and value 0.3254902.
AURORA_DULL_VIOLET - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dull Violet" has RGB code 0x73578F, red 0.4509804, green 0.34117648, blue 0.56078434, alpha 1, hue 0.75000024, saturation 0.39160842, and value 0.56078434.
AURORA_DUN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dun" has RGB code 0xB5B572, red 0.70980394, green 0.70980394, blue 0.44705883, alpha 1, hue 0.16666663, saturation 0.37016577, and value 0.70980394.
AURORA_DUST_BUNNY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dust Bunny" has RGB code 0xBED2F0, red 0.74509805, green 0.8235294, blue 0.9411765, alpha 1, hue 0.60000014, saturation 0.20833331, and value 0.9411765.
AURORA_DUSTY_GRAPE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dusty Grape" has RGB code 0x724072, red 0.44705883, green 0.2509804, blue 0.44705883, alpha 1, hue 0.8333333, saturation 0.43859646, and value 0.44705883.
AURORA_DUSTY_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dusty Green" has RGB code 0x73AB73, red 0.4509804, green 0.67058825, blue 0.4509804, alpha 1, hue 0.33333337, saturation 0.32748538, and value 0.67058825.
AURORA_DUSTY_PINK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Dusty Pink" has RGB code 0xC78FB9, red 0.78039217, green 0.56078434, blue 0.7254902, alpha 1, hue 0.87500006, saturation 0.28140703, and value 0.78039217.
AURORA_EARWAX - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Earwax" has RGB code 0xBFBF3F, red 0.7490196, green 0.7490196, blue 0.24705882, alpha 1, hue 0.16666663, saturation 0.6701571, and value 0.7490196.
AURORA_EGGPLANT - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Eggplant" has RGB code 0x320A46, red 0.19607843, green 0.039215688, blue 0.27450982, alpha 1, hue 0.7777779, saturation 0.85714287, and value 0.27450982.
AURORA_ELECTRIC_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Electric Blue" has RGB code 0x0052F6, red 0.0, green 0.32156864, blue 0.9647059, alpha 1, hue 0.61111116, saturation 1.0, and value 0.9647059.
AURORA_ELEPHANT - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Elephant" has RGB code 0x808080, red 0.5019608, green 0.5019608, blue 0.5019608, alpha 1, hue 0.0, saturation 0.0, and value 0.5019608.
AURORA_EMBERS - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Embers" has RGB code 0xF55A32, red 0.9607843, green 0.3529412, blue 0.19607843, alpha 1, hue 0.03418815, saturation 0.7959184, and value 0.9607843.
AURORA_EMERALD - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Emerald" has RGB code 0x00C514, red 0.0, green 0.77254903, blue 0.078431375, alpha 1, hue 0.35025382, saturation 1.0, and value 0.77254903.
AURORA_EMINENCE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Eminence" has RGB code 0x3C233C, red 0.23529412, green 0.13725491, blue 0.23529412, alpha 1, hue 0.8333333, saturation 0.41666663, and value 0.23529412.
AURORA_EUCALYPTUS - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Eucalyptus" has RGB code 0x1C8C4E, red 0.10980392, green 0.54901963, blue 0.30588236, alpha 1, hue 0.4077381, saturation 0.8, and value 0.54901963.
AURORA_FADED_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Faded Blue" has RGB code 0x3F3FBF, red 0.24705882, green 0.24705882, blue 0.7490196, alpha 1, hue 0.66666687, saturation 0.6701571, and value 0.7490196.
AURORA_FAWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Fawn" has RGB code 0xBF7F3F, red 0.7490196, green 0.49803922, blue 0.24705882, alpha 1, hue 0.083333254, saturation 0.6701571, and value 0.7490196.
AURORA_FEATHER_DOWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Feather Down" has RGB code 0xE3E3FF, red 0.8901961, green 0.8901961, blue 1.0, alpha 1, hue 0.66666675, saturation 0.109803915, and value 1.0.
AURORA_FERN_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Fern Green" has RGB code 0x0C5C0C, red 0.047058824, green 0.36078432, blue 0.047058824, alpha 1, hue 0.33333337, saturation 0.86956525, and value 0.36078432.
AURORA_FLAMINGO - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Flamingo" has RGB code 0xFC3A8C, red 0.9882353, green 0.22745098, blue 0.54901963, alpha 1, hue 0.9295532, saturation 0.7698413, and value 0.9882353.
AURORA_FLORAL_FOAM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Floral Foam" has RGB code 0x0F6946, red 0.05882353, green 0.4117647, blue 0.27450982, alpha 1, hue 0.4351852, saturation 0.85714287, and value 0.4117647.
AURORA_FOG - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Fog" has RGB code 0xC9C9C9, red 0.7882353, green 0.7882353, blue 0.7882353, alpha 1, hue 0.0, saturation 0.0, and value 0.7882353.
AURORA_FOREST_GLEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Forest Glen" has RGB code 0x149605, red 0.078431375, green 0.5882353, blue 0.019607844, alpha 1, hue 0.316092, saturation 0.9666667, and value 0.5882353.
AURORA_FRESH_BLOOD - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Fresh Blood" has RGB code 0xFF0000, red 1.0, green 0.0, blue 0.0, alpha 1, hue 0.0, saturation 1.0, and value 1.0.
AURORA_FROG_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Frog Green" has RGB code 0x73C805, red 0.4509804, green 0.78431374, blue 0.019607844, alpha 1, hue 0.23931623, saturation 0.975, and value 0.78431374.
AURORA_FRUIT_PUNCH - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Fruit Punch" has RGB code 0xC80078, red 0.78431374, green 0.0, blue 0.47058824, alpha 1, hue 0.8999999, saturation 1.0, and value 0.78431374.
AURORA_FUSION_RED - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Fusion Red" has RGB code 0xFF3C0A, red 1.0, green 0.23529412, blue 0.039215688, alpha 1, hue 0.03401375, saturation 0.9607843, and value 1.0.
AURORA_GARTER_SNAKE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Garter Snake" has RGB code 0x64C082, red 0.39215687, green 0.7529412, blue 0.50980395, alpha 1, hue 0.38768125, saturation 0.47916666, and value 0.7529412.
AURORA_GRAPE_LOLLIPOP - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Grape Lollipop" has RGB code 0x5A187B, red 0.3529412, green 0.09411765, blue 0.48235294, alpha 1, hue 0.7777779, saturation 0.80487806, and value 0.48235294.
AURORA_GRAPE_SODA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Grape Soda" has RGB code 0x410062, red 0.25490198, green 0.0, blue 0.38431373, alpha 1, hue 0.77721107, saturation 1.0, and value 0.38431373.
AURORA_GRAPHITE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Graphite" has RGB code 0x373737, red 0.21568628, green 0.21568628, blue 0.21568628, alpha 1, hue 0.0, saturation 0.0, and value 0.21568628.
AURORA_GRAY_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Gray Green" has RGB code 0x506450, red 0.3137255, green 0.39215687, blue 0.3137255, alpha 1, hue 0.33333325, saturation 0.19999999, and value 0.39215687.
AURORA_GREYHOUND - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Greyhound" has RGB code 0xA4A4A4, red 0.6431373, green 0.6431373, blue 0.6431373, alpha 1, hue 0.0, saturation 0.0, and value 0.6431373.
AURORA_HAM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Ham" has RGB code 0xEBACE1, red 0.92156863, green 0.6745098, blue 0.88235295, alpha 1, hue 0.85978836, saturation 0.2680851, and value 0.92156863.
AURORA_HELIOTROPE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Heliotrope" has RGB code 0xFF52FF, red 1.0, green 0.32156864, blue 1.0, alpha 1, hue 0.8333334, saturation 0.6784314, and value 1.0.
AURORA_HIDDEN_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Hidden Blue" has RGB code 0x186ABD, red 0.09411765, green 0.41568628, blue 0.7411765, alpha 1, hue 0.5838386, saturation 0.8730159, and value 0.7411765.
AURORA_HONEYDEW - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Honeydew" has RGB code 0xC7E3AB, red 0.78039217, green 0.8901961, blue 0.67058825, alpha 1, hue 0.25, saturation 0.24669603, and value 0.8901961.
AURORA_HOSPITAL_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Hospital Green" has RGB code 0x3FBFBF, red 0.24705882, green 0.7490196, blue 0.7490196, alpha 1, hue 0.5, saturation 0.6701571, and value 0.7490196.
AURORA_HOT_SAUCE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Hot Sauce" has RGB code 0xA5140A, red 0.64705884, green 0.078431375, blue 0.039215688, alpha 1, hue 0.010752678, saturation 0.93939394, and value 0.64705884.
AURORA_HUNTER_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Hunter Green" has RGB code 0x1E2D23, red 0.11764706, green 0.1764706, blue 0.13725491, alpha 1, hue 0.38888884, saturation 0.33333334, and value 0.1764706.
AURORA_INDIGO - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Indigo" has RGB code 0x231094, red 0.13725491, green 0.0627451, blue 0.5803922, alpha 1, hue 0.69065666, saturation 0.8918919, and value 0.5803922.
AURORA_INFECTION - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Infection" has RGB code 0x96DC19, red 0.5882353, green 0.8627451, blue 0.09803922, alpha 1, hue 0.22649574, saturation 0.8863636, and value 0.8627451.
AURORA_IOLITE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Iolite" has RGB code 0x494973, red 0.28627452, green 0.28627452, blue 0.4509804, alpha 1, hue 0.66666675, saturation 0.36521736, and value 0.4509804.
AURORA_IRIS - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Iris" has RGB code 0x6241F6, red 0.38431373, green 0.25490198, blue 0.9647059, alpha 1, hue 0.69705355, saturation 0.7357724, and value 0.9647059.
AURORA_IRON - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Iron" has RGB code 0x6E6E6E, red 0.43137255, green 0.43137255, blue 0.43137255, alpha 1, hue 0.0, saturation 0.0, and value 0.43137255.
AURORA_IVY_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Ivy Green" has RGB code 0x007F00, red 0.0, green 0.49803922, blue 0.0, alpha 1, hue 0.33333325, saturation 1.0, and value 0.49803922.
AURORA_JADE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Jade" has RGB code 0x3FBF3F, red 0.24705882, green 0.7490196, blue 0.24705882, alpha 1, hue 0.33333337, saturation 0.6701571, and value 0.7490196.
AURORA_JUICY_GRAPE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Juicy Grape" has RGB code 0x6010D0, red 0.3764706, green 0.0627451, blue 0.8156863, alpha 1, hue 0.7361113, saturation 0.9230769, and value 0.8156863.
AURORA_KELLY_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Kelly Green" has RGB code 0x578F57, red 0.34117648, green 0.56078434, blue 0.34117648, alpha 1, hue 0.33333337, saturation 0.39160842, and value 0.56078434.
AURORA_KOA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Koa" has RGB code 0xA04B05, red 0.627451, green 0.29411766, blue 0.019607844, alpha 1, hue 0.075268745, saturation 0.96875, and value 0.627451.
AURORA_KYANITE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Kyanite" has RGB code 0x3B7373, red 0.23137255, green 0.4509804, blue 0.4509804, alpha 1, hue 0.5, saturation 0.48695654, and value 0.4509804.
AURORA_LAVENDER - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Lavender" has RGB code 0xB991FF, red 0.7254902, green 0.5686275, blue 1.0, alpha 1, hue 0.72727287, saturation 0.43137252, and value 1.0.
AURORA_LEAD - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Lead" has RGB code 0x5B5B5B, red 0.35686275, green 0.35686275, blue 0.35686275, alpha 1, hue 0.0, saturation 0.0, and value 0.35686275.
AURORA_LEMON - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Lemon" has RGB code 0xFFFF00, red 1.0, green 1.0, blue 0.0, alpha 1, hue 0.16666675, saturation 1.0, and value 1.0.
AURORA_LIGHT_PLUM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Light Plum" has RGB code 0xDA20E0, red 0.85490197, green 0.1254902, blue 0.8784314, alpha 1, hue 0.82812524, saturation 0.85714287, and value 0.8784314.
AURORA_LIGHT_SKIN_1 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Light Skin 1" has RGB code 0x7E6E60, red 0.49411765, green 0.43137255, blue 0.3764706, alpha 1, hue 0.07777786, saturation 0.23809522, and value 0.49411765.
AURORA_LIGHT_SKIN_2 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Light Skin 2" has RGB code 0xA0695F, red 0.627451, green 0.4117647, blue 0.37254903, alpha 1, hue 0.025640965, saturation 0.40625, and value 0.627451.
AURORA_LIGHT_SKIN_3 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Light Skin 3" has RGB code 0xC07872, red 0.7529412, green 0.47058824, blue 0.44705883, alpha 1, hue 0.012820482, saturation 0.40625, and value 0.7529412.
AURORA_LIGHT_SKIN_4 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Light Skin 4" has RGB code 0xD08A74, red 0.8156863, green 0.5411765, blue 0.45490196, alpha 1, hue 0.039855003, saturation 0.4423077, and value 0.8156863.
AURORA_LIGHT_SKIN_5 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Light Skin 5" has RGB code 0xE19B7D, red 0.88235295, green 0.60784316, blue 0.49019608, alpha 1, hue 0.05000007, saturation 0.44444445, and value 0.88235295.
AURORA_LIGHT_SKIN_6 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Light Skin 6" has RGB code 0xEBAA8C, red 0.92156863, green 0.6666667, blue 0.54901963, alpha 1, hue 0.052631617, saturation 0.4042553, and value 0.92156863.
AURORA_LIGHT_SKIN_7 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Light Skin 7" has RGB code 0xF5B99B, red 0.9607843, green 0.7254902, blue 0.60784316, alpha 1, hue 0.055555582, saturation 0.3673469, and value 0.9607843.
AURORA_LIGHT_SKIN_8 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Light Skin 8" has RGB code 0xF6C8AF, red 0.9647059, green 0.78431374, blue 0.6862745, alpha 1, hue 0.05868554, saturation 0.28861788, and value 0.9647059.
AURORA_LIGHT_SKIN_9 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Light Skin 9" has RGB code 0xF5E1D2, red 0.9607843, green 0.88235295, blue 0.8235294, alpha 1, hue 0.07142866, saturation 0.14285713, and value 0.9607843.
AURORA_LILAC - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Lilac" has RGB code 0xD7A5FF, red 0.84313726, green 0.64705884, blue 1.0, alpha 1, hue 0.75925946, saturation 0.35294116, and value 1.0.
AURORA_LIPSTICK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Lipstick" has RGB code 0xE61E78, red 0.9019608, green 0.11764706, blue 0.47058824, alpha 1, hue 0.925, saturation 0.86956525, and value 0.9019608.
AURORA_LIZARD_SCALES - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Lizard Scales" has RGB code 0x73733B, red 0.4509804, green 0.4509804, blue 0.23137255, alpha 1, hue 0.16666675, saturation 0.48695654, and value 0.4509804.
AURORA_LURID_RED - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Lurid Red" has RGB code 0xDA2010, red 0.85490197, green 0.1254902, blue 0.0627451, alpha 1, hue 0.013201356, saturation 0.9266055, and value 0.85490197.
AURORA_MAGENTA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Magenta" has RGB code 0xF500F5, red 0.9607843, green 0.0, blue 0.9607843, alpha 1, hue 0.8333333, saturation 1.0, and value 0.9607843.
AURORA_MAIDENHAIR_FERN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Maidenhair Fern" has RGB code 0x3B7349, red 0.23137255, green 0.4509804, blue 0.28627452, alpha 1, hue 0.375, saturation 0.48695654, and value 0.4509804.
AURORA_MALACHITE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Malachite" has RGB code 0x0AD70A, red 0.039215688, green 0.84313726, blue 0.039215688, alpha 1, hue 0.33333325, saturation 0.95348835, and value 0.84313726.
AURORA_MARSH - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Marsh" has RGB code 0x738F57, red 0.4509804, green 0.56078434, blue 0.34117648, alpha 1, hue 0.25000012, saturation 0.39160842, and value 0.56078434.
AURORA_MAUVE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Mauve" has RGB code 0xAB73AB, red 0.67058825, green 0.4509804, blue 0.67058825, alpha 1, hue 0.8333334, saturation 0.32748538, and value 0.67058825.
AURORA_MEDIUM_PLUM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Medium Plum" has RGB code 0xBD10C5, red 0.7411765, green 0.0627451, blue 0.77254903, alpha 1, hue 0.8259671, saturation 0.91878176, and value 0.77254903.
AURORA_MEDIUM_TEAL - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Medium Teal" has RGB code 0x06C491, red 0.023529412, green 0.76862746, blue 0.5686275, alpha 1, hue 0.45526314, saturation 0.96938777, and value 0.76862746.
AURORA_MILD_VIOLET - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Mild Violet" has RGB code 0xAB8FC7, red 0.67058825, green 0.56078434, blue 0.78039217, alpha 1, hue 0.75000024, saturation 0.28140703, and value 0.78039217.
AURORA_MINT_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Mint Green" has RGB code 0x4BF05A, red 0.29411766, green 0.9411765, blue 0.3529412, alpha 1, hue 0.34848487, saturation 0.6875, and value 0.9411765.
AURORA_MOSS_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Moss Green" has RGB code 0x204608, red 0.1254902, green 0.27450982, blue 0.03137255, alpha 1, hue 0.2688173, saturation 0.8857143, and value 0.27450982.
AURORA_MULBERRY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Mulberry" has RGB code 0x641464, red 0.39215687, green 0.078431375, blue 0.39215687, alpha 1, hue 0.8333334, saturation 0.8, and value 0.39215687.
AURORA_MUMMY_BROWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Mummy Brown" has RGB code 0x7F3F00, red 0.49803922, green 0.24705882, blue 0.0, alpha 1, hue 0.082677245, saturation 1.0, and value 0.49803922.
AURORA_MURK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Murk" has RGB code 0x0F192D, red 0.05882353, green 0.09803922, blue 0.1764706, alpha 1, hue 0.6111113, saturation 0.6666667, and value 0.1764706.
AURORA_MUSH - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Mush" has RGB code 0xB1B10A, red 0.69411767, green 0.69411767, blue 0.039215688, alpha 1, hue 0.16666663, saturation 0.94350284, and value 0.69411767.
AURORA_NAVY_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Navy Blue" has RGB code 0x162C52, red 0.08627451, green 0.17254902, blue 0.32156864, alpha 1, hue 0.60555565, saturation 0.73170733, and value 0.32156864.
AURORA_NIGHTSHADE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Nightshade" has RGB code 0x321623, red 0.19607843, green 0.08627451, blue 0.13725491, alpha 1, hue 0.9226189, saturation 0.56, and value 0.19607843.
AURORA_NINJA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Ninja" has RGB code 0x1F1F3B, red 0.12156863, green 0.12156863, blue 0.23137255, alpha 1, hue 0.66666675, saturation 0.47457626, and value 0.23137255.
AURORA_OCEAN_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Ocean Blue" has RGB code 0x00007F, red 0.0, green 0.0, blue 0.49803922, alpha 1, hue 0.66666675, saturation 1.0, and value 0.49803922.
AURORA_OCHRE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Ochre" has RGB code 0x5F3214, red 0.37254903, green 0.19607843, blue 0.078431375, alpha 1, hue 0.0666666, saturation 0.7894737, and value 0.37254903.
AURORA_OLD_ROSE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Old Rose" has RGB code 0xD7A0BE, red 0.84313726, green 0.627451, blue 0.74509805, alpha 1, hue 0.9090908, saturation 0.25581393, and value 0.84313726.
AURORA_OLIVE_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Olive Green" has RGB code 0x3B573B, red 0.23137255, green 0.34117648, blue 0.23137255, alpha 1, hue 0.33333337, saturation 0.3218391, and value 0.34117648.
AURORA_OLIVE_OIL - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Olive Oil" has RGB code 0xA2A255, red 0.63529414, green 0.63529414, blue 0.33333334, alpha 1, hue 0.16666663, saturation 0.47530866, and value 0.63529414.
AURORA_ORANGE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Orange" has RGB code 0xFF7F00, red 1.0, green 0.49803922, blue 0.0, alpha 1, hue 0.08300662, saturation 1.0, and value 1.0.
AURORA_ORCHID - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Orchid" has RGB code 0xBD62FF, red 0.7411765, green 0.38431373, blue 1.0, alpha 1, hue 0.7632698, saturation 0.6156863, and value 1.0.
AURORA_PASTEL_SKY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pastel Sky" has RGB code 0xABE3E3, red 0.67058825, green 0.8901961, blue 0.8901961, alpha 1, hue 0.5, saturation 0.24669603, and value 0.8901961.
AURORA_PATINA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Patina" has RGB code 0xABC7E3, red 0.67058825, green 0.78039217, blue 0.8901961, alpha 1, hue 0.58333325, saturation 0.24669603, and value 0.8901961.
AURORA_PEA_SOUP - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pea Soup" has RGB code 0x8EBE55, red 0.5568628, green 0.74509805, blue 0.33333334, alpha 1, hue 0.24285722, saturation 0.55263156, and value 0.74509805.
AURORA_PEACH - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Peach" has RGB code 0xFFBF81, red 1.0, green 0.7490196, blue 0.5058824, alpha 1, hue 0.082010746, saturation 0.49411762, and value 1.0.
AURORA_PEAT_BOG - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Peat Bog" has RGB code 0x465032, red 0.27450982, green 0.3137255, blue 0.19607843, alpha 1, hue 0.22222221, saturation 0.375, and value 0.3137255.
AURORA_PENCIL_YELLOW - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pencil Yellow" has RGB code 0xFFEA4A, red 1.0, green 0.91764706, blue 0.2901961, alpha 1, hue 0.14732957, saturation 0.70980394, and value 1.0.
AURORA_PERIWINKLE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Periwinkle" has RGB code 0x8181FF, red 0.5058824, green 0.5058824, blue 1.0, alpha 1, hue 0.66666675, saturation 0.49411762, and value 1.0.
AURORA_PINE_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pine Green" has RGB code 0x235037, red 0.13725491, green 0.3137255, blue 0.21568628, alpha 1, hue 0.4074074, saturation 0.5625, and value 0.3137255.
AURORA_PINK_LEMONADE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pink Lemonade" has RGB code 0xFF6AC5, red 1.0, green 0.41568628, blue 0.77254903, alpha 1, hue 0.8982104, saturation 0.58431375, and value 1.0.
AURORA_PINK_SKIN_1 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pink Skin 1" has RGB code 0xAB7373, red 0.67058825, green 0.4509804, blue 0.4509804, alpha 1, hue 0.0, saturation 0.32748538, and value 0.67058825.
AURORA_PINK_SKIN_2 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pink Skin 2" has RGB code 0xC78F8F, red 0.78039217, green 0.56078434, blue 0.56078434, alpha 1, hue 0.0, saturation 0.28140703, and value 0.78039217.
AURORA_PINK_SKIN_3 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pink Skin 3" has RGB code 0xE3ABAB, red 0.8901961, green 0.67058825, blue 0.67058825, alpha 1, hue 0.0, saturation 0.24669603, and value 0.8901961.
AURORA_PINK_SKIN_4 - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pink Skin 4" has RGB code 0xF8D2DA, red 0.972549, green 0.8235294, blue 0.85490197, alpha 1, hue 0.96491224, saturation 0.1532258, and value 0.972549.
AURORA_PINK_TUTU - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pink Tutu" has RGB code 0xF8C6FC, red 0.972549, green 0.7764706, blue 0.9882353, alpha 1, hue 0.8209878, saturation 0.2142857, and value 0.9882353.
AURORA_PINK_VIOLET - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pink Violet" has RGB code 0x8F578F, red 0.56078434, green 0.34117648, blue 0.56078434, alpha 1, hue 0.8333334, saturation 0.39160842, and value 0.56078434.
AURORA_PISTACHIO - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pistachio" has RGB code 0xA2D8A2, red 0.63529414, green 0.84705883, blue 0.63529414, alpha 1, hue 0.33333325, saturation 0.24999999, and value 0.84705883.
AURORA_PITCH_BLACK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pitch Black" has RGB code 0x010101, red 0.003921569, green 0.003921569, blue 0.003921569, alpha 1, hue 0.0, saturation 0.0, and value 0.003921569.
AURORA_PLATINUM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Platinum" has RGB code 0xDBDBDB, red 0.85882354, green 0.85882354, blue 0.85882354, alpha 1, hue 0.0, saturation 0.0, and value 0.85882354.
AURORA_PLUM_JUICE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Plum Juice" has RGB code 0xA01982, red 0.627451, green 0.09803922, blue 0.50980395, alpha 1, hue 0.8703704, saturation 0.84375, and value 0.627451.
AURORA_POLISHED_SAPPHIRE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Polished Sapphire" has RGB code 0x101CDA, red 0.0627451, green 0.10980392, blue 0.85490197, alpha 1, hue 0.6567657, saturation 0.9266055, and value 0.85490197.
AURORA_PORK_CHOP - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Pork Chop" has RGB code 0xFFC0CB, red 1.0, green 0.7529412, blue 0.79607844, alpha 1, hue 0.9708994, saturation 0.24705881, and value 1.0.
AURORA_POWDER_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Powder Blue" has RGB code 0x5AC5FF, red 0.3529412, green 0.77254903, blue 1.0, alpha 1, hue 0.558586, saturation 0.64705884, and value 1.0.
AURORA_PRASE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Prase" has RGB code 0x05B450, red 0.019607844, green 0.7058824, blue 0.3137255, alpha 1, hue 0.4047619, saturation 0.9722222, and value 0.7058824.
AURORA_PRUNE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Prune" has RGB code 0x463246, red 0.27450982, green 0.19607843, blue 0.27450982, alpha 1, hue 0.8333333, saturation 0.2857143, and value 0.27450982.
AURORA_PRUSSIAN_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Prussian Blue" has RGB code 0x004A9C, red 0.0, green 0.2901961, blue 0.6117647, alpha 1, hue 0.587607, saturation 1.0, and value 0.6117647.
AURORA_PUCE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Puce" has RGB code 0xBCAFC0, red 0.7372549, green 0.6862745, blue 0.7529412, alpha 1, hue 0.7941178, saturation 0.08854166, and value 0.7529412.
AURORA_PURPLE_FREESIA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Purple Freesia" has RGB code 0x9C41FF, red 0.6117647, green 0.25490198, blue 1.0, alpha 1, hue 0.74649143, saturation 0.745098, and value 1.0.
AURORA_PUTTY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Putty" has RGB code 0xBF3F3F, red 0.7490196, green 0.24705882, blue 0.24705882, alpha 1, hue 0.0, saturation 0.6701571, and value 0.7490196.
AURORA_RASPBERRY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Raspberry" has RGB code 0x911437, red 0.5686275, green 0.078431375, blue 0.21568628, alpha 1, hue 0.9533334, saturation 0.86206895, and value 0.5686275.
AURORA_RAW_MEAT - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Raw Meat" has RGB code 0xFF8181, red 1.0, green 0.5058824, blue 0.5058824, alpha 1, hue 0.0, saturation 0.49411762, and value 1.0.
AURORA_REDWOOD - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Redwood" has RGB code 0xB45A00, red 0.7058824, green 0.3529412, blue 0.0, alpha 1, hue 0.083333254, saturation 1.0, and value 0.7058824.
AURORA_REFRESHING_MIST - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Refreshing Mist" has RGB code 0x91EBFF, red 0.5686275, green 0.92156863, blue 1.0, alpha 1, hue 0.530303, saturation 0.43137252, and value 1.0.
AURORA_RIPE_PLUM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Ripe Plum" has RGB code 0xAB57AB, red 0.67058825, green 0.34117648, blue 0.67058825, alpha 1, hue 0.8333334, saturation 0.49122807, and value 0.67058825.
AURORA_RIPPED_DENIM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Ripped Denim" has RGB code 0x699DC3, red 0.4117647, green 0.6156863, blue 0.7647059, alpha 1, hue 0.57037055, saturation 0.46153846, and value 0.7647059.
AURORA_ROBIN_EGG_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Robin Egg Blue" has RGB code 0x08DED5, red 0.03137255, green 0.87058824, blue 0.8352941, alpha 1, hue 0.49299073, saturation 0.963964, and value 0.87058824.
AURORA_ROSEATE_SPOONBILL - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Roseate Spoonbill" has RGB code 0xC87DA0, red 0.78431374, green 0.49019608, blue 0.627451, alpha 1, hue 0.92222226, saturation 0.375, and value 0.78431374.
AURORA_ROUGH_SAPPHIRE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Rough Sapphire" has RGB code 0x4A5AFF, red 0.2901961, green 0.3529412, blue 1.0, alpha 1, hue 0.6519338, saturation 0.70980394, and value 1.0.
AURORA_ROYAL_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Royal Blue" has RGB code 0x0010BD, red 0.0, green 0.0627451, blue 0.7411765, alpha 1, hue 0.6525575, saturation 1.0, and value 0.7411765.
AURORA_ROYAL_VIOLET - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Royal Violet" has RGB code 0x573B73, red 0.34117648, green 0.23137255, blue 0.4509804, alpha 1, hue 0.75000024, saturation 0.48695654, and value 0.4509804.
AURORA_SAFFRON - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Saffron" has RGB code 0xFFD510, red 1.0, green 0.8352941, blue 0.0627451, alpha 1, hue 0.13737798, saturation 0.9372549, and value 1.0.
AURORA_SAGE_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Sage Green" has RGB code 0xB4EECA, red 0.7058824, green 0.93333334, blue 0.7921569, alpha 1, hue 0.39655173, saturation 0.24369746, and value 0.93333334.
AURORA_SALMON - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Salmon" has RGB code 0xFF6262, red 1.0, green 0.38431373, blue 0.38431373, alpha 1, hue 0.0, saturation 0.6156863, and value 1.0.
AURORA_SCRIBE_INK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Scribe Ink" has RGB code 0x280A1E, red 0.15686275, green 0.039215688, blue 0.11764706, alpha 1, hue 0.88888896, saturation 0.75, and value 0.15686275.
AURORA_SEAFOAM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Seafoam" has RGB code 0x3CFEA5, red 0.23529412, green 0.99607843, blue 0.64705884, alpha 1, hue 0.42353952, saturation 0.7637795, and value 0.99607843.
AURORA_SEAL_BROWN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Seal Brown" has RGB code 0x551414, red 0.33333334, green 0.078431375, blue 0.078431375, alpha 1, hue 0.0, saturation 0.7647059, and value 0.33333334.
AURORA_SEAWATER - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Seawater" has RGB code 0x007F7F, red 0.0, green 0.49803922, blue 0.49803922, alpha 1, hue 0.5, saturation 1.0, and value 0.49803922.
AURORA_SHADOW - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Shadow" has RGB code 0x252525, red 0.14509805, green 0.14509805, blue 0.14509805, alpha 1, hue 0.0, saturation 0.0, and value 0.14509805.
AURORA_SHAMROCK_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Shamrock Green" has RGB code 0x00FF00, red 0.0, green 1.0, blue 0.0, alpha 1, hue 0.33333325, saturation 1.0, and value 1.0.
AURORA_SHARP_AZURE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Sharp Azure" has RGB code 0x007FFF, red 0.0, green 0.49803922, blue 1.0, alpha 1, hue 0.5836601, saturation 1.0, and value 1.0.
AURORA_SHINING_SKY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Shining Sky" has RGB code 0x55E6FF, red 0.33333334, green 0.9019608, blue 1.0, alpha 1, hue 0.52450967, saturation 0.6666666, and value 1.0.
AURORA_SHINING_WHITE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Shining White" has RGB code 0xFFFFFF, red 1.0, green 1.0, blue 1.0, alpha 1, hue 0.0, saturation 0.0, and value 1.0.
AURORA_SHRIMP - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Shrimp" has RGB code 0xFAA0B9, red 0.98039216, green 0.627451, blue 0.7254902, alpha 1, hue 0.9537037, saturation 0.35999998, and value 0.98039216.
AURORA_SIENNA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Sienna" has RGB code 0x7F0000, red 0.49803922, green 0.0, blue 0.0, alpha 1, hue 0.0, saturation 1.0, and value 0.49803922.
AURORA_SILVER - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Silver" has RGB code 0xB6B6B6, red 0.7137255, green 0.7137255, blue 0.7137255, alpha 1, hue 0.0, saturation 0.0, and value 0.7137255.
AURORA_SILVER_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Silver Green" has RGB code 0x8FC78F, red 0.56078434, green 0.78039217, blue 0.56078434, alpha 1, hue 0.33333325, saturation 0.28140703, and value 0.78039217.
AURORA_SILVER_PINK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Silver Pink" has RGB code 0xE3C7E3, red 0.8901961, green 0.78039217, blue 0.8901961, alpha 1, hue 0.8333333, saturation 0.12334801, and value 0.8901961.
AURORA_SLATE_GRAY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Slate Gray" has RGB code 0x6E8287, red 0.43137255, green 0.50980395, blue 0.5294118, alpha 1, hue 0.5333333, saturation 0.18518522, and value 0.5294118.
AURORA_SLOW_CREEK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Slow Creek" has RGB code 0x7E9494, red 0.49411765, green 0.5803922, blue 0.5803922, alpha 1, hue 0.5, saturation 0.14864868, and value 0.5803922.
AURORA_SMOG - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Smog" has RGB code 0xABABE3, red 0.67058825, green 0.67058825, blue 0.8901961, alpha 1, hue 0.66666675, saturation 0.24669603, and value 0.8901961.
AURORA_SMOKE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Smoke" has RGB code 0x494949, red 0.28627452, green 0.28627452, blue 0.28627452, alpha 1, hue 0.0, saturation 0.0, and value 0.28627452.
AURORA_SOAP - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Soap" has RGB code 0xD7C3FA, red 0.84313726, green 0.7647059, blue 0.98039216, alpha 1, hue 0.72727287, saturation 0.21999998, and value 0.98039216.
AURORA_SOFT_TEAL - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Soft Teal" has RGB code 0x129880, red 0.07058824, green 0.59607846, blue 0.5019608, alpha 1, hue 0.47014928, saturation 0.881579, and value 0.59607846.
AURORA_SPACE_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Space Blue" has RGB code 0x0C2148, red 0.047058824, green 0.12941177, blue 0.28235295, alpha 1, hue 0.60833347, saturation 0.8333334, and value 0.28235295.
AURORA_SPEARMINT - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Spearmint" has RGB code 0x64ABAB, red 0.39215687, green 0.67058825, blue 0.67058825, alpha 1, hue 0.5, saturation 0.41520467, and value 0.67058825.
AURORA_SPRING_GREEN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Spring Green" has RGB code 0x00DE6A, red 0.0, green 0.87058824, blue 0.41568628, alpha 1, hue 0.41291285, saturation 1.0, and value 0.87058824.
AURORA_STEAM - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Steam" has RGB code 0x7DD7F0, red 0.49019608, green 0.84313726, blue 0.9411765, alpha 1, hue 0.53623176, saturation 0.47916666, and value 0.9411765.
AURORA_STRAW - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Straw" has RGB code 0xEDEDC7, red 0.92941177, green 0.92941177, blue 0.78039217, alpha 1, hue 0.16666675, saturation 0.16033754, and value 0.92941177.
AURORA_STRONG_CYAN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Strong Cyan" has RGB code 0x00BFFF, red 0.0, green 0.7490196, blue 1.0, alpha 1, hue 0.54183006, saturation 1.0, and value 1.0.
AURORA_STYGIAN_BLUE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Stygian Blue" has RGB code 0x0F0F50, red 0.05882353, green 0.05882353, blue 0.3137255, alpha 1, hue 0.66666687, saturation 0.8125, and value 0.3137255.
AURORA_SUBTLETY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Subtlety" has RGB code 0x786EF0, red 0.47058824, green 0.43137255, blue 0.9411765, alpha 1, hue 0.67948735, saturation 0.5416666, and value 0.9411765.
AURORA_SUDS - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Suds" has RGB code 0xBEB9FA, red 0.74509805, green 0.7254902, blue 0.98039216, alpha 1, hue 0.67948735, saturation 0.26, and value 0.98039216.
AURORA_TAN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Tan" has RGB code 0xDADAAB, red 0.85490197, green 0.85490197, blue 0.67058825, alpha 1, hue 0.16666675, saturation 0.21559632, and value 0.85490197.
AURORA_TARNISH - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Tarnish" has RGB code 0xABC78F, red 0.67058825, green 0.78039217, blue 0.56078434, alpha 1, hue 0.25, saturation 0.28140703, and value 0.78039217.
AURORA_TAUPE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Taupe" has RGB code 0x3B2D1F, red 0.23137255, green 0.1764706, blue 0.12156863, alpha 1, hue 0.08333349, saturation 0.47457626, and value 0.23137255.
AURORA_TAXICAB_YELLOW - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Taxicab Yellow" has RGB code 0xF6BD31, red 0.9647059, green 0.7411765, blue 0.19215687, alpha 1, hue 0.11844337, saturation 0.800813, and value 0.9647059.
AURORA_TEA_ROSE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Tea Rose" has RGB code 0xE1B9D2, red 0.88235295, green 0.7254902, blue 0.8235294, alpha 1, hue 0.8958333, saturation 0.17777777, and value 0.88235295.
AURORA_THICK_AMETHYST - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Thick Amethyst" has RGB code 0x5010B0, red 0.3137255, green 0.0627451, blue 0.6901961, alpha 1, hue 0.7333336, saturation 0.90909094, and value 0.6901961.
AURORA_THIN_AMETHYST - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Thin Amethyst" has RGB code 0x7F00FF, red 0.49803922, green 0.0, blue 1.0, alpha 1, hue 0.74967337, saturation 1.0, and value 1.0.
AURORA_THISTLE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Thistle" has RGB code 0xE673FF, red 0.9019608, green 0.4509804, blue 1.0, alpha 1, hue 0.8035716, saturation 0.5490196, and value 1.0.
AURORA_THULIAN_PINK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Thulian Pink" has RGB code 0xC35A91, red 0.7647059, green 0.3529412, blue 0.5686275, alpha 1, hue 0.9126983, saturation 0.5384615, and value 0.7647059.
AURORA_TRANSPARENT - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Transparent" has RGB code 0x000000, red 0.0, green 0.0, blue 0.0, alpha 0, hue 0.0, saturation 0.0, and value 0.0.
AURORA_TROPIC_MIST - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Tropic Mist" has RGB code 0xD0DAF8, red 0.8156863, green 0.85490197, blue 0.972549, alpha 1, hue 0.625, saturation 0.16129032, and value 0.972549.
AURORA_TURQUOISE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Turquoise" has RGB code 0x2DEBA8, red 0.1764706, green 0.92156863, blue 0.65882355, alpha 1, hue 0.44122815, saturation 0.80851066, and value 0.92156863.
AURORA_TWILIGHT_CLOUD - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Twilight Cloud" has RGB code 0x8F8FC7, red 0.56078434, green 0.56078434, blue 0.78039217, alpha 1, hue 0.66666675, saturation 0.28140703, and value 0.78039217.
AURORA_TYRIAN_PURPLE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Tyrian Purple" has RGB code 0xBF3FBF, red 0.7490196, green 0.24705882, blue 0.7490196, alpha 1, hue 0.8333334, saturation 0.6701571, and value 0.7490196.
AURORA_ULTRAMARINE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Ultramarine" has RGB code 0x0000FF, red 0.0, green 0.0, blue 1.0, alpha 1, hue 0.66666675, saturation 1.0, and value 1.0.
AURORA_UMBER - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Umber" has RGB code 0x7F7F00, red 0.49803922, green 0.49803922, blue 0.0, alpha 1, hue 0.16666675, saturation 1.0, and value 0.49803922.
AURORA_VAPOR - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Vapor" has RGB code 0x90B0FF, red 0.5647059, green 0.6901961, blue 1.0, alpha 1, hue 0.6186187, saturation 0.4352941, and value 1.0.
AURORA_VARISCITE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Variscite" has RGB code 0x6AFFCD, red 0.41568628, green 1.0, blue 0.8039216, alpha 1, hue 0.44407153, saturation 0.58431375, and value 1.0.
AURORA_VARNISH - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Varnish" has RGB code 0x401811, red 0.2509804, green 0.09411765, blue 0.06666667, alpha 1, hue 0.024822712, saturation 0.73437506, and value 0.2509804.
AURORA_VIOLET - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Violet" has RGB code 0x8C14BE, red 0.54901963, green 0.078431375, blue 0.74509805, alpha 1, hue 0.7843139, saturation 0.8947368, and value 0.74509805.
AURORA_VIOLET_CUSHIONS - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Violet Cushions" has RGB code 0x8F57C7, red 0.56078434, green 0.34117648, blue 0.78039217, alpha 1, hue 0.75000024, saturation 0.56281406, and value 0.78039217.
AURORA_VIRIDIAN - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Viridian" has RGB code 0x507D5F, red 0.3137255, green 0.49019608, blue 0.37254903, alpha 1, hue 0.38888884, saturation 0.35999998, and value 0.49019608.
AURORA_WATERCOLOR_BLACK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Watercolor Black" has RGB code 0x3B3B57, red 0.23137255, green 0.23137255, blue 0.34117648, alpha 1, hue 0.66666687, saturation 0.3218391, and value 0.34117648.
AURORA_WATERCOLOR_GRAY - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Watercolor Gray" has RGB code 0x736EAA, red 0.4509804, green 0.43137255, blue 0.6666667, alpha 1, hue 0.6805558, saturation 0.3529412, and value 0.6666667.
AURORA_WET_STONE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Wet Stone" has RGB code 0xA6A090, red 0.6509804, green 0.627451, blue 0.5647059, alpha 1, hue 0.121212244, saturation 0.13253011, and value 0.6509804.
AURORA_WISTERIA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Wisteria" has RGB code 0xBD29FF, red 0.7411765, green 0.16078432, blue 1.0, alpha 1, hue 0.78193164, saturation 0.8392157, and value 1.0.
AURORA_WOODLANDS - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Woodlands" has RGB code 0x3C6E14, red 0.23529412, green 0.43137255, blue 0.078431375, alpha 1, hue 0.25925934, saturation 0.8181818, and value 0.43137255.
AURORA_ZUCCHINI - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Aurora Zucchini" has RGB code 0x123832, red 0.07058824, green 0.21960784, blue 0.19607843, alpha 1, hue 0.4736842, saturation 0.6785714, and value 0.21960784.
autoActors - Variable in class squidpony.squidgrid.gui.gdx.SquidPanel
 
autoLight() - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
Alters the lightnesses that affect the background colors, accepting a parameter for animation frame if rippling water and waving grass using SeededNoise are desired.
autoLight(double) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
Alters the lightnesses that affect the background colors, accepting a parameter for animation frame if rippling water and waving grass using SeededNoise are desired.
autoLight(double, char, char) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
Alters the lightnesses that affect the background colors, accepting a parameter for animation frame if rippling water and waving grass using SeededNoise are desired.
availableKeys - Variable in class squidpony.squidgrid.gui.gdx.VisualInput
 
AZUL - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Azul" has RGB code 0x007FFF, red 0.0, green 0.49803922, blue 1.0, alpha 1, hue 0.5836601, saturation 1.0, and value 1.0.
AZURE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
This color constant "Azure" has RGB code 0xF0FFFF, red 0.9411765, green 1.0, blue 1.0, alpha 1, hue 0.5, saturation 0.058823526, and value 1.0.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
All Classes|All Packages