Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I would like to color a shape based on 3 variables containing RGB integer values.
ie
R=255
G=0
B=0
Should lead to a shape colored in Red
I would suggest you look into custom extensions, and by adding a graphic library to your extension you could write a service to do so (for example, opengl).
You can use style definition to define this for existing widgets. Define new style definition and then assign different RGB values while picking the color. I hope that helps!
Hi,
Your answer would work if i had only a few values, but It is clearly not realistic to create 256*256*256 Styles definitions ;-)