Function

Gimpcontext_get_foreground

since: 2.2

Declaration [src]

gboolean
gimp_context_get_foreground (
  GimpRGB* foreground
)

Description [src]

Get the current GIMP foreground color.

Returns the current GIMP foreground color. The foreground color is used in a variety of tools such as paint tools, blending, and bucket fill.

Available since: 2.2

Parameters

foreground

Type: GimpRGB

The foreground color.

The argument will be set by the function.
The data is owned by the caller of the function.

Return value

Type: gboolean

TRUE on success.