| |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PixelPacket | |
magick |
Uses of PixelPacket in magick |
Methods in magick that return PixelPacket | |
PixelPacket | DrawInfo.getBorderColor() Get the border_color attribute in the DrawInfo handle. |
PixelPacket | DrawInfo.getFill() Get the fill attribute in the DrawInfo handle. |
PixelPacket | DrawInfo.getStroke() Get the stroke attribute in the DrawInfo handle. |
PixelPacket | DrawInfo.getUnderColor() Get the undercolor attribute in the DrawInfo handle. |
PixelPacket | ImageInfo.getBorderColor() Get the current border colour.. |
PixelPacket | MagickImage.getBorderColor() Get the current border colour used by method borderImage. |
PixelPacket[] | MagickImage.getColormap() Get the entire colour map. |
PixelPacket | MagickImage.getColormap(int index) Get the colour specified by the index. |
PixelPacket | MontageInfo.getBackgroundColor() Get the background_color PixelPacket value |
PixelPacket | MontageInfo.getBorderColor() Get the border_color PixelPacket value |
PixelPacket | MontageInfo.getFill() Get the fill PixelPacket value |
PixelPacket | MontageInfo.getMatteColor() Get the matte_color PixelPacket value |
PixelPacket | MontageInfo.getStroke() Get the stroke PixelPacket value |
static PixelPacket | PixelPacket.queryColorDatabase(String target) looks up a RGB values for a color given in the target string. |
Methods in magick with parameters of type PixelPacket | |
void | DrawInfo.setBorderColor(PixelPacket borderColor) Set the border_color attribute in the DrawInfo handle. |
void | DrawInfo.setFill(PixelPacket fill) Set the fill attribute in the DrawInfo handle. |
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. |
void | ImageInfo.setBorderColor(PixelPacket color) Set the border colour.. |
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 | MagickImage.setBorderColor(PixelPacket color) Set the border colour for the method borderImage. |
boolean | MagickImage.transparentImage(PixelPacket color, int opacity) Creates a matte image associated with the image. |
void | MontageInfo.setBackgroundColor(PixelPacket backgroundColor) Set the background_color PixelPacket value. |
void | MontageInfo.setBorderColor(PixelPacket borderColor) Set the border_color PixelPacket value. |
void | MontageInfo.setFill(PixelPacket fill) Set the fill PixelPacket value. |
void | MontageInfo.setMatteColor(PixelPacket matteColor) Set the matte_color PixelPacket value. |
void | MontageInfo.setStroke(PixelPacket stroke) Set the stroke PixelPacket value. |
| JMagick | ||||||||
PREV NEXT | FRAMES NO FRAMES |