|
|
|
|
|
- End of drawing
- Drawing in PHP
- Drawing in Browser code
<Image>.InvertColor (Function) In french: <Image>.InvertColor Inverts the colors in an Image control.
Résultat1 is boolean
Résultat1 = IMG_Image1.InverseCouleur()
IF Résultat1 = False THEN Error("L'opération a échoué")
Syntax
<Result> = <Image control>.InvertColor()
<Result>: Boolean - True if color reversal has been performed,
- False otherwise.
<Image control>: Control name Name of the Image control to be used.Each pixel found in the image takes the opposite color from its initial color (bit-to-bit reversal). The image used is directly modified.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|