Color Picker
This category contains 6 controls:
- DaisyColorEditor: A comprehensive color editor control with RGB/HSL sliders and numeric inputs. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyColorGrid: A grid control for displaying and selecting colors from a palette. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyColorWheel: A circular color wheel control for selecting hue and saturation values. Displays colors in HSL color space with the selected color indicated by a marker. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyColorPickerDialog: A comprehensive color picker dialog similar to Cyotek ColorPickerDialog. Combines color wheel, color grid, sliders, and numeric editors.
- DaisyColorSlider: A slider control for selecting individual color channel values. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
- DaisyScreenColorPicker: A control that allows picking colors from anywhere on the screen using an eyedropper tool. Click and hold, drag anywhere on screen, release to pick the color. Supports automatic font scaling when contained within a FloweryScaleManager.EnableScaling="True" container.
See individual control documentation for detailed usage.