So I have some sliders that I use to set an "argb" color. After the window is closed the color is saved and all is good.
Is there anyway I can then set the sliders to be set to that color the next time I initiate the window without having to save each slider as a setting? Since the color is already being saved as a setting, can't I use "FromArgb" backwards somehow to find the a, r, g and b values?