# File lib/rubysdl_compatible_ver1.rb, line 124 def drawRectAlpha(x1, y1, x2, y2, color, alpha) drawRect(x1, y1, x2, y2, color, false, alpha) end