Gimp.context_get_pattern
@returns(Gimp.Pattern)
def context_get_pattern():
# Python wrapper for gimp_context_get_pattern()
Get the currently active pattern.
Returns the active pattern in the current context. All clone and bucket-fill operations with patterns will use this pattern to control the application of paint to the image.
Since 2.2
- Returns