Method

GimpUiColorSelectionget_old_color

Declaration [src]

void
gimp_color_selection_get_old_color (
  GimpColorSelection* selection,
  GimpRGB* color
)

Description [src]

This function returns the GimpColorSelections old color.

Parameters

color GimpRGB
 

Return location for the selections old color.

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