- All Known Implementing Classes:
ColorPaletteAlgorithms
public interface ColorPaletteAlgorithm
Algorithm for generating a sequence of
Color
s.
-
Method Summary
Gets the algorithm's starting
Color
.
Gets the next
Color
after
c
in the algorithm.
-
Method Details
-
nextColor
Gets the next
Color
after
c
in the algorithm.
- Parameters:
c
- color
- Returns:
- result of plugging
c
in the algorithm
-
getInitialColor
Gets the algorithm's starting
Color
.
- Returns:
- algorithm's starting
Color