Click or drag to resize

ColorFilterAdjustContrast Method

Changes the contrast. Typical values are in the range (-1, 1). Values above zero will raise, values below zero will reduce the contrast.

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

Parameters

value
Type: SystemSingle
See Also