- main(String[]) - Static method in class net.returnvoid.test.StartAndTest
-
- map(float, float, float, float, float) - Static method in class net.returnvoid.tools.RMath
-
Maps (interpolates) the given input value, which has a known range of
inputStart and inputEnd, to another range.
- max(float...) - Static method in class net.returnvoid.tools.RMath
-
Returns the maximal value found in the set of the input.
- max(int...) - Static method in class net.returnvoid.tools.RMath
-
Returns the maximal value found in the set of the input.
- max(char, RColor...) - Static method in class net.returnvoid.tools.RMath
-
Returns the maximal color value found in the set of the input.
- max(ColorSpace, RColor...) - Static method in class net.returnvoid.tools.RMath
-
Calculates the the maximal values of all color channels of the given
color set.
- MAX_A - Static variable in class net.returnvoid.color.LabColor
-
The maximal a value any Lab color can have (approximation).
- MAX_B - Static variable in class net.returnvoid.color.LabColor
-
The maximal b value any Lab color can have (approximation).
- MAX_C - Static variable in class net.returnvoid.color.LCHColor
-
The maximal chroma value any LCH color can have (approximation).
- MAX_L - Static variable in class net.returnvoid.color.LabColor
-
The maximal luminance value any Lab color can have.
- maxIndex(int...) - Static method in class net.returnvoid.tools.RMath
-
Returns the index of the maximal value found in the set of the input.
- maxIndex(float...) - Static method in class net.returnvoid.tools.RMath
-
Returns the index of the maximal value found in the set of the input.
- merge(ColorPalette) - Method in class net.returnvoid.color.ColorPalette
-
Merges two color palettes - adds another color palette to this one.
- min(float...) - Static method in class net.returnvoid.tools.RMath
-
Returns the minimal value found in the set of the input.
- min(int...) - Static method in class net.returnvoid.tools.RMath
-
Returns the minimal value found in the set of the input.
- min(ColorSpace, RColor...) - Static method in class net.returnvoid.tools.RMath
-
Calculates the the minimal values of all color channels of the given
color set.
- min(char, RColor...) - Static method in class net.returnvoid.tools.RMath
-
Returns the minimal color value found in the set of the input.
- MIN_A - Static variable in class net.returnvoid.color.LabColor
-
The minimal a value any Lab color can have (approximation).
- MIN_B - Static variable in class net.returnvoid.color.LabColor
-
The minimal b value any Lab color can have (approximation).
- MIN_L - Static variable in class net.returnvoid.color.LabColor
-
The minimal luminance value any Lab color can have.
- minIndex(int...) - Static method in class net.returnvoid.tools.RMath
-
Returns the index of the minimal value found in the set of the input.
- minIndex(float...) - Static method in class net.returnvoid.tools.RMath
-
Returns the index of the minimal value found in the set of the input.