| Package | Description |
|---|---|
| magick |
| Modifier and Type | Method and Description |
|---|---|
PixelPacket |
MontageInfo.getBackgroundColor()
Get the background_color PixelPacket value
|
PixelPacket |
MagickImage.getBackgroundColor()
Get the current background colour.
|
PixelPacket |
MontageInfo.getBorderColor()
Get the border_color PixelPacket value
|
PixelPacket |
MagickImage.getBorderColor()
Get the current border colour used by method borderImage.
|
PixelPacket |
ImageInfo.getBorderColor()
Get the current border colour..
|
PixelPacket |
DrawInfo.getBorderColor()
Get the border_color attribute in the DrawInfo handle.
|
PixelPacket[] |
MagickImage.getColormap()
Get the entire colour map.
|
PixelPacket |
MagickImage.getColormap(int index)
Get the colour specified by the index.
|
PixelPacket |
MontageInfo.getFill()
Get the fill PixelPacket value
|
PixelPacket |
DrawInfo.getFill()
Get the fill attribute in the DrawInfo handle.
|
PixelPacket |
MontageInfo.getMatteColor()
Get the matte_color PixelPacket value
|
PixelPacket |
MagickImage.getOnePixel(int x,
int y)
Get the colour at the specified row and column
|
PixelPacket |
MontageInfo.getStroke()
Get the stroke PixelPacket value
|
PixelPacket |
DrawInfo.getStroke()
Get the stroke attribute in the DrawInfo handle.
|
PixelPacket |
DrawInfo.getUnderColor()
Get the undercolor attribute in the DrawInfo handle.
|
static PixelPacket |
PixelPacket.queryColorDatabase(String target)
looks up a RGB values for a color given in the target string.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MagickImage.colorFloodfillImage(DrawInfo drawInfo,
PixelPacket target,
int x,
int y,
int method)
Changes the color value of any pixel that matches target
and is an immediate neighbor.
|
MagickImage |
MagickImage.colorizeImage(String opacity,
PixelPacket target)
Colourises the image with a pen colour.
|
boolean |
MagickImage.matteFloodfillImage(PixelPacket target,
int matte,
int x,
int y,
int method)
Floodfills the designated area with a matte value.
|
boolean |
MagickImage.opaqueImage(PixelPacket target,
PixelPacket penColor)
Changes the color of an opaque pixel to the pen color.
|
void |
MontageInfo.setBackgroundColor(PixelPacket backgroundColor)
Set the background_color PixelPacket value.
|
void |
MagickImage.setBackgroundColor(PixelPacket color)
Set the background colour.
|
void |
MontageInfo.setBorderColor(PixelPacket borderColor)
Set the border_color PixelPacket value.
|
void |
MagickImage.setBorderColor(PixelPacket color)
Set the border colour for the method borderImage.
|
void |
ImageInfo.setBorderColor(PixelPacket color)
Set the border colour..
|
void |
DrawInfo.setBorderColor(PixelPacket borderColor)
Set the border_color attribute in the DrawInfo handle.
|
void |
MontageInfo.setFill(PixelPacket fill)
Set the fill PixelPacket value.
|
void |
DrawInfo.setFill(PixelPacket fill)
Set the fill attribute in the DrawInfo handle.
|
void |
MontageInfo.setMatteColor(PixelPacket matteColor)
Set the matte_color PixelPacket value.
|
void |
MontageInfo.setStroke(PixelPacket stroke)
Set the stroke PixelPacket value.
|
void |
DrawInfo.setStroke(PixelPacket stroke)
Set the stroke attribute in the DrawInfo handle.
|
void |
DrawInfo.setUnderColor(PixelPacket underColor)
Set the undercolor attribute in the DrawInfo handle.
|
boolean |
MagickImage.transparentImage(PixelPacket color,
int opacity)
Creates a matte image associated with the image.
|
Copyright © 2017. All rights reserved.