SetGradient |
www.progui.co.uk Top Previous Next |
SetGradient() Syntax Success = SetGradient(Gradient.i, Style.l) Description
Sets the style/type of a previously created gradient. Gradient.i is a handle to a gradient. Style.l can be be #VerticalGRADIENT, #RectangleGRADIENT, #EllipseGRADIENT or 0 for a horizontal gradient.
Returns true for success.
|