style[, t] = GetFillStyle()
style is set to either #FILLNONE, #FILLCOLOR, #FILLGRADIENT, or #FILLTEXTURE.
See SetFillStyle for details.
If style is #FILLNONE, GetFillStyle() will also return a table with the following
fields:
Thickness:
If style is #FILLGRADIENT, the return table will contain the following fields:
Type:#LINEAR, #CONICAL, or #RADIAL.
StartColor:
EndColor:
Angle:#LINEAR and #CONICAL.
CenterX, CenterY:#RADIAL and #CONICAL.
Balance:#CONICAL.
Border:#RADIAL.
Colors:See CreateGradientBGPic for more information on gradients.
If style is #FILLTEXTURE, the return table will contain the following fields:
Brush:
X, Y:See SetFillStyle for more information on fill styles.