hpux man page for xaddpixel

Query: xaddpixel

OS: hpux

Section: 3x

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XAddPixel(3X)							  XLIB FUNCTIONS						     XAddPixel(3X)

NAME
XAddPixel - image utilities
SYNTAX
XAddPixel(ximage, value) XImage *ximage; long value;
ARGUMENTS
ximage Specifies the image. value Specifies the constant value that is to be added.
DESCRIPTION
The XAddPixel function adds a constant value to every pixel in an image. It is useful when you have a base pixel value from allocating color resources and need to manipulate the image to that form.
SEE ALSO
XInitImage(3X), XCreateImage(3X), XGetPixel(3X), XPutPixel(3X), XSubImage(3X), XDestroyImage(3X) X Version 11 Release 6 XAddPixel(3X)
Related Man Pages
xaddpixel(3x11) - redhat
xdestroyimage(3x11) - redhat
xsubimage(3x11) - redhat
xinitimage(3) - debian
xsubimage(3) - debian
Similar Topics in the Unix Linux Community
xlib blues (XFree86 - Linux)