# File lib/rubysdl_compatible_ver1.rb, line 99 def drawLineAlpha(x1, y1, x2, y2, col, alpha) drawLine(x1, y1, x2, y2, col, false, alpha) end