This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Consolidate color conversion into color utils #12381
Labels
Android
Mapbox Maps SDK for Android
SEMVER-MAJOR
Requires a major release according to Semantic Versioning rules
Milestone
In multiple places in the code base we currently convert from an Android int color to rgba float[] or string equivalent. We have 2 implementations of these in our codebase
ColorUtils
andPropertyFactory
. In #12377, we are also adding Android int color conversion to rgba variant that gl uses (values range from 0-1).For 4.3.0, we should start deprecating the PropertyFactory variant.
Cleanup can happen as part of next major release.
The text was updated successfully, but these errors were encountered: