gtk-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.Gtk.VBoxA 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.ConstructorThe main way to create a new ColorSelectionConstructor
Pointer to the C object.
Internal constructorThis is an internal constructor, and should not be used by user code.EventGLib.Signal("color-changed")System.EventHandlerThis event is raised when the current color changes in the ColorSelection.PropertyGLib.Property("current-alpha")System.UInt16Manage the current alpha value of the ColorSelection.The existing opacity of this ColorSelection.PropertyGLib.Property("current-color")Gdk.ColorManage the current color of the ColorSelection.The currently selected color in this ColorSelection.PropertyGLib.Property("current-rgba")Gdk.RGBATo be added.To be added.To be added.MethodSystem.Void
To be added.
To be added.To be added.MethodSystem.Void
To be added.
To be added.To be added.PropertyGLib.GTypeGType Property.a Returns the native value for .PropertyGLib.Property("has-opacity-control")System.BooleanManage whether or not opacity is part of the ColorSelection. if the user can edit opacity, otherwise.PropertyGLib.Property("has-palette")System.BooleanManage whether or not the ColorSelection displays a palette. if a palette is currently part of the ColorSelection, otherwise.PropertySystem.BooleanThe current state of the ColorSelection if the user is currently dragging a color around, if the selection has stopped.MethodGLib.DefaultSignalHandler(ConnectionMethod="OverrideColorChanged", Type=typeof(Gtk.ColorSelection))System.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodGdk.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.MethodSystem.String
An array of objects.
Encodes a palette as a string; useful for persistent storage.A string encoding of the palette.PropertySystem.UInt16Get the alpha value of the previous colorThe 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.PropertyGdk.ColorThe color that was selected before the current one.a MethodSystem.Void
To be added.
To be added.To be added.