Description Usage Arguments Details Value Author(s)
Locates the RGB color in colormap
corresponding to the given
hardware pixel pixel
. pixel
must be a valid pixel in the
colormap; it's a programmer error to call this function with a
pixel which is not in the colormap. Hardware pixels are normally
obtained from gdkColormapAllocColors
, or from a GdkImage
. (A
GdkImage
contains image data in hardware format, a GdkPixbuf
contains image data in a canonical 24-bit RGB format.)
1 | gdkColormapQueryColor(object, pixel)
|
|
a |
|
pixel value in hardware display format |
This function is rarely useful; it's used for example to
implement the eyedropper feature in GtkColorSelection
.
A list containing the following elements:
|
|
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.