Tesla Graphics Engine Documentation (January 2012)
AdjustSaturation Method (value, saturation)
TeslaTesla.MathColorAdjustSaturation(Color, Single)
Adjusts the saturation of the color. If the saturation is 0, then the grayscale color is chosen and if its 1, then the original color is returned.
Declaration Syntax
C#
public static Color AdjustSaturation(
	Color value,
	float saturation
)
Parameters
value (Color)
Source color
saturation (Single)
Saturation amount
Return Value
Adjusted color

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)