|
|
|
|
|
<Image variable>.ModifyHue (Function) In french: <Variable Image>.ModifieTeinte Changes the hue of an image in a variable of type Image. MonImage is Image = "Test.gif"
MonImage.ModifieTeinte(50)
Syntax
<Result> = <Image variable>.ModifyHue(<Variation of hue> [, <Destination image>])
<Result>: Boolean - True if the change was performed,
- False otherwise.
<Image variable>: Image variable Name of the Image variable to be used. <Variation of hue>: Integer Value included between -360 and +360. This value will be added to the current hue of each pixel to get a new hue. <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.
If this parameter is not specified, the transformation will be performed on <Image variable>
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|