gimp_drawable_is_gray << INDEX >> gimp_drawable_is_layer

gimp_drawable_is_indexed (1995-1996)

NAME
gimp_drawable_is_indexed - Returns whether the drawable is an indexed type.
SYNOPSIS
indexed = gimp_drawable_is_indexed (drawable)
DESCRIPTION
This procedure returns non-zero if the specified drawable is of type { Indexed, IndexedA }.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
DRAWABLEdrawableThe drawable
RETURN VALUES
TYPENAMEDESCRIPTION
INT32indexednon-zero if the drawable is an indexed type
SOME SYNTAX ALTERNATIVES
indexed = $drawable->is_indexed
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>