Click or drag to resize

StiColorUtilsChangeLightness Method (Color, Byte)

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

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

Parameters

color
Type: System.DrawingColor

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

correctionFactor
Type: SystemByte

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

Return Value

Type: Color

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

See Also