You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Developer can add the each color picker (`RGB-A Picker`, `Grid Picker` and `HSL-A Picker`) separately in their own UI. Because `KvColorPicker-Android`
@@ -109,6 +109,16 @@ HSLAColorPicker(
109
109
)
110
110
```
111
111
112
+
#### BLEND Picker
113
+
```
114
+
BlendColorPicker(
115
+
modifier = Modifier,
116
+
onColorSelected = { selectedColor ->
117
+
// Action with selected color
118
+
}
119
+
)
120
+
```
121
+
112
122
# Contribution
113
123
We welcome contributions! Please fork the repository, make your changes, and submit a pull request. Ensure your code adheres to the established guidelines.
0 commit comments