Click or drag to resize

StiColorUtilsChangeLightness Method (Color, Single)

[Missing <summary> documentation for "M:Stimulsoft.Base.Drawing.StiColorUtils.ChangeLightness(System.Drawing.Color,System.Single)"]

Namespace:  Stimulsoft.Base.Drawing
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static Color ChangeLightness(
	Color color,
	float correctionFactor
)

Parameters

color
Type: System.DrawingColor

[Missing <param name="color"/> documentation for "M:Stimulsoft.Base.Drawing.StiColorUtils.ChangeLightness(System.Drawing.Color,System.Single)"]

correctionFactor
Type: SystemSingle

[Missing <param name="correctionFactor"/> documentation for "M:Stimulsoft.Base.Drawing.StiColorUtils.ChangeLightness(System.Drawing.Color,System.Single)"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Stimulsoft.Base.Drawing.StiColorUtils.ChangeLightness(System.Drawing.Color,System.Single)"]

See Also