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