Skip navigation links
A C D E F G H I J K L M N P R S T U V W X 

R

random(float) - Static method in class net.returnvoid.tools.RMath
Returns a random float value with range of [0, max).
random(float, float) - Static method in class net.returnvoid.tools.RMath
Returns a random float value with range of [min, max).
random(int) - Static method in class net.returnvoid.tools.RMath
Returns a random int value with range of [0, max).
random(int, int) - Static method in class net.returnvoid.tools.RMath
Returns a random int value with range of [min, max).
range(int...) - Static method in class net.returnvoid.tools.RMath
Calculates the range (minimum and maximum values) of the given set.
range(float...) - Static method in class net.returnvoid.tools.RMath
Calculates the range (minimum and maximum values) of the given set.
range(ColorSpace, RColor...) - Static method in class net.returnvoid.tools.RMath
Calculates the range (minimum and maximum values) of all color channels the given color set.
range(PVector...) - Static method in class net.returnvoid.tools.RMath
Calculates the range (minimum x / y and maximum x / y values) of the given set.
RColor - Interface in net.returnvoid.color
A base interface for all color spaces.
Rect - Class in net.returnvoid.graphics.shape
A class for building and transforming rectangles.
Rect(PApplet, float, float, float, float) - Constructor for class net.returnvoid.graphics.shape.Rect
Builds a new rectangle with the given parameters.
Rect(PApplet, PVector, PVector) - Constructor for class net.returnvoid.graphics.shape.Rect
Builds a new rectangle with the given parameters.
reduceSize(int) - Method in class net.returnvoid.color.ColorPalette
Reduces the number of colors to the given size.
REFERENCE_X - Static variable in class net.returnvoid.color.XYZColor
X Value for the specific illuminants and observers (2° [CIE 1931] - D65 - Daylight, sRGB, Adobe-RGB conversion)
REFERENCE_Y - Static variable in class net.returnvoid.color.XYZColor
Y Value for the specific illuminants and observers (2° [CIE 1931] - D65 - Daylight, sRGB, Adobe-RGB conversion)
REFERENCE_Z - Static variable in class net.returnvoid.color.XYZColor
Z Value for the specific illuminants and observers (2° [CIE 1931] - D65 - Daylight, sRGB, Adobe-RGB conversion)
remove(RColor) - Method in class net.returnvoid.color.ColorPalette
Removes the given color from the palette.
remove(int) - Method in class net.returnvoid.color.ColorPalette
Removes the given color from the palette.
removeElement(Object) - Method in interface net.returnvoid.analytics.Cluster
Removes an element from the cluster (if the given element is a member).
removeElement(Object) - Method in class net.returnvoid.analytics.ColorCluster
 
removeElement(RColor) - Method in class net.returnvoid.analytics.ColorCluster
Removes an element from the cluster (if the given element is a member).
removeIntersectingLines(ArrayList<Line>) - Method in class net.returnvoid.graphics.shape.Curve
Removes all lines from the given set of lines that intersect with this shape.
removeIntersectingLines(ArrayList<Line>, boolean) - Method in class net.returnvoid.graphics.shape.Curve
Removes all lines from the given set of lines that intersect with this shape.
removeIntersectingLines(ArrayList<Line>) - Static method in class net.returnvoid.graphics.shape.Line
Removes lines from the given set of lines if they intersect with other lines of the list.
removeIntersectingLines(ArrayList<Line>, boolean) - Static method in class net.returnvoid.graphics.shape.Line
Removes lines from the given set of lines if they intersect with other lines of the list.
removeIntersectingLines(ArrayList<Line>) - Method in class net.returnvoid.graphics.shape.LineSegments
Removes all lines from the given set of lines that intersect with this shape.
removeIntersectingLines(ArrayList<Line>, boolean) - Method in class net.returnvoid.graphics.shape.LineSegments
Removes all lines from the given set of lines that intersect with this shape.
removeIntersectingLinesHierarchical(ArrayList<Line>) - Static method in class net.returnvoid.graphics.shape.Line
Removes lines from the given set of lines if they intersect with other lines of the list.
removeIntersectingLinesHierarchical(ArrayList<Line>, boolean) - Static method in class net.returnvoid.graphics.shape.Line
Removes lines from the given set of lines if they intersect with other lines of the list.
removeName() - Method in class net.returnvoid.color.ColorPalette
Removes the currently set name for this palette.
removeObserver(ColorPaletteUpdateObserver) - Method in class net.returnvoid.io.ColorPaletteLoader
Remove an observer from this loader.
removeObserver(ImageUpdateObserver) - Method in class net.returnvoid.io.ImageLoader
Remove an observer from this loader.
removeTag(String) - Method in class net.returnvoid.color.ColorPalette
Removes the given tag from the tag list associated with this palette.
resetImportance() - Method in class net.returnvoid.color.ColorPalette
Resets the importance of all member colors of the palette to 1 (all colors are weighted equally).
resetKeySettings() - Method in class net.returnvoid.io.ColorPaletteLoader
 
