Tesla Graphics Engine Documentation (January 2012)
AdjustSaturation Method (value, saturation, result)
TeslaTesla.MathColorAdjustSaturation(Color%, Single, Color%)
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 void AdjustSaturation(
	ref Color value,
	float saturation,
	out Color result
)
Parameters
value (Color%)
Source color
saturation (Single)
Saturation amount
result (Color%)
Existing color to hold result

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