TdxColorPickerOptionsView.Style Property
Specifies which color parameter is adjustable by the nearest slider to the right of the gamut box.
Declaration
property Style: TdxColorPickerStyle read; write; default cpsGamutAndLightnessSlider;
Property Value
Type | Default |
---|---|
TdxColorPickerStyle | cpsGamutAndLightnessSlider |
Remarks
This property specifies the functionality of the nearest slider to the right of the gamut box. By default, this slider adjusts the lightness value of the color (the Style property is set to cpsGamutAndLightnessSlider). Set the Style property to cpsGamutAndHueSlider to make the slider control the hue value instead.
The default value of the Style property is cpsGamutAndLightnessSlider.
See Also