Message 1 of 1
Color Lookup Table

Not applicable
02-06-2008
09:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to convert a set of values to a color that represents each value.
I guess another word for this is a color map. Say I have numbers 1,2,3,4,5,6. I want to linearly (or otherwise) map those numbers to a color on some spectrum. So if i have a spectrum R-> G -> B then 1 would be very red, 3 would be green, and 6 would be very blue.
Does maya have anything like this built in? I looked in MColor.h but that seems to be just a type.
Thanks,
Dave
I guess another word for this is a color map. Say I have numbers 1,2,3,4,5,6. I want to linearly (or otherwise) map those numbers to a color on some spectrum. So if i have a spectrum R-> G -> B then 1 would be very red, 3 would be green, and 6 would be very blue.
Does maya have anything like this built in? I looked in MColor.h but that seems to be just a type.
Thanks,
Dave