Description :
This instruction colors the next picture to be displayed.
Several STACK instructions can be used simultaneously. For example:
Picture.resize.stack (320,200)
Picture.rotation.stack (0,0,45)
Picture.display ("toto.jpg",0,0)
Parameters :
-
Red component of the color. Valid in the range [0,255].
-
Green component of the color. Valid in the range [0,255].
-
Blue component of the color. Valid in the range [0,255].
Examples :
|