gimp_selection_invert << INDEX >>
gimp_selection_layer_alpha
gimp_selection_is_empty (1995-1996)
- NAME
- gimp_selection_is_empty - Determine whether the selection is empty.
- SYNOPSIS
- is_empty = gimp_selection_is_empty (image)
- DESCRIPTION
- This procedure returns non-zero if the selection for the specified image is not empty.
- INPUT ARGUMENTS
| TYPE | NAME | DESCRIPTION
|
|---|
| IMAGE | image | The image |
- RETURN VALUES
| TYPE | NAME | DESCRIPTION
|
|---|
| INT32 | is_empty | Is the selection empty? |
- SOME SYNTAX ALTERNATIVES
- is_empty = $image->selection_is_empty
- 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>