Description
Applies feathering on boxes, frames and ellipses.
Syntax
Page.ObjFeather (kind, color, tint, width) |
kind
0=sharp (square angles), 1=round (curved angles, not for ellipses), 2=cut (angle removed, not for ellipses)
color
color name (within double quotes)
tint
tint 0-100
width
the amount of feathered area in millipoints
Example
Page.ObjFeather (0,"K",100,5000)
Remarks
Feathering is a technique used in computer graphics software to smooth or blur the edges of a feature. The term is inherited from a technique of fine retouching using fine feathers.
The feathering effect can be "sharp" (square angles), "round" (curved angles, not for ellipses) or "cut" (angle removed, not for ellipses). The amount of feathered area is defined by the "Width" parameter (with a maximum value of object width or height). GND import/export updated.
Feathering is available also from the "Area Color" panel.
Return value
Returns error code.
Context
Page designer