
BackgroundCircularGradient – Paint a circular background gradient
Private Declare Function RealizePalette Lib “gdi32″ (ByVal hdc As Long) As Long’ Paint a circular gradient” STARTCOLOR is the starting color (applied to the corner)’ ENDCOLOR is the ending color (applied to the center point)’ NUMSTEPS is the optional number of stripes (default is 256)’ XC, XY are the coordinates