-
Hi, I have a look up table made using: lut = vedo.build_lut(lut_table) and it's applied to a mesh, successfully. Is there a simple way to get lut to return the color that would be applied to an arbitrary value. I want to apply the color from the lut to correctly color slices of the mesh that I extract. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
JeffPS13
Oct 23, 2023
Replies: 1 comment 4 replies
-
Hi, can you try
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks, Marco. You pointed me in the right direction. This works.