Class IndexedColorant
java.lang.Object
org.apache.pdfbox.debugger.colorpane.IndexedColorant
Class to represent Colorant in Indexed color.
- Author:
- Khyrul Bashar.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()intgetIndex()voidsetIndex(int index) voidsetRgbValues(float[] rgbValues)
-
Constructor Details
-
IndexedColorant
public IndexedColorant()Constructor.
-
-
Method Details
-
getIndex
public int getIndex() -
setIndex
public void setIndex(int index) -
setRgbValues
public void setRgbValues(float[] rgbValues) -
getColor
-
getRGBValuesString
-