Hi Mr. Ukoenig and all:
I would need to replace one color with another in a rgb color.
EXAMPLE. If I have color CLR_HGRAY and I use ChangeColor(CLR_HGRAY, CLR_BLUE) I would expect to get something like a CLR_HBLUE result. That is, the "H" part of CLR_HGRAY (light) give light to CLR_BLUE
ChangeColor(nColor, nColorBase)
Thanks in advance. regards