📄️ ColorPicker Wrapper
Responsible for managing the built-in components
📄️ HueSlider
A slider to change the color's hue.
📄️ BrightnessSlider
A slider to change the color's brightness.
📄️ SaturationSlider
A slider to change the color's saturation.
📄️ OpacitySlider
A slider to change the color's opacity.
📄️ RedSlider
A slider to change the color's red channel.
📄️ GreenSlider
A slider to change the color's green channel.
📄️ BlueSlider
A slider to change the color's blue channel.
📄️ HueCircular
A slider to change the color's opacity.
📄️ Panel1
A square-shaped slider, reminiscent of Adobe style, is utilized to adjust the brightness and saturation of colors.
📄️ Panel2
A square-shaped slider (windows style) is utilized to adjust the hue and saturation channels.
📄️ Panel3
The circle-shaped slider, with its wheel style design, is utilized to adjust the hue and saturation of colors.
📄️ Panel4
A slider with a square shape is used to adjust the channels of hue, saturation, and brightness.
📄️ Panel5
This is a grid of 120 colors, arranged in 12 columns and 10 rows of squares.
📄️ Preview
The preview of the selected and the initial color.
📄️ PreviewText
A React Native <Text> component that displays the preview color text.
📄️ InputWidget
The input widget component allows you to input color values in various formats.
📄️ Swatches
A list of color swatches is utilized for efficient color selection.