public final class MapPalette extends Object
These fields are hee base color ranges. Each entry corresponds to four colors of varying shades with values entry to entry + 3.
| 修飾子とタイプ | フィールドと説明 |
|---|---|
static byte |
BLUE
非推奨です。
Magic value
|
static byte |
BROWN
非推奨です。
Magic value
|
static byte |
DARK_BROWN
非推奨です。
Magic value
|
static byte |
DARK_GRAY
非推奨です。
Magic value
|
static byte |
DARK_GREEN
非推奨です。
Magic value
|
static byte |
GRAY_1
非推奨です。
Magic value
|
static byte |
GRAY_2
非推奨です。
Magic value
|
static byte |
LIGHT_BROWN
非推奨です。
Magic value
|
static byte |
LIGHT_GRAY
非推奨です。
Magic value
|
static byte |
LIGHT_GREEN
非推奨です。
Magic value
|
static byte |
PALE_BLUE
非推奨です。
Magic value
|
static byte |
RED
非推奨です。
Magic value
|
static byte |
TRANSPARENT
非推奨です。
Magic value
|
static byte |
WHITE
非推奨です。
Magic value
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Color |
getColor(byte index)
非推奨です。
Magic value
|
static byte[] |
imageToBytes(Image image)
非推奨です。
Magic value
|
static byte |
matchColor(Color color)
非推奨です。
Magic value
|
static byte |
matchColor(int r,
int g,
int b)
非推奨です。
Magic value
|
static BufferedImage |
resizeImage(Image image)
Resize an image to 128x128.
|
@Deprecated public static final byte TRANSPARENT
@Deprecated public static final byte LIGHT_GREEN
@Deprecated public static final byte LIGHT_BROWN
@Deprecated public static final byte GRAY_1
@Deprecated public static final byte RED
@Deprecated public static final byte PALE_BLUE
@Deprecated public static final byte GRAY_2
@Deprecated public static final byte DARK_GREEN
@Deprecated public static final byte WHITE
@Deprecated public static final byte LIGHT_GRAY
@Deprecated public static final byte BROWN
@Deprecated public static final byte DARK_GRAY
@Deprecated public static final byte BLUE
@Deprecated public static final byte DARK_BROWN
public static BufferedImage resizeImage(Image image)
image - The image to resize.@Deprecated public static byte[] imageToBytes(Image image)
image - The image to convert.@Deprecated public static byte matchColor(int r, int g, int b)
r - The red component of the color.b - The blue component of the color.g - The green component of the color.@Deprecated public static byte matchColor(Color color)
color - The Color to match.@Deprecated public static Color getColor(byte index)
index - The index in the palette.Copyright © 2016. All rights reserved.