Uses of Class
magick.PixelPacket

Packages that use PixelPacket
magick 

Uses of PixelPacket in magick
 

Methods in magick that return PixelPacket
PixelPacketDrawInfo.getBorderColor()
          Get the border_color attribute in the DrawInfo handle.
PixelPacketDrawInfo.getFill()
          Get the fill attribute in the DrawInfo handle.
PixelPacketDrawInfo.getStroke()
          Get the stroke attribute in the DrawInfo handle.
PixelPacketDrawInfo.getUnderColor()
          Get the undercolor attribute in the DrawInfo handle.
PixelPacketImageInfo.getBorderColor()
          Get the current border colour..
PixelPacketMagickImage.getBorderColor()
          Get the current border colour used by method borderImage.
PixelPacket[]MagickImage.getColormap()
          Get the entire colour map.
PixelPacketMagickImage.getColormap(int index)
          Get the colour specified by the index.
PixelPacketMontageInfo.getBackgroundColor()
          Get the background_color PixelPacket value
PixelPacketMontageInfo.getBorderColor()
          Get the border_color PixelPacket value
PixelPacketMontageInfo.getFill()
          Get the fill PixelPacket value
PixelPacketMontageInfo.getMatteColor()
          Get the matte_color PixelPacket value
PixelPacketMontageInfo.getStroke()
          Get the stroke PixelPacket value
static PixelPacketPixelPacket.queryColorDatabase(String target)
          looks up a RGB values for a color given in the target string.
 

Methods in magick with parameters of type PixelPacket
voidDrawInfo.setBorderColor(PixelPacket borderColor)
          Set the border_color attribute in the DrawInfo handle.
voidDrawInfo.setFill(PixelPacket fill)
          Set the fill attribute in the DrawInfo handle.
voidDrawInfo.setStroke(PixelPacket stroke)
          Set the stroke attribute in the DrawInfo handle.
voidDrawInfo.setUnderColor(PixelPacket underColor)
          Set the undercolor attribute in the DrawInfo handle.
voidImageInfo.setBorderColor(PixelPacket color)
          Set the border colour..
booleanMagickImage.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.
MagickImageMagickImage.colorizeImage(String opacity, PixelPacket target)
          Colourises the image with a pen colour.
booleanMagickImage.matteFloodfillImage(PixelPacket target, int matte, int x, int y, int method)
          Floodfills the designated area with a matte value.
booleanMagickImage.opaqueImage(PixelPacket target, PixelPacket penColor)
          Changes the color of an opaque pixel to the pen color.
voidMagickImage.setBorderColor(PixelPacket color)
          Set the border colour for the method borderImage.
booleanMagickImage.transparentImage(PixelPacket color, int opacity)
          Creates a matte image associated with the image.
voidMontageInfo.setBackgroundColor(PixelPacket backgroundColor)
          Set the background_color PixelPacket value.
voidMontageInfo.setBorderColor(PixelPacket borderColor)
          Set the border_color PixelPacket value.
voidMontageInfo.setFill(PixelPacket fill)
          Set the fill PixelPacket value.
voidMontageInfo.setMatteColor(PixelPacket matteColor)
          Set the matte_color PixelPacket value.
voidMontageInfo.setStroke(PixelPacket stroke)
          Set the stroke PixelPacket value.
 


JMagick