public interface ColorManager
Modifier and Type | Method and Description |
---|---|
int |
getMaximumColors()
Returns the current maximum number of colors.
|
boolean |
isSelected(int color)
Returns true if the specified color is currently selected.
|
boolean |
isUsed(int color)
Returns true if the specified color is currently used.
|
int getMaximumColors()
boolean isSelected(int color)
color
- the ROI color indexboolean isUsed(int color)
color
- the ROI color index