-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support lab color interpolation #483
Labels
Comments
👍 to CIELAB or it's angular transformation, CIELch. I'm doing all my colour picking in Lch these days |
Now that data-driven styles have landed, I think this is actionable. 'circle-color': {
property: 'sqrt',
'interpolate-color': 'lab',
stops: [
[0, '#f1f075'],
[250, '#e55e5e']
]
} cc @lucaswoj @jfirebaugh ? |
@tmcw Do you have thoughts on exposing a |
bensleveritt
pushed a commit
to bensleveritt/mapbox-gl-js
that referenced
this issue
Oct 24, 2016
Bump mapbox-gl to 0.23
lucaswoj
pushed a commit
that referenced
this issue
Jan 11, 2017
* Dynamically include source property docs * Omit type and vector.tileSize
karimnaaji
pushed a commit
that referenced
this issue
Mar 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From mapbox/mapbox-gl-style-spec#62 (comment) - there are many perceptual scales, but this is a good place to start.
The text was updated successfully, but these errors were encountered: