- saturate() - Method in class colorlib.Swatch
-
Saturates the color
- saturate(float) - Method in class colorlib.Swatch
-
Saturates the color by a specified amount
- search(String) - Method in class colorlib.webservices.ColourLovers
-
Returns an ArrayList of Palette objects with based on a keyword search
- setAngle(int) - Method in class colorlib.Triad
-
- setColor(int) - Method in class colorlib.Analogous
-
Sets the color for the palette.
- setColor(int) - Method in class colorlib.Complement
-
Sets the color for the palette.
- setColor(int) - Method in class colorlib.Shaded
-
- setColor(int) - Method in class colorlib.SplitComplementary
-
- setColor(int) - Method in class colorlib.Swatch
-
Sets the color of the Swatch.
- setColor(int) - Method in class colorlib.Tetrad
-
- setColor(int) - Method in class colorlib.Tinted
-
Sets the color for the palette.
- setColor(int) - Method in class colorlib.Toned
-
- setColor(int) - Method in class colorlib.Triad
-
- setImage(PImage) - Method in class colorlib.FromPImage
-
Sets the image to create a color palette from.
- setSteps(int) - Method in class colorlib.Gradient
-
- setWrap(boolean) - Method in class colorlib.Gradient
-
- Shaded - Class in colorlib
-
- Shaded(PApplet) - Constructor for class colorlib.Shaded
-
Creates a Shaded color palette with 6 colors, based on a given color.
- Shaded(PApplet, int) - Constructor for class colorlib.Shaded
-
- sortByHue() - Method in class colorlib.Palette
-
Sorts the Swatches in the palette by hue
- sortByLuminance() - Method in class colorlib.Palette
-
Sorts the Swatches in the palette by luminance
- sortByProximity() - Method in class colorlib.Palette
-
- sortBySaturation() - Method in class colorlib.Palette
-
Sorts the Swatches in the palette by saturation
- SplitComplementary - Class in colorlib
-
- SplitComplementary(PApplet) - Constructor for class colorlib.SplitComplementary
-
- SplitComplementary(PApplet, int) - Constructor for class colorlib.SplitComplementary
-
- Swatch - Class in colorlib
-
Class to create a single Swatch.
- Swatch(PApplet) - Constructor for class colorlib.Swatch
-
Creates a Swatch object with the default color (Red)
- Swatch(PApplet, int) - Constructor for class colorlib.Swatch
-
Creates a Swatch object with a specified color.