gimp_drawable_set_image << INDEX >> gimp_drawable_thumbnail

gimp_drawable_set_pixel (1997)

NAME
gimp_drawable_set_pixel - Sets the value of the pixel at the specified coordinates.
SYNOPSIS
gimp_drawable_set_pixel (drawable,x_coord,y_coord,num_channels,pixel)
DESCRIPTION
This procedure sets the pixel value at the specified coordinates. The 'num_channels' argument must always be equal to the bytes-per-pixel value for the spec ified drawable.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe drawable
INT32x_coordThe x coordinate
INT32y_coordThe y coordinate
INT32num_channelsThe number of channels for the pixel
INT8ARRAYpixelThe pixel value
SOME SYNTAX ALTERNATIVES
$drawable->set_pixel (x_coord,y_coord,pixel)
AUTHOR
Spencer Kimball & Peter Mattis
(c)1997 Spencer Kimball & Peter Mattis


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>