Skip to content

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

NameSummary
.ctor

Properties

NameSummary
SelectedColorGets or sets the selected color.
ShowAlphaGets or sets a value indicating whether the alpha channel is shown and editable.
AGets or sets the alpha channel value (0-255).
RGets or sets the red channel value (0-255).
GGets or sets the green channel value (0-255).
BGets or sets the blue channel value (0-255).

Fields

NameSummary
static SelectedColorPropertyIdentifies the [SelectedColor](# dependency property.
static ShowAlphaPropertyIdentifies the [ShowAlpha](# dependency property.
static APropertyIdentifies the [A](# dependency property.
static RPropertyIdentifies the [R](# dependency property.
static GPropertyIdentifies the [G](# dependency property.
static BPropertyIdentifies the [B](# dependency property.
Inherited members