Image represents an area for drawing graphics.
gdk_image_get_colormap
protected static final Handle gdk_image_get_colormap(Handle image)
gdk_image_get_pixel
protected static final int gdk_image_get_pixel(Handle image,
int x,
int y)
gdk_image_get_type
protected static final int gdk_image_get_type()
gdk_image_new
protected static final Handle gdk_image_new(int type,
Handle visual,
int width,
int height)
gdk_image_put_pixel
protected static final void gdk_image_put_pixel(Handle image,
int x,
int y,
int pixel)
gdk_image_set_colormap
protected static final void gdk_image_set_colormap(Handle image,
Handle colormap)
getBitsPerPixel
protected static final int getBitsPerPixel(Handle obj)
getBpl
protected static final int getBpl(Handle obj)
getBpp
protected static final int getBpp(Handle obj)
getByteOrder
protected static final int getByteOrder(Handle obj)
getColormap
public Colormap getColormap()
Retrieves the colormap for a given image.
getDepth
protected static final int getDepth(Handle obj)
getHeight
protected static final int getHeight(Handle obj)
getVisual
protected static final Handle getVisual(Handle obj)
BEGINNING OF GENERATED CODE
getWidth
protected static final int getWidth(Handle obj)
setColormap
public void setColormap(Colormap cmap)
Sets the colormap for the image.