Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Drop Shadows | ||||||||
Line: 14 to 14 | ||||||||
@ Macro Specification: | ||||||||
Changed: | ||||||||
< < | * Set Drop Shadow - @SDS={visible},{distance},{size},{opacity},{angle},{color} | |||||||
> > | * Set Drop Shadow - @SDS={visible},{distance},{size},{angle},{opacity},{color} | |||||||
All of these parameters are not required and all have default values. You only need to provide parameters up to the last parameter you want to override. If you have parameters in the middle of the list you do not care to override you can just put the comma with no value for that position. Here are the default values for each parameter.
| ||||||||
Deleted: | ||||||||
< < |
| |||||||
| ||||||||
Added: | ||||||||
> > |
| |||||||
| ||||||||
Changed: | ||||||||
< < | @SDS=,,,75 | |||||||
> > | @SDS=,,,,75 | |||||||
Setting Opacity to 75% and color to Red | ||||||||
Changed: | ||||||||
< < | @SDS=,,,75,,#FF0000 | |||||||
> > | @SDS=,,,,75,#FF0000 | |||||||
Comments: |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
Drop ShadowsYou can easily add drop shadow effects to your widgets.Overview:All widget types now support a drop-shadow effect. You have full control over the color, distance, angle, size, and opacity of the shadow. This option is specified as an @ macro entered into the Label or Tooltip widget fields.Usage:@ Macro Specification: * Set Drop Shadow - @SDS={visible},{distance},{size},{opacity},{angle},{color} All of these parameters are not required and all have default values. You only need to provide parameters up to the last parameter you want to override. If you have parameters in the middle of the list you do not care to override you can just put the comma with no value for that position. Here are the default values for each parameter.
Comments:Read what other users have said about this page or add your own comments.-- PeteBrower - 2012-03-29 |