Query: xgetpixel
OS: hpux
Section: 3x
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XGetPixel(3X) XLIB FUNCTIONS XGetPixel(3X)NAMEXGetPixel - returns the specified pixel from the named imageSYNTAXunsigned long XGetPixel(ximage, x, y) XImage *ximage; int x; int y;ARGUMENTSximage Specifies the image. x y Specify the x and y coordinates.DESCRIPTIONThe XGetPixel function returns the specified pixel from the named image. The pixel value is returned 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), XPutPixel(3X), XSubImage(3X), XAddPixel(3X), XDestroy(3X) X Version 11 Release 6 XGetPixel(3X)
Related Man Pages |
---|
xcreateimage(3x11) - redhat |
xdestroyimage(3x11) - redhat |
xsubimage(3x11) - redhat |
xcreateimage(3) - debian |
xinitimage(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Xlib - Mapping Pixel Values to RGB Colors |
Converting XImage to PNG |
Xlib - Rotation and interpolation of pixmap - Performance problems |