2005-09-28 12:37:49
how can I turn dark colors (darker than a threshold, say (333333)) into (000000)? More generally, I would like to do something like this Dim Threshold = (some string),
Dim NewColor= (some string)
If Sum RGB < Threshold Then Color = NewColor
Hope I'm clear-ish,
TIA
Dim NewColor= (some string)
If Sum RGB < Threshold Then Color = NewColor
Hope I'm clear-ish,
TIA
#1