Returns the shading color for the frame's background graphic
Signature:
red, green, blue, alpha = Frame:GetBackdropColor()
Returns:
red- Red component of the color (0.0 - 1.0) (number)green- Green component of the color (0.0 - 1.0) (number)blue- Blue component of the color (0.0 - 1.0) (number)alpha- Alpha (opacity) for the graphic (0.0 = fully transparent, 1.0 = fully opaque) (number)