Function

Gimpcontext_set_pattern

Declaration [src]

gboolean
gimp_context_set_pattern (
  GimpPattern* pattern
)

Description [src]

Set the active pattern.

Sets the active pattern in the current context. The pattern will be used in subsequent fill operations using a pattern. Returns an error when the pattern data was uninstalled since the pattern object was created.

Available since:2.2

Parameters

pattern GimpPattern
 

The pattern.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE on success.