Uses of Class
toxi.color.ColorRange

Packages that use ColorRange
toxi.color   
 

Uses of ColorRange in toxi.color
 

Fields in toxi.color declared as ColorRange
static ColorRange ColorRange.BRIGHT
          Shade definition: saturation 80-100%, brightness: 80-100%
static ColorRange ColorRange.COOL
          Shade definition: saturation 5-20%, brightness: 90-100%
static ColorRange ColorRange.DARK
          Shade definition: saturation 70-100%, brightness: 15-40%
static ColorRange ColorRange.FRESH
          Shade definition: saturation 40-80%, brightness: 80-100%
static ColorRange ColorRange.HARD
          Shade definition: saturation 90-100%, brightness: 40-100%
static ColorRange ColorRange.INTENSE
          Shade definition: saturation 90-100%, brightness: 20-35% or 80-100%
static ColorRange ColorRange.LIGHT
          Shade definition: saturation 30-70%, brightness: 90-100%
static ColorRange ColorRange.NEUTRAL
          Shade definition: saturation 25-35%, brightness: 30-70%
static ColorRange ColorRange.SOFT
          Shade definition: saturation 20-30%, brightness: 60-90%
static ColorRange ColorRange.WARM
          Shade definition: saturation 60-90%, brightness: 40-90%
static ColorRange ColorRange.WEAK
          Shade definition: saturation 15-30%, brightness: 70-100%
 

Fields in toxi.color with type parameters of type ColorRange
static java.util.HashMap<java.lang.String,ColorRange> ColorRange.PRESETS
          List of ColorRange presets.
 

Methods in toxi.color that return ColorRange
 ColorRange ColorRange.add(ColorRange range)
          Adds the contraints of the given range to this range and forms unions for the black and white point ranges.
 ColorRange ColorRange.add(ReadonlyTColor c)
          Adds the HSV color components as constraints.
 ColorRange ColorRange.addAlphaRange(float min, float max)
          Adds the range between min-max as possible alpha values for this range.
 ColorRange ColorRange.addAlphaRange(toxi.util.datatypes.FloatRange alpha)
          Adds an additional alpha constraint.
 ColorRange ColorRange.addBrightnessRange(float min, float max)
          Adds the range between min-max as possible brightness values for this range.
 ColorRange ColorRange.addBrightnessRange(toxi.util.datatypes.FloatRange bri)
          Adds an additional brightness constraint.
 ColorRange ColorRange.addHue(Hue hue)
          Add the given hue as hue constraint.
 ColorRange ColorRange.addHueRange(float min, float max)
          Adds the range between min-max as possible hue values for this range.
 ColorRange ColorRange.addHueRange(toxi.util.datatypes.FloatRange hue)
          Adds an additional hue constraint.
 ColorRange ColorRange.addSaturationRange(float min, float max)
          Adds the range between min-max as possible saturation values for this range.
 ColorRange ColorRange.addSaturationRange(toxi.util.datatypes.FloatRange sat)
          Adds an additional saturation constraint.
 ColorRange ColorRange.copy()
          Creates a shallow copy of the range.
 ColorRange ColorRange.copy(ReadonlyTColor c, float variance)
          Creates a copy of the range but overrides the hue and alpha constraints taken from the given color (if specified).
static ColorRange ColorRange.getPresetForName(java.lang.String name)
          Retrieves one of the predefined ranges by name.
 ColorRange ColorRange.getSum(ColorRange range)
          Creates a copy of the current range and adds the given one to it.
 

Methods in toxi.color with parameters of type ColorRange
 ColorRange ColorRange.add(ColorRange range)
          Adds the contraints of the given range to this range and forms unions for the black and white point ranges.
 ColorTheme ColorTheme.addRange(ColorRange range, ReadonlyTColor col, float weight)
           
 ColorRange ColorRange.getSum(ColorRange range)
          Creates a copy of the current range and adds the given one to it.