> or you can use this formula to find the color integer > SET VAR vColor = (CTXT(((.fRed) + (.fGreen * 256) + (.fBlue * > 65536)))) > > After getting the color integer you can use something like the following > code > PROPERTY MenuWallPaper GradientColorStart .vColor --set start color
Beautiful, thanks! -- Larry
