An RGB chooser dialog






1.73/5 (7 votes)
Oct 2, 2000

48512

684
A simple color chooser dialog that uses slifer controls to allow the user to combine different RGB values
Introduction
This RGB Color dialog enables the user to change the color with Red, Green and Blue components using the slider control from values 0 to 255, mix them with different values to get new custom colors as desired. It also reports the values of each color component to the user through the text edit boxes as they change value in respond to the sliders' values.
The Sample Application
The sample MFC program demontrates the use of this dialog to change the back color of the view to the one selected in the RGB Color dialog.