ColorExtensions.AddLuminosity(Color, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds luminosity to the existing color
public static System.Drawing.Color AddLuminosity (this System.Drawing.Color color, float delta);
Parameters
- color
- System.Drawing.Color
The color to add luminosity to.
- delta
- System.Single
The delta to add to the current luminosity.
Returns
System.Drawing.Color
The new color.