Uses of Interface
toxi.color.theory.ColorTheoryStrategy
-
Uses of ColorTheoryStrategy in toxi.color
Modifier and TypeMethodDescriptionstatic final ColorList
ColorList.createUsingStrategy
(ColorTheoryStrategy strategy, TColor c) Factory method. -
Uses of ColorTheoryStrategy in toxi.color.theory
Modifier and TypeClassDescriptionclass
Creates a new palette of 4 similar (slightly paler) colors in addition to the given start color.class
Creates 5 additional colors in relation to the given base color: a contrasting color: much darker or lighter than the original. a soft supporting color: lighter and less saturated. a contrasting complement: very dark or very light. the complement and a light supporting variant.class
class
class
Creates 4 additional shades of the given color, thus creating a monochrome palette.class
class
Implements the single complementary color scheme to create a compatible color for the given one.class
Implements the split-complementary color scheme to create 2 compatible colors for the given one.class
Implements the tetradic color scheme to create 4 compatible colors for the given one.class
Implements the triadic color scheme to create 3 compatible colors for the given one.Modifier and TypeFieldDescriptionstatic final ColorTheoryStrategy
ColorTheoryRegistry.ANALOGOUS
static final ColorTheoryStrategy
ColorTheoryRegistry.COMPLEMENTARY
static final ColorTheoryStrategy
ColorTheoryRegistry.COMPOUND
static final ColorTheoryStrategy
ColorTheoryRegistry.LEFT_SPLIT_COMPLEMENTARY
static final ColorTheoryStrategy
ColorTheoryRegistry.MONOCHROME
static final ColorTheoryStrategy
ColorTheoryRegistry.RIGHT_SPLIT_COMPLEMENTARY
static final ColorTheoryStrategy
ColorTheoryRegistry.SINGLE_COMPLEMENT
static final ColorTheoryStrategy
ColorTheoryRegistry.SPLIT_COMPLEMENTARY
static final ColorTheoryStrategy
ColorTheoryRegistry.TETRAD
static final ColorTheoryStrategy
ColorTheoryRegistry.TRIAD
Modifier and TypeMethodDescriptionstatic ColorTheoryStrategy
ColorTheoryRegistry.getStrategyForName
(String id) Modifier and TypeMethodDescriptionstatic ArrayList<ColorTheoryStrategy>
ColorTheoryRegistry.getRegisteredStrategies()
Modifier and TypeMethodDescriptionstatic void
ColorTheoryRegistry.registerImplementation
(ColorTheoryStrategy impl)