-
Notifications
You must be signed in to change notification settings - Fork 66
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
Compact color table args #1457
Compact color table args #1457
Conversation
control_points["g"] = {0.08, .23, 1.}; | ||
control_points["b"] = {0.08, .04, .96}; | ||
control_points["a"] = {1., 1., 1.}; | ||
control_points["position"] = {0., .5, 1.}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
@cyrush I added the DRay compact color table handling and think this is ready for review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Can you add an entry to the CHANGELOG as well as a one example in the docs?
…-1-23_compact-color-table-args
@emily-howell thanks for adding this. |
Current state of adding a more compact format for color table arguments.
Currently only added for VTKM rendering but this should also be done for Devil Ray