SaturationBrightnessSquare Class
Represents a square that renders the saturation and brightness variants of a color.
public class SaturationBrightnessSquare : Control
- Inheritance:
- object Visual UIElement FrameworkElement Control object
Constructors
SaturationBrightnessSquare()
Initializes an instance of the class.
public SaturationBrightnessSquare()
Properties
BrightnessBrush
TBrush used to render brightness.
Hue
The base color hue.
SaturationBrush
The Brush used to render saturation.
Fields
BrightnessBrushProperty
Defines the BrightnessBrush property.
public static readonly DependencyProperty BrightnessBrushProperty
HueProperty
Defines the Hue property.
public static readonly DependencyProperty HueProperty
SaturationBrushProperty
Defines the SaturationBrush property.
public static readonly DependencyProperty SaturationBrushProperty