Gimp.context_set_default_colors
function context_set_default_colors(): Boolean {
// Gjs wrapper for gimp_context_set_default_colors()
}
Set the current GIMP foreground and background colors to black and white.
Sets the current GIMP foreground and background colors to their initial default values, black and white.
Since 2.2
- Returns
TRUE on success.