Click or drag to resize

ColorFilterAdjustSaturation Method

Changes the saturation. Typical values are in the range (-1, 1). Values above zero will raise, values below zero will reduce the saturation. '-1' will produce a grayscale image.

Namespace:  FairyGUI
Assembly:  FairyGUI (in FairyGUI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public void AdjustSaturation(
	float sat
)

Parameters

sat
Type: SystemSingle
See Also