Piccolo.NET

PUtil.Darker Method 

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

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

Parameters

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

Return Value

The new darker color.

See Also

PUtil Class | UMD.HCIL.Piccolo.Util Namespace


Web Accessibility