- hashCode() - Method in class org.amexio.colors.core.Color
-
Returns the RGB value as hashcode.
- hashCode() - Method in class org.amexio.colors.io.ThemeConfig
-
Returns the Hash Code of the Theme Input File Name
- hashCode() - Method in class org.amexio.colors.themes.AmexioColorClass
-
Returns the Class Name hashcode.
- HELP - Static variable in class org.amexio.colors.start.AmexioCLIHelp
-
- hex() - Method in class org.amexio.colors.core.Color
-
Returns the Hex Code for the Color
Example : 7C0A02
- hexStr() - Method in class org.amexio.colors.core.Color
-
Returns the Hex Code for the Color prefixed with #
Example : #7C0A02
- HONEYDEW - Static variable in class org.amexio.colors.web.White
-
- HOTPINK - Static variable in class org.amexio.colors.web.Pink
-
- hsl2rgb(Color) - Static method in class org.amexio.colors.core.Color
-
Create Color from HSL Values
- hsl2rgb(float, float, float) - Static method in class org.amexio.colors.core.Color
-
Convert HSL to RGB and returns the Color Object
- hsl2rgb(float, float, float, float) - Static method in class org.amexio.colors.core.Color
-
Convert HSL to RGB and returns the Color Object
- hslConversions() - Static method in class org.amexio.examples.colors.RunTests
-
- hue() - Method in class org.amexio.colors.core.Color
-
Angle on the Color Wheel
- hwbBlackness() - Method in class org.amexio.colors.core.Color
-
Returns the Blackness frm HWB Color Model
- hwbHue() - Method in class org.amexio.colors.core.Color
-
Returns the Hue from HWB Color Model
- hwbWhiteness() - Method in class org.amexio.colors.core.Color
-
Returns the Whiness from HWB Color Model