Syntax
| draw.mx.effects(Mode, StepX, StepY, Red, Green, Blue, ShiftRed, ShiftGreen, ShiftBlue, DraftMode) |
Parameters
| INT | Mode | 0: Normal 1: Pattern 2: Draft 3: Low Resolution.
| | INT | StepX, StepY | Optional. If set to 1, all pixels are drawn. If set to 2, only one pixel on two are to be drawn, etc.
| | INT | Red, Green, Blue | Optional. Intensity of each color channels.
| | INT | ShiftRed, ShiftGreen, ShiftBlue | Optional. Shift the colors eatch time a pixel is dranw. The value specified is the number of bits to shift.
| | INT | DraftMode | Optional. Specify the quality of the rendering. 0 to 2 (2 is best quality, default is 2) Applies to Draft and Pattern modes only. |
Return value
No value is returned.
Description
This function make it possible to deform the image at the next call of the function draw.ID.copyFrom.ID.
|
|