Query: xputpixel
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XPutPixel(3X) XLIB FUNCTIONS XPutPixel(3X)NAMEXPutPixel - image utilitySYNTAXXPutPixel(ximage, x, y, pixel) XImage *ximage; int x; int y; unsigned long pixel;ARGUMENTSximage Specifies the image. x y Specify the x and y coordinates. pixel Specifies the new pixel value.DESCRIPTIONThe XPutPixel function overwrites the pixel in the named image with the specified pixel value. The input pixel value must be in normalized format (that is, the least-significant byte of the long is the least-significant byte of the pixel). The image must contain the x and y coordinates.SEE ALSOXInitImage(3X), XCreateImage(3X), XGetPixel(3X), XSubImage(3X), XAddPixel(3X), XDestroy(3X) X Version 11 Release 6 XPutPixel(3X)
Related Man Pages |
---|
xcreateimage(3x11) - redhat |
xgetpixel(3x11) - redhat |
xaddpixel(3) - debian |
xcreateimage(3) - debian |
xinitimage(3) - debian |
Similar Topics in the Unix Linux Community |
---|
xlib blues (XFree86 - Linux) |
Xlib - Rotation and interpolation of pixmap - Performance problems |