godaddy / compose-color-picker

Jetpack Compose Android Color Picker 🎨
MIT License
369 stars 23 forks source link

API 29 and Lower doesn't support BlendMode.Multiply #6

Closed riggaroo closed 2 years ago

riggaroo commented 2 years ago

Looks like BlendMode.Multiply isn't supported on lower API levels with Compose, meaning the underlying Black color isn't displayed.

It is fixed in #4, but we might want to pull in the line change to BlendMode.Modulate to fix it for this instance.