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
Q
- quantize253() - Method in class squidpony.squidgrid.gui.gdx.SColor
-
Reduces the color depth of the given Color and returns a new Color that fits in 252 colors plus fully transparent (an all-0 value is used when alpha is less than 0.5f).
- quantize253F(float) - Static method in class squidpony.squidgrid.gui.gdx.SColor
-
Reduces the color depth of the given packed float color to fit in 252 colors plus fully transparent (an all-0 value is used when alpha is less than 0.5f).
- quantize253F(float, float, float, float) - Static method in class squidpony.squidgrid.gui.gdx.SColor
-
Reduces the color depth of the given r, g, and b color channels to fit in 252 colors plus fully transparent (an all-0 value is used when alpha is less than 0.5f).
- quantize253I(float) - Static method in class squidpony.squidgrid.gui.gdx.SColor
-
Reduces the color depth of the given packed float color to fit in 252 colors plus fully transparent (an all-0 value is used when alpha is less than 0.5f) and returns the color as an RGBA8888 int.
- quantize253I(Color) - Static method in class squidpony.squidgrid.gui.gdx.SColor
-
Reduces the color depth of the given Color to fit in 252 colors plus fully transparent (an all-0 value is used when alpha is less than 0.5f) and returns the color as an RGBA8888 int.
- queue - Variable in class squidpony.squidgrid.gui.gdx.SquidInput
All Classes|All Packages