10x10 Effect Pen Pen with special effects. What effects this pen can create is even unknown to creator :-) Undo : Supported Key A : Selects previous pen tip Key B : Selects next pen tip
![]() Pen with special effects. There are two types, Simple and Effect. Simple draws line with current color with simple bit calculation. "AND" does bitwize AND between canvas color and current color.
Effect
![]() Pen with effect. It uses 3x3 filter, and can make special effect. Since processing is complex, draw slowly for best result. Blur pen is assined to 1 to 4 and lighter / darker pen is assinged to 5 and 6 as default.
Configuration
![]() Configures filter for effect. Number in center is weight for current pixel, and sorrounding number corresponds to weight for surrounding pixel. Setting "0" for surrounding results in no difference. Shift is number to add / subtract to result, like setting 10 shifts color lighter by 10 (RGB color, 255 max). If pen tracks too slow, change step to skip every x pen movement, like specyfing 2 will apply effect every 2 pixels. Disabling "apply pen tip" will ignore pen tip shape, and processes with 10x10 square.
|
@