gtk-sharp Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Gtk.VBox A widget for selecting a color. The ColorSelection consists of a color wheel and number of sliders and entry boxes for color parameters such as hue, saturation, value, red, green, blue, and opacity. It is found on the standard color selection dialog box, . This widget displays the 'selected' color as well as the previously selected color. Constructor The main way to create a new ColorSelection Constructor Pointer to the C object. Internal constructor This is an internal constructor, and should not be used by user code. Event GLib.Signal("color-changed") System.EventHandler This event is raised when the current color changes in the ColorSelection. Property GLib.Property("current-alpha") System.UInt16 Manage the current alpha value of the ColorSelection. The existing opacity of this ColorSelection. Property GLib.Property("current-color") Gdk.Color Manage the current color of the ColorSelection. The currently selected color in this ColorSelection. Property GLib.Property("current-rgba") Gdk.RGBA To be added. To be added. To be added. Method System.Void To be added. To be added. To be added. Method System.Void To be added. To be added. To be added. Property GLib.GType GType Property. a Returns the native value for . Property GLib.Property("has-opacity-control") System.Boolean Manage whether or not opacity is part of the ColorSelection. if the user can edit opacity, otherwise. Property GLib.Property("has-palette") System.Boolean Manage whether or not the ColorSelection displays a palette. if a palette is currently part of the ColorSelection, otherwise. Property System.Boolean The current state of the ColorSelection if the user is currently dragging a color around, if the selection has stopped. Method GLib.DefaultSignalHandler(ConnectionMethod="OverrideColorChanged", Type=typeof(Gtk.ColorSelection)) System.Void Default handler for the event. Override this method in a subclass to provide a default handler for the event. Method Gdk.Color[] A palette string to parse Parses a color palette string; the string is a colon-separated list of color names readable by An array of objects. Method System.String An array of objects. Encodes a palette as a string; useful for persistent storage. A string encoding of the palette. Property System.UInt16 Get the alpha value of the previous color The previous alpha value - an integer between 0 and 65535. It may be confusing for a user if this property is set with no interaction from them. Property Gdk.Color The color that was selected before the current one. a Method System.Void To be added. To be added. To be added.