Skip to content
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

Merged
merged 8 commits into from
Mar 4, 2025
Merged

Conversation

emily-howell
Copy link
Member

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

@emily-howell emily-howell linked an issue Feb 7, 2025 that may be closed by this pull request
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.};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@emily-howell emily-howell changed the title Draft: Compact color table args Compact color table args Feb 18, 2025
@emily-howell
Copy link
Member Author

@cyrush I added the DRay compact color table handling and think this is ready for review

Copy link
Member

@cyrush cyrush left a 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?

@cyrush cyrush merged commit c391d2b into develop Mar 4, 2025
22 checks passed
@cyrush cyrush deleted the task/2025-1-23_compact-color-table-args branch March 4, 2025 16:21
@cyrush
Copy link
Member

cyrush commented Mar 4, 2025

@emily-howell thanks for adding this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

compact color table args
2 participants