gimp_drawable_is_layer_mask << INDEX >> gimp_drawable_mask_bounds

gimp_drawable_is_rgb (1995-1996)

NAME
gimp_drawable_is_rgb - Returns whether the drawable is an RGB type.
SYNOPSIS
color = gimp_drawable_is_rgb (drawable)
DESCRIPTION
This procedure returns non-zero if the specified drawable is of type { RGB, RGBA }.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe drawable
RETURN VALUES
TYPENAMEDESCRIPTION
INT32colornon-zero if the drawable is an RGB type
SOME SYNTAX ALTERNATIVES
color = $drawable->is_rgb
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


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