We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Similar to the implementation in #21, let's add at least one demonstration of a colormap transformation to the image display. This can be done using the hue-rotate() filter function: https://developer.mozilla.org/en-US/docs/Web/CSS/filter#functions
hue-rotate()
Note that we'll also have to apply sepia() so that it has an impact on the greyscale displayed image: https://stackoverflow.com/questions/23520159/apply-a-css-hue-rotate-filter-to-a-greyscale-image
sepia()
Some calculation will also probably need to be done to figure out which rotation value corresponds to which color: https://stackoverflow.com/questions/29037023/how-to-calculate-required-hue-rotate-to-generate-specific-colour
The text was updated successfully, but these errors were encountered:
addressed in #33
Sorry, something went wrong.
Discussed further with LBL and decided that this isn't a priority at the moment.
danton267
Successfully merging a pull request may close this issue.
Similar to the implementation in #21, let's add at least one demonstration of a colormap transformation to the image display. This can be done using the
hue-rotate()
filter function: https://developer.mozilla.org/en-US/docs/Web/CSS/filter#functionsNote that we'll also have to apply
sepia()
so that it has an impact on the greyscale displayed image: https://stackoverflow.com/questions/23520159/apply-a-css-hue-rotate-filter-to-a-greyscale-imageSome calculation will also probably need to be done to figure out which rotation value corresponds to which color: https://stackoverflow.com/questions/29037023/how-to-calculate-required-hue-rotate-to-generate-specific-colour
The text was updated successfully, but these errors were encountered: