Change Color in Image at Runtime

mkolias

Member
Joined
Feb 5, 2007
Messages
9
Programming Experience
5-10
I am trying to change a single color in a graphic at run time and I am unsure how I should go about this. I have a form that has a combo box with a list of colors. When the user selects a color, I need anything that is white on the graphic to change to the new color selected. I would appreciate any help. Thanks in advance.

Mike
 
See this example how to use ColorMap and SetRemapTable.
 
Back
Top