# File lib/rubysdl_compatible_ver1.rb, line 96 def drawAALineAlpha(x1, y1, x2, y2, col, alpha) drawLine(x1, y1, x2, y2, col, true, alpha) end