GtkColorSelection::set_current_alpha

void set_current_alpha(int alpha);

Use this method to set the opacity of the currently selected color on GtkColorSelection to the specified alpha value. You may pass an integer between 0 and 65535 as a valid alpha value.

See also: get_current_alpha()