ColorHelperAdjustColor Method

Adjust the hue, saturation and/or value of a given color.

Definition

Namespace: PCB_Investigator.PCBIStyleLibrary
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static Color AdjustColor(
	Color color,
	double hue,
	double saturation,
	double value
)

Parameters

color  Color
The color to adjust.
hue  Double
The hue of the color.
saturation  Double
The saturation of the color.
value  Double
The value of the color.

Return Value

Color
The adjusted color value.

See Also