Tao.DevIl SDK Documentation

Ilu.iluSaturate1f Method 

iluSaturate1f applies a saturation consistent with the IL_LUMINANCE conversion values to red, green and blue.

[Visual Basic]
Public Shared Function iluSaturate1f( _
   ByVal Saturation As Single _
) As Boolean
[C#]
public static bool iluSaturate1f(
   float Saturation
);

Parameters

Saturation
Amount of saturation to apply to the current bound image. the value must go from -1.0 to 1.0

Return Value

See Also

Ilu Class | Tao.DevIl Namespace