Method
GtkColorDialogButtonget_rgba
Declaration [src]
const GdkRGBA*
gtk_color_dialog_button_get_rgba (
GtkColorDialogButton* self
)
Description [src]
Returns the color of the button.
This function is what should be used to obtain the color that was chosen by the user. To get informed about changes, listen to “notify::color”.
Available since: | 4.10 |
Gets property | Gtk.ColorDialogButton:rgba |
Return value
Returns: | GdkRGBA |
The color. |
|
The data is owned by the instance. |