Dominant Album Cover Color Not Black

The bp(dominant, mi(cover)) formula never returns the color black #FF000000.

Whenever the music track has a predominantly black cover art, the formula will return either the vibrant or muted color instead of black.

However, if the cover art is not truly black (but rather a really dark color), the formula will work properly.

I reported this in 2020 and this was your reply:

I found it, so I am considering 0 as a wrong value problem is that palette works in RGB not ARGB so 0 is a valid value!! Will fill a bug hope to release a fix before the new UI

return mDominantSwatch != null ? mDominantSwatch.getRgb() : defaultColor;

I just wanted to remind you that this bug is still present :)