Uses of Class
toxi.color.Hue
Packages that use Hue
-
Uses of Hue in toxi.color
Fields in toxi.color declared as HueModifier and TypeFieldDescriptionstatic final HueHue.AZUREstatic final HueHue.BLUEstatic final HueHue.CYANstatic final HueHue.GREENstatic final HueHue.INDIGOstatic final HueHue.LIMEstatic final HueHue.ORANGEstatic final HueHue.PINKstatic final HueHue.PURPLEstatic final HueHue.REDstatic final HueHue.TEALstatic final HueHue.YELLOWMethods in toxi.color that return HueModifier and TypeMethodDescriptionstatic final HueHue.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 HueHue.getForName(String name) Methods in toxi.color with parameters of type HueModifier 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 ReadonlyTColorConstructors in toxi.color with parameters of type HueModifierConstructorDescriptionColorRange(Hue hue) Constructs a new range using the given hue as constraint, but saturation and brightness are fully flexible.