AbyxBelgium / Aurora

The Aurora library provides means for creating a blurry background image, based upon the main color found in a given drawable.
Apache License 2.0
1 stars 0 forks source link

Method `determineDominantColour` returning different results on different API's #4

Open pverscha opened 7 years ago

pverscha commented 7 years ago

The determineDominantColour method that's implemented by the DefaultAuroraFactory returns different values on different versions of Android. This probably has something to do with how Google implemented the Palette class in the support library.