public interface ILcdPOLColorTable
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getColor(int i)
Gets the color at the given index of this color table.
|
int |
getColorCount()
Returns the number of colors in this POL color table.
|
java.awt.Color getColor(int i)
i
- The index.int getColorCount()