ColorButton.this

Creates a new color button.

This returns a widget in the form of a small button containing a swatch representing the current selected color. When the button is clicked, a color chooser dialog will open, allowing the user to select a color. The swatch will be updated to reflect the new color when the user finishes.

More...
  1. this(void* ptr, Flag!"Take" take)
  2. this()
    class ColorButton
    this
    ()

Return Value

a new color button

Detailed Description