Method
GimpUiColorHexEntryset_color
since: 2.2
Declaration [src]
void
gimp_color_hex_entry_set_color (
  GimpColorHexEntry* entry,
  GeglColor* color
)
      Description [src]
Sets the color displayed by a GimpColorHexEntry. If the new color
is different to the previously set color, the “color-changed”
signal is emitted.
Available since: 2.2
Parameters
color- 
            
Type:
GeglColorThe color to set.
The data is owned by the caller of the function.