|
|
|
|
- End of drawing
- Drawing in PHP
- Drawing in Browser code
<picLayer variable>.InvertColor (Function) In french: <Variable picCalque>.InverseCouleur Inverts the colors in a variable of type picLayer. MyWDPicImage is WDPic = "Test.gif" MyLayer is picLayer // Inverts the colors of the picLayer variable Result1 is boolean Result1 = MyLayer.InvertColor() IF Result1 = False THEN Error("The operation failed") IMG_MyDrawing = MyWDPicImage
Syntax
<Result> = <picLayer image>.InvertColor()
<Result>: Boolean - True if the inversion of colors was performed,
- False otherwise.
<picLayer image>: picLayer variable Name of the picLayer variable 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…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|