# File lib/rubysdl_compatible_ver1.rb, line 116 def drawFilledCircleAlpha(x, y, r, color, alpha) drawCircle(x, y, r, color, true, false, alpha) end