Uses of Class
toxi.util.datatypes.FloatRange
Packages that use FloatRange
-
Uses of FloatRange in toxi.color
Methods in toxi.color with parameters of type FloatRangeModifier and TypeMethodDescriptionColorRange.addAlphaRange
(FloatRange alpha) Adds an additional alpha constraint.ColorRange.addBrightnessRange
(FloatRange bri) Adds an additional brightness constraint.ColorRange.addHueRange
(FloatRange hue) Adds an additional hue constraint.ColorRange.addSaturationRange
(FloatRange sat) Adds an additional saturation constraint.Constructors in toxi.color with parameters of type FloatRangeModifierConstructorDescriptionColorRange
(FloatRange hue, FloatRange sat, FloatRange bri, String name) Constructs a new range with the supplied constraints (if an argument is null, a range of 0.0 ...ColorRange
(FloatRange hue, FloatRange sat, FloatRange bri, FloatRange alpha, String name) Constructs a new range with the supplied constraints (if an argument is null, a range of 0.0 ...ColorRange
(FloatRange hue, FloatRange sat, FloatRange bri, FloatRange alpha, FloatRange black, FloatRange white, String name) Constructs a new range with the supplied constraints (if an HSV argument is null, a range of 0.0 ... -
Uses of FloatRange in toxi.util.datatypes
Subclasses of FloatRange in toxi.util.datatypesMethods in toxi.util.datatypes that return FloatRangeModifier and TypeMethodDescriptionFloatRange.copy()
static FloatRange
FloatRange.fromSamples
(float... samples) static FloatRange
FloatRange.fromSamples
(List<Float> samples) FloatRange.seed
(long seed) -
Uses of FloatRange in toxi.volume
Methods in toxi.volume with parameters of type FloatRangeModifier and TypeMethodDescriptionstatic WETriangleMesh
MeshLatticeBuilder.build
(WETriangleMesh mesh, int res, FloatRange stroke) static VolumetricSpace
MeshLatticeBuilder.buildVolume
(WETriangleMesh mesh, int res, FloatRange stroke) Constructors in toxi.volume with parameters of type FloatRangeModifierConstructorDescriptionMeshLatticeBuilder
(Vec3D scale, int resX, int resY, int resZ, FloatRange stroke)