| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectmagick.Magickmagick.PixelPacketpublic class PixelPacketextends MagickConstructor Summary | |
| |
Method Summary | |
int |
|
int |
|
int | |
int |
|
static PixelPacket |
|
void |
|
void |
|
void |
|
void |
|
String |
|
Methods inherited from class magick.Magick | |
parseImageGeometry | |
public int getBlue()
public int getGreen()
public int getOpacity()
public int getRed()
public static PixelPacket queryColorDatabase(String target) throws MagickException
looks up a RGB values for a color given in the target string.
- Parameters:
target- Specifies the color to lookup in the X color database
- Returns:
- a PixelPacket that represents the target
public void setBlue(int blue)
public void setGreen(int green)
public void setOpacity(int opacity)
public void setRed(int red)
public String toString()
Display the object as a String
- See Also:
java.lang.Object.toString()