godaddy / compose-color-picker

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

Fix #6 blend mode multiply not working on lower API versions. #8

Closed riggaroo closed 2 years ago

riggaroo commented 2 years ago

As per #6, older Android APIs and Desktop Compose don't seem to support BlendMode.Multiply. This is a small PR to switch to BlendMode.Modulate as that works for this specific scenario. Thanks to @HuixingWong for fixing in #4, just bringing it over to make a release before multiplatform changes.