Uses of Class
toxi.util.datatypes.FloatRange
-
Uses of FloatRange in toxi.color
Modifier 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.ModifierConstructorDescriptionColorRange
(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
Modifier 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
Modifier and TypeMethodDescriptionstatic WETriangleMesh
MeshLatticeBuilder.build
(WETriangleMesh mesh, int res, FloatRange stroke) static VolumetricSpace
MeshLatticeBuilder.buildVolume
(WETriangleMesh mesh, int res, FloatRange stroke) ModifierConstructorDescriptionMeshLatticeBuilder
(Vec3D scale, int resX, int resY, int resZ, FloatRange stroke)