resetKeySettings() - Method in class net.returnvoid.io.DataLoader
Resets the key settings for the KeyEvents to its default.
resetKeySettings() - Method in class net.returnvoid.io.ImageLoader
 
RGBColor - Class in net.returnvoid.color
A model for color in RGB color space.
RGBColor(Float, Float, Float) - Constructor for class net.returnvoid.color.RGBColor
Creates a new opaque RGBColor object.
RGBColor(Float, Float, Float, Float) - Constructor for class net.returnvoid.color.RGBColor
Creates a new RGBColor object.
RGBColor(float...) - Constructor for class net.returnvoid.color.RGBColor
Creates a new RGBColor object.
rgbEuclidean(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
Calculates the difference / distance between two colors using RGB Euclidean distance.
rgbMeanRed(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
Calculates the difference / distance between two colors using RGB Euclidean distance weighted with a mean red value.
rgbWeighted(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
Calculates the difference / distance between two colors using weighted RGB Euclidean distance.
RGrid - Interface in net.returnvoid.graphics.grid
An interface for building two-dimensional grids.
RMath - Class in net.returnvoid.tools
A class for mathematical operations.
rotate(float) - Method in class net.returnvoid.graphics.shape.Curve
 
rotate(PVector, float) - Method in class net.returnvoid.graphics.shape.Curve
 
rotate(float) - Method in class net.returnvoid.graphics.shape.CurvedLens
 
rotate(PVector, float) - Method in class net.returnvoid.graphics.shape.CurvedLens
 
rotate(float) - Method in class net.returnvoid.graphics.shape.Ellipse
 
rotate(PVector, float) - Method in class net.returnvoid.graphics.shape.Ellipse
 
rotate(float) - Method in class net.returnvoid.graphics.shape.Line
 
rotate(PVector, float) - Method in class net.returnvoid.graphics.shape.Line
 
rotate(float) - Method in class net.returnvoid.graphics.shape.LineSegments
 
rotate(PVector, float) - Method in class net.returnvoid.graphics.shape.LineSegments
 
rotate(float) - Method in class net.returnvoid.graphics.shape.Rect
 
rotate(PVector, float) - Method in class net.returnvoid.graphics.shape.Rect
 
rotate(float) - Method in interface net.returnvoid.graphics.shape.RShape
Turns the shape through the given angle.
rotate(PVector, float) - Method in interface net.returnvoid.graphics.shape.RShape
Turns the shape through the given angle.
rows() - Method in class net.returnvoid.graphics.grid.TableGrid
Returns the number of rows of this grid.
RShape - Interface in net.returnvoid.graphics.shape
An interface for building two-dimensional shapes.
A C D E F G H I J K L M N P R S T U V W X 
Skip navigation links