# 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. ![](ColorCanvas_color_canvas.jpg) ## Properties || 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. ## Events || Event || Description | SelectedColorChanged | Raised when the **SelectedColor** value changes. **Support this project, check out the [Plus Edition](https://xceed.com/xceed-toolkit-plus-for-wpf/).** ---