Mahmud0808 / ColorBlendr

An Android app for customizing Material You colors on devices with Android 12+. It lets you tweak accent colors, background saturation, and more for a personalized look.
GNU General Public License v3.0
765 stars 14 forks source link

Better color extraction? #91

Closed Mahmud0808 closed 3 months ago

Mahmud0808 commented 3 months ago

Discussed in https://github.com/Mahmud0808/ColorBlendr/discussions/89

Originally posted by **hanubeki** June 5, 2024 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