Changing color of image background via code?
Posted: Tue Nov 07, 2017 19:17
So I am trying to create a color picker interface where you change red, green, and blue sliders and a box somewhere changes to the selected color to let you preview what it looks like. Simple enough. But I can't seem to find a way to do it. Trying to set properties such as "ImageColour", "BackgroundColour", or "FrameColour", on both a framewindow and a staticimage, either do nothing or throw an exception. What's the best way to go about this?