|
|
|
|
|
- Drawing in PHP
- Drawing in Browser code
<Image>.ModifySaturation (Function) In french: <Image>.ModifieSaturation Changes the saturation of an image in an Image control.
IMG_Image1.ModifieSaturation(50)
Syntax
<Result> = <Image control>.ModifySaturation(<Variation of saturation> [, <Destination image>])
<Result>: Boolean - True if the change was performed,
- False otherwise.
<Image control>: Control name Name of the Image control to be used. <Variation of saturation>: Integer Value between -100 and +100. This value will be added to the current saturation of each pixel to get a new saturation. <Destination image>: Name of the Image control or variable Image where the transformed image will be drawn. This image can correspond to:- the name of an Image control.
- the name of a variable of type Image.
 This type of variable is not available.
If this parameter is not specified, the transformation will be performed in <Image control>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|