|
|
|
|
Filters Paintlet has 18 standard filters. Some work with the filter strength (str.) parameter (bleach, gray, xred, xgreen, xblue, frame, blur). For the frame filter, the strength (str) determines the thickness of the frame. At 50, it will produce a 50 pixel frame around the filter region. The x filters (xred etc.) subtract that color from the canvas. The colorWeave filter will add a layer of pixels to the canvas in the current paint color. The reflect filter will reflect the filter region across its lower horizontal axis. The filter region must be set to something less than the full height of the canvas, or the reflected region will not be seen. It would be reflected off the canvas!
|
|
|
The sine and sine2 filters will transform the canvas pixels using a
sine wave type function. The filter strength parameter will affect
the output.
Rotate filter will rotate the canvas from 0 to 360 degrees. Use the rotate (rot.) parameter to set the rotation value. The canvas will rotate around its center. Set the scale (scl.) parameter when using the scale filter. The scaled canvas will be centered on the Paintlet screen.
Filter Region |
|
|
|