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
The `HarmonyColorPicker` allows for you to set a certain `ColorHarmonyMode` on the wheel.
52
-
This will then display multiple magnifiers on top of the wheel for the different harmony modes: ie complementary, triadic, analogous, shades, monochromatic, tetradic.
51
+
The `HarmonyColorPicker` allows for you to set a certain `ColorHarmonyMode` on the wheel.
52
+
This will then display multiple magnifiers on top of the wheel for the different harmony modes: ie complementary, triadic, analogous, shades, monochromatic, tetradic.
53
53
If you wish to not display other magnifiers - set `ColorHarmonyMode.NONE` as your `harmonyMode` on the wheel.
54
54
55
-
# ClassicColorPicker:
55
+
# ClassicColorPicker:
56
56
## Customizing the control
57
57
58
58
### Size
@@ -119,11 +119,14 @@ HarmonyColorPicker(
119
119
120
120
# Library Contribution Information
121
121
122
-
### To make a release
122
+
## Code Formatting
123
+
124
+
This project uses spotless to enforce code formatting. Run `./gradlew spotlessApply` to run formatting before committing.
125
+
126
+
### Releases
123
127
124
128
1. Update the version number in color-picker/build.gradle.kts
125
129
2. Make a PR into main and get that merged
126
130
3. Run "Deploy to Sonatype" GitHub Action.
127
-
4. Login to Sonatype and "Close" release. After a few minutes, click "Release".
131
+
4. Login to Sonatype and "Close" release. After a few minutes, click "Release".
128
132
5. Release should then be available for download on maven (might take like 30 min to propagate).
0 commit comments