Re: Modify R G and B of TColor



You can use the GetRValue, GetGValue, and GetBValue API functions to
extract each component of a color. Do whatever operations you want on
those values, and then use the RGB function to compose them into a single
color value again.



How to make RGB into TColor again? RGB(r, g, b) is that actually make a
TColor value?


.