proc bevelrect


Welcome     Gallery     Handbook


Manual page for proc_bevelrect(PL)

DESCRIPTION

proc bevelrect may be used to produce a bevelled rectangle, useful for making PNG or GIF buttons, etc. May also be used to do a rectangle with a drop shadow.

EXAMPLE

Gallery button

MANDATORY ATTRIBUTES

rectangle x1 y1 x2 y2

Specify the rectangle. Bevel will be exclusive of this area. X1, y1 is lower left; x2, y2 is upper right. Values are assumed to be in absolute space unless followed immediately by (s) which indicates scaled space. See Postition units .

OPTIONAL ATTRIBUTES

color color

Rectangle to be filled with this color.

bevelsize n

Width of bevel area, in absolute units . Default is 0.1 inches. A bevel will be produced by default; to supress, specify bevel size of 0.0.

shadowsize n

Width of any shadow area in absolute units. Default is 0.1 inches. If not specified, no drop shadow will be produced.

hibevelcolor color

Color of upper and lefttmost bevels. Default is gray(0.6).

lowbevelcolor color

Color of lower and rightmost bevels. Default is gray(0.8).

shadowcolor color

Color of drop shadow.


data display engine  
Copyright Steve Grubb


Markup created by unroff 1.0,    June 18, 2001.