Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. 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 ;-)