Uses of Class
toxi.color.Hue
-
Uses of Hue in toxi.color
Modifier and TypeFieldDescriptionstatic final Hue
Hue.AZURE
static final Hue
Hue.BLUE
static final Hue
Hue.CYAN
static final Hue
Hue.GREEN
static final Hue
Hue.INDIGO
static final Hue
Hue.LIME
static final Hue
Hue.ORANGE
static final Hue
Hue.PINK
static final Hue
Hue.PURPLE
static final Hue
Hue.RED
static final Hue
Hue.TEAL
static final Hue
Hue.YELLOW
Modifier and TypeMethodDescriptionstatic final Hue
Hue.getClosest
(float hue, boolean primaryOnly) Finds the closest defined & named Hue for the given hue value.ReadonlyTColor.getClosestHue()
ReadonlyTColor.getClosestHue
(boolean primaryOnly) TColor.getClosestHue()
TColor.getClosestHue
(boolean primaryOnly) static final Hue
Hue.getForName
(String name) Modifier and TypeMethodDescriptionAdd the given hue as hue constraint.Creates a new shade of the given hue based on the other constraints of the range.static ReadonlyTColor
ModifierConstructorDescriptionColorRange
(Hue hue) Constructs a new range using the given hue as constraint, but saturation and brightness are fully flexible.