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

L

LabColor - Class in net.returnvoid.color
A model for color in Lab color space.
LabColor(Float, Float, Float) - Constructor for class net.returnvoid.color.LabColor
Creates a new opaque LabColor object.
LabColor(Float, Float, Float, Float) - Constructor for class net.returnvoid.color.LabColor
Creates a new LabColor object.
LabColor(float...) - Constructor for class net.returnvoid.color.LabColor
Creates a new LabColor object.
labDeltaC(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
Calculates the chroma difference / distance between two colors.
labDeltaE(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
Calculates the difference / distance between two colors using Lab Euclidean (Delta E) distance.
labDeltaE1994(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
Calculates the difference / distance between two colors using Lab Delta E 1994 distance.
labDeltaE2000(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
Calculates the difference / distance between two colors using Lab Delta E 2000 distance.
labDeltaH(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
Calculates the hue difference between two colors.
last() - Method in class net.returnvoid.io.ColorPaletteLoader
 
last() - Method in class net.returnvoid.io.DataLoader
Loads (if necessary) and returns the last file of the given folder.
last() - Method in class net.returnvoid.io.ImageLoader
 
lchCMC(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
Calculates the difference / distance between two colors using CMC distance.
LCHColor - Class in net.returnvoid.color
A model for color in LCH color space.
LCHColor(Float, Float, Float) - Constructor for class net.returnvoid.color.LCHColor
Creates a new opaque LCHColor object.
LCHColor(Float, Float, Float, Float) - Constructor for class net.returnvoid.color.LCHColor
Creates a new LCHColor object.
LCHColor(float...) - Constructor for class net.returnvoid.color.LCHColor
Creates a new LCHColor object.
lchEuclidean(RColor, RColor) - Static method in class net.returnvoid.color.ColorDifference
Calculates the difference / distance between two colors using LCH Euclidean distance.
lerpColors(RColor, RColor, float) - Static method in class net.returnvoid.color.ColorHelper
Lerps the two input colors and creates a new color.
lerpColors(RColor, RColor, float) - Static method in class net.returnvoid.color.HSBColor
Lerps the two input colors and creates a new color.
lerpColors(RColor, RColor, float) - Static method in class net.returnvoid.color.LabColor
Lerps the two input colors and creates a new color.
lerpColors(RColor, RColor, float) - Static method in class net.returnvoid.color.LCHColor
Lerps the two input colors and creates a new color.
lerpColors(RColor, RColor, float) - Static method in class net.returnvoid.color.RGBColor
Lerps the two input colors and creates a new color.
lerpColors(RColor, RColor, float) - Static method in class net.returnvoid.color.XYZColor
Lerps the two input colors and creates a new color.
Line - Class in net.returnvoid.graphics.shape
A class for building and transforming lines.
Line(PApplet, PVector, PVector) - Constructor for class net.returnvoid.graphics.shape.Line
Builds a new line with the given parameters.
Line(PApplet, float, float, float, float) - Constructor for class net.returnvoid.graphics.shape.Line
Builds a new line with the given parameters.
Line(PApplet, PVector, float, float) - Constructor for class net.returnvoid.graphics.shape.Line
Builds a new line with the given parameters.
LineSegments - Class in net.returnvoid.graphics.shape
A class for building and transforming line segements.
LineSegments(PApplet, PVector[]) - Constructor for class net.returnvoid.graphics.shape.LineSegments
Builds a new LineSegments shape with the given parameters.
LineSegments(PApplet, ArrayList<PVector>) - Constructor for class net.returnvoid.graphics.shape.LineSegments
Builds a new LineSegments shape with the given parameters.
lineSize() - Method in class net.returnvoid.graphics.shape.LineSegments
Returns the number of lines for this LineSegments shape.
loadAllFiles() - Method in class net.returnvoid.io.ColorPaletteLoader
 
loadAllFiles() - Method in class net.returnvoid.io.DataLoader
Loads all files (if not loaded yet) and returns them all.
loadAllFiles() - Method in class net.returnvoid.io.ImageLoader
 
loadFile(int) - Method in class net.returnvoid.io.ColorPaletteLoader
 
loadFile(int) - Method in class net.returnvoid.io.DataLoader
Loads a file with the given index and returns it.
loadFile(int) - Method in class net.returnvoid.io.ImageLoader
 
loadPaths(int) - Method in class net.returnvoid.io.DataLoader
Loads all the absolute paths for all valid files defined by the given type in the set folder.
loadPaths(String[]) - Method in class net.returnvoid.io.DataLoader
Loads all the absolute paths for all valid files defined by the given dataTypes array in the set folder.
A C D E F G H I J K L M N P R S T U V W X 
Skip navigation links