dgame v0.4.1 (2015-02-22T14:21:21Z)
Home
Dub
Repo
Renderer.setDrawColor
Dgame
Graphics
Renderer
Renderer
Use this function to set the color used for drawing operations (clear).
void
setDrawColor
(Color col)
class
Renderer
void
setDrawColor
(
ref
const
Color
col
)
void
setDrawColor
(Color col)
void
setDrawColor
(ubyte r, ubyte g, ubyte b, ubyte a)
Meta
Source
See Implementation
Dgame
Graphics
Renderer
Renderer
constructors
this
enums
BlendMode
Flags
functions
clear
copy
createRendererTexture
createSoftTexture
getBlendMode
getViewport
opAssign
present
readPixels
setBlendMode
setDrawColor
setTarget
setViewport
properties
height
width
static functions
countDrivers
getFrom
variables
flags
Use this function to set the color used for drawing operations (clear).