Piccolo.NET

PUtil.Brighter Method 

Lightens the given color by an amount specified by the scaleFactor.

public static Color Brighter(
   Color color,
   float scaleFactor
);

Parameters

color
The color to lighten.
scaleFactor
The factor used to determine how much to lighten the color.

Return Value

The new lighter color.

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility