Method

GimpUiColorSelectionget_color

Declaration [src]

void
gimp_color_selection_get_color (
  GimpColorSelection* selection,
  GimpRGB* color
)

Description [src]

This function returns the GimpColorSelections current color.

Parameters

color

Type: GimpRGB

Return location for the selections current color.

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