| Pixopedia_24 Tutorial | Drawing | |||
| Index page | ||||
| Previous page |
Drawing action is primary designed for various shapes and free hand drawings onto image canvas. Foreground color is used as brush color. Foreground color pixels are combined with original image pixels applying one of 20 arithmetic or boolean operations. |
|||
| Next page | ||||
![]()
|
XOR method is used to XOR foreground color with original image pixels. AND method combines foreground color with original pixels by applying AND boolean operation among them. OR is the same as above, but instead of AND operation, OR operation is applied. ADD method simply adds foreground color to original pixels color. SUB method subtracts foreground color from original pixels color. cADD method is the same as ordinary addition, but the resultant pixel is limited by applying Circular limitation. cSUB method is the same as above, but instead of addition, pixels are subtracted.
Higher
method performs channels comparison. Resultant channel value is substituted by higher
(MaxVal) channel value of pixels compared. Lower method is the same as above, but resultant pixel channel value is replaced by lower (MinVal) channel value of pixels compared. Mean results in pixel that has the mean value of original pixel and foreground color. RP=(OP+FC)/2.
MinMax
method compares pixel channels. Resultant pixel has channel values combined in such way that
MaxVal of channels compared becomes MaxVal of resultant pixel and MinVal of channels compared becomes
MinVal of resultant pixel channel. Random method resultant in pixel that is randomly chosen between original pixel and foreground color. |
Burn
method is similar to Equalize, but with inverse vector length ratio: sADD method is the same as ordinary addition, but the resultant pixel is limited by applying SwapColor limitation. cSUB method is the same as above, but instead of addition, pixels are subtracted. Multiply performs multiplication between original pixel and foreground color. Modulo method results in pixel that is calculated as modulo of original pixel and foreground color. A x B method results in pixel that is calculated as vectorial product of original pixel and foreground color vectors. Intensity method performs drawing color adjustment according to maximum color value (intensity) of original pixel. Foreground drawing mode draws shapes in foreground color. Background drawing mode draws shapes in background color. Mixed drawing mode draws shapes in both colors. If brush with falloff effect is selected, drawing starts with foreground color and passes to background simultaneously applying falloff effect. If solid brush is selected, shapes are drawn in foreground color, while their borders are drawn in background color. SolidMix drawing mode is very similar to mixed, except that when brush with falloff effect is chosen, solid shapes are drawn. Falloff amount is used to calculate transition from foreground to background color (gradient). No falloff effect is applied. Gradient and SolidGradient drawing modes are similar to previous two modes, but instead of background-foreground color combinations, predefined color gradient is used. Wrap FH check box is used when you want that your free hand drawing wraps around the image when cursor passes the image border. This option is very useful when creating seamless patterns used in tilled backgrounds. When this option is checked, wraping occures.
Applying Drawing Action |
||