Uses of Interface
toxi.color.theory.ColorTheoryStrategy
Packages that use ColorTheoryStrategy
-
Uses of ColorTheoryStrategy in toxi.color
Methods in toxi.color with parameters of type ColorTheoryStrategyModifier and TypeMethodDescriptionstatic final ColorList
ColorList.createUsingStrategy
(ColorTheoryStrategy strategy, TColor c) Factory method. -
Uses of ColorTheoryStrategy in toxi.color.theory
Classes in toxi.color.theory that implement ColorTheoryStrategyModifier 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.Fields in toxi.color.theory declared as ColorTheoryStrategyModifier 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
Methods in toxi.color.theory that return ColorTheoryStrategyModifier and TypeMethodDescriptionstatic ColorTheoryStrategy
ColorTheoryRegistry.getStrategyForName
(String id) Methods in toxi.color.theory that return types with arguments of type ColorTheoryStrategyModifier and TypeMethodDescriptionstatic ArrayList<ColorTheoryStrategy>
ColorTheoryRegistry.getRegisteredStrategies()
Methods in toxi.color.theory with parameters of type ColorTheoryStrategyModifier and TypeMethodDescriptionstatic void
ColorTheoryRegistry.registerImplementation
(ColorTheoryStrategy impl)