Class PixelDecoder
java.lang.Object
com.shinyhut.vernacular.client.rendering.renderers.PixelDecoder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final ColorMapEntryprivate final Map<BigInteger,ColorMapEntry> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondecode(InputStream in, PixelFormat pixelFormat) private static intshrink(int colorMapValue) private static intstretch(int value, int max)
-
Field Details
-
BLACK
-
colorMap
-
-
Constructor Details
-
PixelDecoder
-
-
Method Details
-
decode
- Throws:
IOException
-
stretch
private static int stretch(int value, int max) -
shrink
private static int shrink(int colorMapValue)
-