Modifier and Type | Method and Description |
---|---|
boolean |
isAllowed(int rgb,
float[] hsl)
Hook to allow clients to be able filter colors from resulting palette.
|
boolean isAllowed(int rgb, float[] hsl)
rgb
- the color in RGB888.hsl
- HSL representation of the color.Builder#addFilter(Filter)