maplibre / maplibre-native

MapLibre Native - Interactive vector tile maps for iOS, Android and other platforms.
https://maplibre.org
BSD 2-Clause "Simplified" License
925 stars 280 forks source link

Support eight-value hex colors #2428

Open louwers opened 1 month ago

louwers commented 1 month ago

MapLibre GL JS supports eight-value hex-colors, just like CSS does: https://developer.mozilla.org/en-US/docs/Web/CSS/hex-color

We use css-color-parser-cpp to parse CSS colors, which would need to be updated.