Color.AddLuminosity

Color.AddLuminosity method

Creates copy of the Color with Sum of its luminosity and the delta value.

public Color AddLuminosity(float delta)
ParameterTypeDescription
deltaSingleValue of luminosity

Return Value

A new instance of the Color class

See Also