Skip navigation links
A B C D F G L M N P R S T Y 

A

addColor(int) - Method in class colorlib.Palette
Adds a color to the Palette.
addColors(int[]) - Method in class colorlib.Gradient
 
addColors(int[]) - Method in class colorlib.Palette
Adds colors to the Palette.
Analogous - Class in colorlib
 
Analogous(PApplet) - Constructor for class colorlib.Analogous
Creates an Analogous color palette with 3 colors, based on a given color.
Analogous(PApplet, int) - Constructor for class colorlib.Analogous
Creates an Analogous color palette with 3 colors, based on a given color.

B

black() - Method in class colorlib.Swatch
Returns the CMYK black value based on the formula ...
brightnessDiff(int) - Method in class colorlib.Swatch
 
brightnessDiff(Swatch) - Method in class colorlib.Swatch
 

C

calc(int[], int) - Method in class colorlib.tools.MedianCut
 
colorDiff(int) - Method in class colorlib.Swatch
 
colorDiff(Swatch) - Method in class colorlib.Swatch
 
colorlib - package colorlib
 
colorlib.tools - package colorlib.tools
 
colorlib.webservices - package colorlib.webservices
 
ColourLovers - Class in colorlib.webservices
 
ColourLovers(PApplet) - Constructor for class colorlib.webservices.ColourLovers
Constructor, Main ColourLovers object.
Complement - Class in colorlib
 
Complement(PApplet) - Constructor for class colorlib.Complement
Creates a 2 color Palette with the passed color and its complement on the RYB color wheel.
Complement(PApplet, int) - Constructor for class colorlib.Complement
Creates a 2 color Palette with the passed color and its complement on the RYB color wheel.
createPalette(int) - Method in class colorlib.Analogous
 
createPalette(int) - Method in class colorlib.Complement
 
createPalette() - Method in class colorlib.FromPImage
 
createPalette() - Method in class colorlib.Gradient
 
createPalette() - Method in class colorlib.Palette
 
createPalette(int) - Method in class colorlib.Palette
 
createPalette(int) - Method in class colorlib.Shaded
 
createPalette(int) - Method in class colorlib.SplitComplementary
 
createPalette(int) - Method in class colorlib.Tetrad
 
createPalette(int) - Method in class colorlib.Tinted
 
createPalette(int) - Method in class colorlib.Toned
 
createPalette() - Method in class colorlib.Triad
 
cyan() - Method in class colorlib.Swatch
Returns the CMYK cyan value based on the formula ...

D

darken() - Method in class colorlib.Swatch
Darkens the color
darken(float) - Method in class colorlib.Swatch
Darkens the color based on a specific amount
desaturate() - Method in class colorlib.Swatch
Desaturates the color
desaturate(float) - Method in class colorlib.Swatch
Desaturates the color by a specified amount
drawSwatches() - Method in class colorlib.Palette
Draws all color swatches of the Palette to the screen.
drawSwatches(float, float) - Method in class colorlib.Palette
Draws all color swatches of the Palette to the screen.

F

FromPImage - Class in colorlib
 
FromPImage(PApplet, PImage) - Constructor for class colorlib.FromPImage
Creates a Palette object from on a PImage.
FromPImage(PApplet) - Constructor for class colorlib.FromPImage
Creates a Palette object from on a PImage.
FromPImage(PApplet, PImage, int) - Constructor for class colorlib.FromPImage
 

G

getAverage() - Method in class colorlib.Palette
Returns the average of all colors (Swatch?) from the Palette
getColor(int) - Method in class colorlib.Palette
Returns the color for the index number
getColor() - Method in class colorlib.Swatch
Returns the color of the Swatch
getDarkest() - Method in class colorlib.Palette
Returns the darkest color (Swatch?) from the Palette
getLightest() - Method in class colorlib.Palette
Returns the lightest color (Swatch?) from the Palette
getNew() - Method in class colorlib.webservices.ColourLovers
Returns an ArrayList of Palette objects with the newest color palettes from ColourLovers.
getRandom() - Method in class colorlib.webservices.ColourLovers
Returns an ArrayList of Palette objects with a single random palette from ColourLovers.
getTop() - Method in class colorlib.webservices.ColourLovers
Returns an ArrayList of Palette objects with the most loved color palettes from ColourLovers.
getTransparentColor(int) - Method in class colorlib.Swatch
Returns the transparent color of the Swatch
Gradient - Class in colorlib
 
Gradient(PApplet) - Constructor for class colorlib.Gradient
 
Gradient(PApplet, Palette, int) - Constructor for class colorlib.Gradient
 

L

lighten() - Method in class colorlib.Swatch
Lightens the color
lighten(float) - Method in class colorlib.Swatch
Lightens the color by a specific amount

M

magenta() - Method in class colorlib.Swatch
Returns the CMYK magenta value based on the formula ...
MedianCut - Class in colorlib.tools
 
MedianCut(PApplet) - Constructor for class colorlib.tools.MedianCut
 

N

numSwatches() - Method in class colorlib.Palette
Returns the number of swatches in the Palette

P

Palette - Class in colorlib
 
Palette(PApplet) - Constructor for class colorlib.Palette
Creates an empty Palette object.
Palette(PApplet, int[]) - Constructor for class colorlib.Palette
Creates a Palette object from an array of colors.
Palette(PApplet, int[], int) - Constructor for class colorlib.Palette
 

R

removeDuplicateSwatches() - Method in class colorlib.Palette
Removes duplicate colors from the Palette
rotateRGB(int) - Method in class colorlib.Palette
 
rotateRGB(float) - Method in class colorlib.Swatch
 
rotateRYB(int) - Method in class colorlib.Palette
 
rotateRYB(float) - Method in class colorlib.Swatch
 

S

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.

T

Tetrad - Class in colorlib
 
Tetrad(PApplet) - Constructor for class colorlib.Tetrad
 
Tetrad(PApplet, int) - Constructor for class colorlib.Tetrad
 
Tinted - Class in colorlib
 
Tinted(PApplet) - Constructor for class colorlib.Tinted
Creates a Tinted color palette with 6 colors, based on a given color.
Tinted(PApplet, int) - Constructor for class colorlib.Tinted
Creates a Tinted color palette with 6 colors, based on a given color.
Toned - Class in colorlib
 
Toned(PApplet) - Constructor for class colorlib.Toned
Creates a Tinted color palette with 6 colors, based on a given color.
Toned(PApplet, int) - Constructor for class colorlib.Toned
 
Triad - Class in colorlib
 
Triad(PApplet) - Constructor for class colorlib.Triad
 
Triad(PApplet, int, int) - Constructor for class colorlib.Triad
 

Y

yellow() - Method in class colorlib.Swatch
Returns the CMYK yellow value based on the formula ...
A B C D F G L M N P R S T Y 
Skip navigation links

Processing library colorLib by Jan Vantomme. (C) 2012 - 2015