Class ColorMapEntry
java.lang.Object
com.shinyhut.vernacular.protocol.messages.ColorMapEntry
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ColorMapEntrydecode(InputStream in) intgetBlue()intgetGreen()intgetRed()
-
Field Details
-
red
private final int red -
green
private final int green -
blue
private final int blue
-
-
Constructor Details
-
ColorMapEntry
public ColorMapEntry(int red, int green, int blue)
-
-
Method Details
-
getRed
public int getRed() -
getGreen
public int getGreen() -
getBlue
public int getBlue() -
decode
- Throws:
IOException
-