|
- Pattern and PHP
- Drawing in Browser code
dModifySaturation (Function) In french: dModifieSaturation
// Changes the saturation of the image found in the IMG_Image1 control dModifyLightness(IMG_Image1, 50)
Syntax
<Result> = dModifySaturation(<Source image> , <Variation of saturation> [, <Destination image>])
<Result>: Boolean - True if the change was performed,
- False otherwise.
<Source image>: Character string (with or without quotes) or Image variable Image to use. This image can correspond to: - the name of an Image control.
- the name of an Image variable.
 This type of variable is not available.
<Variation of saturation>: Integer Value included between -100 and +100. This value will be added to the current saturation of each pixel to get a new saturation. <Destination image>: Optional character string (with or without quotes) or Image variable Image where the transformed image will be drawn. This image can correspond to: - the name of an Image control.
- the name of an Image variable.
 This type of variable is not available.
If this parameter is not specified, the transformation will be performed on the <Source image>. Remarks Versions 16 and later New in version 16
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |