Package com.sixlegs.png
Interface SuggestedPalette
public interface SuggestedPalette
-
Method Summary
Modifier and Type Method Description int
getFrequency(int int1)
java.lang.String
getName()
void
getSample(int int1, short[] shortArray)
int
getSampleCount()
int
getSampleDepth()
-
Method Details
-
getName
java.lang.String getName() -
getSampleCount
int getSampleCount() -
getSampleDepth
int getSampleDepth() -
getSample
void getSample(int int1, short[] shortArray) -
getFrequency
int getFrequency(int int1)
-