sdl.RenderDrawLine(display, x1, y1, x2, y2)
The current drawing color is set by sdl.SetRenderDrawColor(), and the color's alpha value is ignored unless blending is enabled with the appropriate call to sdl.SetRenderDrawBlendMode().