Replies: 1 comment 2 replies
-
Is there any documentation available for the quantize of monet library? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently ColorBlendr seems to be using androidx Palette that is limited to vibrant (dark/light) and muted (dark/light) colors but quantize from monet library could give more colors.
https://github.com/Mahmud0808/ColorBlendr/tree/master/app/src/main/java/com/drdisagree/colorblendr/utils/monet/quantize
For live wallpapers, as of Android 8.1, live wallpapers can report wallpaper colors that could be used for theming.
https://developer.android.com/reference/android/app/WallpaperColors
LWP+ app is an example for utilization of WallpaperColors.
https://play.google.com/store/apps/details?id=com.lb.lwp_plus
Beta Was this translation helpful? Give feedback.
All reactions