Actipro WPF Shared Library
Color Selection
The ActiproSoftware.Windows.Controls.ColorSelection namespace
contains several controls for performing color selection similar to that found in Adobe Photoshop or Microsoft Expression Blend.
The SpectrumColorPicker Control
The SpectrumColorPicker is a control that allows for visual color selection.
It uses the SpectrumSlice and SpectrumSlider controls that are also included in the Shared libary.
The SpectrumColorPicker control with some TextBoxes bound to its selected color
An initial color can optionally be displayed on the lower left of the color picker.
The SpectrumSlice Control
The SpectrumSlice control is part of the SpectrumColorPicker control and is used to display a
slice of saturation/brightness colors for a particular hue on the left side of the color picker.
However this control may be used on its own.
The SpectrumSlider Control
The SpectrumSlider control is part of the SpectrumColorPicker control and is used to display
a hue spectrum on the right side of the color picker. However this control may be used on its own.
The Value of the control may be in the range of 0 to 360 and specifies the hue component in the HSB color space.
|