ColorPicker class¶
Defined in
Namespace: CrissCross.WPF.UI.Controls
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Controls.ColorPicker
Modifiers: public
Summary¶
Represents a control that lets a user pick a color using a color spectrum, sliders, and text input.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Class hierarchy
classDiagram
class ColorPicker
class Control
Control <|-- ColorPicker
Inherits from: Control
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| SelectedColor | Gets or sets the selected color. |
| ShowAlpha | Gets or sets a value indicating whether the alpha channel is shown and editable. |
| A | Gets or sets the alpha channel value (0-255). |
| R | Gets or sets the red channel value (0-255). |
| G | Gets or sets the green channel value (0-255). |
| B | Gets or sets the blue channel value (0-255). |
Fields¶
| Name | Summary |
|---|---|
| static SelectedColorProperty | Identifies the [SelectedColor](# dependency property. |
| static ShowAlphaProperty | Identifies the [ShowAlpha](# dependency property. |
| static AProperty | Identifies the [A](# dependency property. |
| static RProperty | Identifies the [R](# dependency property. |
| static GProperty | Identifies the [G](# dependency property. |
| static BProperty | Identifies the [B](# dependency property. |