Tao.DevIl SDK Documentation

Ilu.iluSaturate4f Method 

iluScaleColours scales the individual colour components of the current bound image. Using 1.0f as any of the parameters yields that colour component's original plane in the new image.

[Visual Basic]
Public Shared Function iluSaturate4f( _
   ByVal r As Single, _
   ByVal g As Single, _
   ByVal b As Single, _
   ByVal Saturation As Single _
) As Boolean
[C#]
public static bool iluSaturate4f(
   float r,
   float g,
   float b,
   float Saturation
);

Parameters

r
Amount of red to use from the original image
g
Amount of green to use from the original image
b
Amount of blue to use from the original image
Saturation

Return Value

See Also

Ilu Class | Tao.DevIl Namespace