Given a source color of any hue by the system or user, I\'d like a simple algorithm I can use to work out a lighter or darker variants of the selected color. Similar to effe
I have used the ControlPaint.Dark() and .Light() in System.Windows.Forms.
ControlPaint.Dark()
.Light()
System.Windows.Forms