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 ColorListColorList.createUsingStrategy(ColorTheoryStrategy strategy, TColor c) Factory method. -
Uses of ColorTheoryStrategy in toxi.color.theory
Classes in toxi.color.theory that implement ColorTheoryStrategyModifier and TypeClassDescriptionclassCreates a new palette of 4 similar (slightly paler) colors in addition to the given start color.classCreates 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.classclassclassCreates 4 additional shades of the given color, thus creating a monochrome palette.classclassImplements the single complementary color scheme to create a compatible color for the given one.classImplements the split-complementary color scheme to create 2 compatible colors for the given one.classImplements the tetradic color scheme to create 4 compatible colors for the given one.classImplements the triadic color scheme to create 3 compatible colors for the given one.Fields in toxi.color.theory declared as ColorTheoryStrategyModifier and TypeFieldDescriptionstatic final ColorTheoryStrategyColorTheoryRegistry.ANALOGOUSstatic final ColorTheoryStrategyColorTheoryRegistry.COMPLEMENTARYstatic final ColorTheoryStrategyColorTheoryRegistry.COMPOUNDstatic final ColorTheoryStrategyColorTheoryRegistry.LEFT_SPLIT_COMPLEMENTARYstatic final ColorTheoryStrategyColorTheoryRegistry.MONOCHROMEstatic final ColorTheoryStrategyColorTheoryRegistry.RIGHT_SPLIT_COMPLEMENTARYstatic final ColorTheoryStrategyColorTheoryRegistry.SINGLE_COMPLEMENTstatic final ColorTheoryStrategyColorTheoryRegistry.SPLIT_COMPLEMENTARYstatic final ColorTheoryStrategyColorTheoryRegistry.TETRADstatic final ColorTheoryStrategyColorTheoryRegistry.TRIADMethods in toxi.color.theory that return ColorTheoryStrategyModifier and TypeMethodDescriptionstatic ColorTheoryStrategyColorTheoryRegistry.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 voidColorTheoryRegistry.registerImplementation(ColorTheoryStrategy impl)