Name
sdl.GetRenderDrawBlendMode -- get draw blend mode
Synopsis
blendmode = sdl.GetRenderDrawBlendMode(display)
Function
Use this function to get the blend mode used for drawing operations. See sdl.SetRenderDrawBlendMode for a list of blend modes.

Inputs
display
identifier of display whose renderer should be used
Results
blendmode
current blend mode

Show TOC