Uses of Class
toxi.color.Hue

Packages that use Hue
toxi.color   
 

Uses of Hue in toxi.color
 

Fields in toxi.color declared as Hue
static Hue Hue.AZURE
           
static Hue Hue.BLUE
           
static Hue Hue.CYAN
           
static Hue Hue.GREEN
           
static Hue Hue.INDIGO
           
static Hue Hue.LIME
           
static Hue Hue.ORANGE
           
static Hue Hue.PINK
           
static Hue Hue.PURPLE
           
static Hue Hue.RED
           
static Hue Hue.TEAL
           
static Hue Hue.YELLOW
           
 

Methods in toxi.color that return Hue
static Hue Hue.getClosest(float hue, boolean primaryOnly)
          Finds the closest defined & named Hue for the given hue value.
 Hue TColor.getClosestHue()
           
 Hue ReadonlyTColor.getClosestHue()
           
 Hue TColor.getClosestHue(boolean primaryOnly)
           
 Hue ReadonlyTColor.getClosestHue(boolean primaryOnly)
           
static Hue Hue.getForName(java.lang.String name)
           
 

Methods in toxi.color with parameters of type Hue
 ColorRange ColorRange.addHue(Hue hue)
          Add the given hue as hue constraint.
 TColor ColorRange.getColor(Hue hue)
          Creates a new shade of the given hue based on the other constraints of the range.
static ReadonlyTColor TColor.newHSV(Hue h, float s, float v)
           
 

Constructors in toxi.color with parameters of type Hue
ColorRange(Hue hue)
          Constructs a new range using the given hue as constraint, but saturation and brightness are fully flexible.