get_current_color
Description:
[ Version ( deprecated = true , deprecated_since = "3.4" , replacement = "get_current_rgba" ) ]
public void get_current_color (out Color color)
public void get_current_color (out Color color)
Warning: get_current_color is deprecated since 3.4. Use get_current_rgba.
Sets color
to be the current color in the GtkColorSelection widget.
Note:
Use get_current_rgba instead.
Parameters:
this | |
color |
a Color to fill in with the current color |