gimp_patterns_close_popup << INDEX >>
gimp_patterns_get_pattern_data
gimp_patterns_get_pattern (1995-1996)
- NAME
- gimp_patterns_get_pattern - Retrieve information about the currently active pattern.
- SYNOPSIS
- (name,width,height) = gimp_patterns_get_pattern
- DESCRIPTION
- This procedure retrieves information about the currently active pattern. This includes the pattern name, and the pattern extents (width and height). All clone and bucket-fill operations with patterns will use this pattern to control the application of paint to the image.
- RETURN VALUES
| TYPE | NAME | DESCRIPTION
|
|---|
| STRING | name | The pattern name |
| INT32 | width | The pattern width |
| INT32 | height | The pattern height |
- SOME SYNTAX ALTERNATIVES
- (name,width,height) = Patterns->get_pattern
(name,width,height) = Gimp->patterns_get_pattern
(name,width,height) = patterns_get_pattern Layer
(name,width,height) = patterns_get_pattern Image
(name,width,height) = patterns_get_pattern Channel
(name,width,height) = patterns_get_pattern Display
- 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>