Skip navigation links
A B C G J P R S T 

A

addColor(Color) - Method in class jto.colorscheme.ColorSet
Adds a color to the list.
addColorSet(ColorSet) - Method in class jto.colorscheme.Palette
Adds a ColorSet to the palette.

B

blue - Variable in class jto.colorscheme.Color
 

C

Color - Class in jto.colorscheme
This is the Color class.
Color() - Constructor for class jto.colorscheme.Color
 
ColorScheme - Class in jto.colorscheme
This is the ColorScheme class which holds a list of ColorSet objects that contain Color objects.
ColorScheme(String, PApplet) - Constructor for class jto.colorscheme.ColorScheme
This is the constructor for ColorScheme objects.
ColorSet - Class in jto.colorscheme
The ColorSet class represents a set or group of colors.
It maintains a list of Color objects.
ColorSet() - Constructor for class jto.colorscheme.ColorSet
The default constructor for ColorSet objects.

G

getColors() - Method in class jto.colorscheme.ColorScheme
This returns an ArrayList of Color objects that contains all the colors in the palette.
getColors() - Method in class jto.colorscheme.ColorSet
Returns the list of colors.
getColorSets() - Method in class jto.colorscheme.ColorScheme
This returns an ArrayList of all the ColorSet objects in the palette.
getColorSets() - Method in class jto.colorscheme.Palette
Returns the list of colorSets in the palette.
green - Variable in class jto.colorscheme.Color
 

J

jto.colorscheme - package jto.colorscheme
 

P

Palette - Class in jto.colorscheme
This class represents a palette of colors.
Palette() - Constructor for class jto.colorscheme.Palette
 

R

red - Variable in class jto.colorscheme.Color
 

S

setRgb(int) - Method in class jto.colorscheme.Color
Sets the int rgb version of the color.

T

toArray() - Method in class jto.colorscheme.ColorScheme
Transforms the ColorScheme to an array of int numbers of the colors.
toInt() - Method in class jto.colorscheme.Color
Returns an int representation of the color identical to the Processing 'color' type.
toIntArray() - Method in class jto.colorscheme.ColorScheme
Deprecated.
use ColorScheme.toIntegerArray() instead. This will be removed in future versions.
toIntegerArray() - Method in class jto.colorscheme.ColorScheme
Transforms the ColorScheme to an ArrayList of Integer colors.
A B C G J P R S T 
Skip navigation links

Copyright © 2015. All rights reserved.