-
Notifications
You must be signed in to change notification settings - Fork 884
ColorCanvas
Derives from Control
The ColorCanvas allows you to select a color either using an advanced color canvas, by setting the HexadecimalString, or by setting the ARGB values.
|| Property || Description | A | Gets or sets the alpha channel of the SelectedColor. | B | Gets or sets the blue channel of the SelectedColor. | G | Gets or sets the green channel of the SelectedColor. | HexadecimalString | Gets or sets the hexadeimal string for the SelectedColor. When set, the SelectedColor is updated to reflect the new hexadecimal string. | R | Gets or sets the red channel of the SelectedColor. | SelectedColor | Gets or sets the currently selected color. | UsingAlphaChannel | Gets or sets a value indicating whether the alpha channel is being used.
|| Event || Description | SelectedColorChanged | Raised when the SelectedColor value changes.