onrdbandit
Programmer
Howdy,
I want to use a TColorDialog to allow the user to select a color, but the value returned is as of TColor type. I need to extract the individual values (red, green, and blue) from the TColor type.
If someone could explain how to seperate the values from the single value returned by ColorToRGB(TColor Color); that would solve my problem.
I cant seem to find any valid info on this topic. I have found some info saying the TColor type has member functions, but it does not seem to have a class stucture.
Thanks for any assitance...
onrdbandit
I want to use a TColorDialog to allow the user to select a color, but the value returned is as of TColor type. I need to extract the individual values (red, green, and blue) from the TColor type.
If someone could explain how to seperate the values from the single value returned by ColorToRGB(TColor Color); that would solve my problem.
I cant seem to find any valid info on this topic. I have found some info saying the TColor type has member functions, but it does not seem to have a class stucture.
Thanks for any assitance...
onrdbandit