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
All Classes|All Packages
All Classes|All Packages
H
- HALF_PURPLE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Half Purple" has RGB code
0x8D608C
, red 0.5529412, green 0.3764706, blue 0.54901963, alpha 1, hue 0.837037, saturation 0.31914896, and value 0.5529412. - HallucinateFilter() - Constructor for class squidpony.squidgrid.gui.gdx.Filters.HallucinateFilter
-
Sets up a HallucinateFilter with the timer at 0..
- HAN_PURPLE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Han Purple" has RGB code
0x5218FA
, red 0.32156864, green 0.09411765, blue 0.98039216, alpha 1, hue 0.70943964, saturation 0.904, and value 0.98039216. - handle(char, boolean, boolean, boolean) - Method in interface squidpony.squidgrid.gui.gdx.SquidInput.KeyHandler
-
The only method you need to implement yourself in KeyHandler, this should react to keys such as 'a' (produced by pressing the A key while not holding Shift), 'E' (produced by pressing the E key while holding Shift), and '←' (left arrow in unicode, also available as a constant in SquidInput, produced by pressing the left arrow key even though that key does not have a default unicode representation).
- HARBOR_RAT - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Harbor Rat" has RGB code
0x757D75
, red 0.45882353, green 0.49019608, blue 0.45882353, alpha 1, hue 0.33333325, saturation 0.063999996, and value 0.49019608. - hasActiveAnimations() - Method in interface squidpony.squidgrid.gui.gdx.IPackedColorPanel
- hasActiveAnimations() - Method in class squidpony.squidgrid.gui.gdx.SparseLayers
-
Gets whether any animations or other scene2d Actions are running on this SparseLayers.
- hasActiveAnimations() - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
- hasActiveAnimations() - Method in class squidpony.squidgrid.gui.gdx.SquidPanel
- hashCode() - Method in class squidpony.squidgrid.gui.gdx.Radiance
- hashCode() - Method in class squidpony.squidgrid.gui.gdx.SColor
- hashCode() - Method in class squidpony.squidgrid.gui.gdx.SparseTextMap
- hasNext() - Method in class squidpony.squidgrid.gui.gdx.SparseTextMap.CharValues
- hasNext() - Method in class squidpony.squidgrid.gui.gdx.SparseTextMap.Entries
- hasNext() - Method in class squidpony.squidgrid.gui.gdx.SparseTextMap.FloatValues
- hasNext() - Method in class squidpony.squidgrid.gui.gdx.SparseTextMap.Keys
- hasNext() - Method in class squidpony.squidgrid.gui.gdx.SquidInput
-
Returns true if at least one event is queued, but also will call
SquidInput.keyDown(int)
if a key is being held but there is a failure to process the repeated event. - hasNext() - Method in class squidpony.squidgrid.gui.gdx.SquidKey
-
Returns true if at least one event is queued.
- hasValue(int, int) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
-
Very basic check to see if something was rendered at the x,y cell requested; this only checks the foreground.
- hCells - Variable in class squidpony.squidgrid.gui.gdx.ScreenSizeManager
-
The number of cells, vertically
- height - Variable in class squidpony.squidgrid.gui.gdx.LightingHandler
-
Height of the 2D arrays used in this, as obtained from
LightingHandler.resistances
. - height - Variable in class squidpony.squidgrid.gui.gdx.SquidLayers
- height - Variable in class squidpony.squidgrid.gui.gdx.TextCellFactory
- height - Variable in class squidpony.squidgrid.gui.gdx.WildMapView
- height - Variable in class squidpony.squidgrid.gui.gdx.WorldMapView
- height() - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
-
Returns the height of a single cell.
- height(float) - Method in class squidpony.squidgrid.gui.gdx.TextCellFactory
-
Sets the factory's cell height to the provided value.
- heldCodes - Variable in class squidpony.squidgrid.gui.gdx.SquidInput
- HELIOTROPE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Heliotrope" has RGB code
0xDF73FF
, red 0.8745098, green 0.4509804, blue 1.0, alpha 1, hue 0.79523826, saturation 0.5490196, and value 1.0. - highlight(int, int, int) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
-
Change the lightness for the background of the cell at x, y (0 is no change, 100 is very bright, -100 is very dark, anything past -150 or 150 will make the background almost fully black or white).
- highlight(int, int, int[][]) - Method in class squidpony.squidgrid.gui.gdx.SquidLayers
-
Change the lightness for the background of the cell at x, y (0 is no change, 100 is very bright, -100 is very dark, anything past -150 or 150 will make the background almost fully black or white).
- HOLLYWOOD_CERISE - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Hollywood Cerise" has RGB code
0xF400A1
, red 0.95686275, green 0.0, blue 0.6313726, alpha 1, hue 0.89002734, saturation 1.0, and value 0.95686275. - HOME - Static variable in class squidpony.squidgrid.gui.gdx.SquidInput
-
Home key (commonly used for moving a cursor to start of line).
- HORSETAIL - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Horsetail" has RGB code
0x3D5D42
, red 0.23921569, green 0.3647059, blue 0.25882354, alpha 1, hue 0.359375, saturation 0.34408602, and value 0.3647059. - HOT_MAGENTA - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Hot Magenta" has RGB code
0xFF00CC
, red 1.0, green 0.0, blue 0.8, alpha 1, hue 0.8666666, saturation 1.0, and value 1.0. - HOT_PINK - Static variable in class squidpony.squidgrid.gui.gdx.SColor
-
This color constant "Hot Pink" has RGB code
0xFF69B4
, red 1.0, green 0.4117647, blue 0.7058824, alpha 1, hue 0.91666657, saturation 0.58823526, and value 1.0. - HSVFilter(float, float) - Constructor for class squidpony.squidgrid.gui.gdx.FloatFilters.HSVFilter
- HSVFilter(float, float, float) - Constructor for class squidpony.squidgrid.gui.gdx.FloatFilters.HSVFilter
- hue() - Method in class squidpony.squidgrid.gui.gdx.SColor
-
Gets the hue of this color, as a float from 0f (inclusive, red and approaching orange if increased) to 1f (exclusive, red and approaching purple if decreased).
- hue(Color) - Static method in class squidpony.squidgrid.gui.gdx.SColor
-
Gets the hue of the given Color, as a float from 0f (inclusive, red and approaching orange if increased) to 1f (exclusive, red and approaching purple if decreased).
- hueAddend - Variable in class squidpony.squidgrid.gui.gdx.FloatFilters.HSVFilter
- hueOfFloat(float) - Static method in class squidpony.squidgrid.gui.gdx.SColor
-
Gets the hue of the given encoded color, as a float from 0f (inclusive, red and approaching orange if increased) to 1f (exclusive, red and approaching purple if decreased).
All Classes|All Packages