Specifies the gradient type.
Syntax |
*SetGradientType(type) |
|
Argument |
Name |
Description |
type |
The gradient type. 0 = vertical (color1 on top, color2 on bottom). 1 = 121 (color1 on top and bottom, with color2 in the middle). 2 = diagonal1 (color1 at the top/left corner, color2 at the bottom/right). 3 = diagonal2 (color1 at the top/right, color2 at the bottom/left). |
|
Example |
*BeginGraphicDefaults() *SetGradientType(2) *EndGraphicDefaults() |
|
Application |
HyperView |
|
Context |
||
See also |
|
|