armos v0.2.4 (2017-08-20T09:34:11Z)
Dub
Repo
fillBackground
armos
graphics
renderer
void
fillBackground
()
void
fillBackground
(armos.types.Color color)
void
fillBackground
(float gray)
void
fillBackground
(
const
float
gray
)
void
fillBackground
(float r, float g, float b, float a)
Meta
Source
See Implementation
armos
graphics
renderer
classes
Renderer
enums
BlendMode
MatrixMode
PolyRenderMode
PrimitiveMode
functions
background
blendMode
clear
color
currentFbo
currentMaterial
currentRenderer
currentStyle
disableDepthTest
disableUsingFbo
drawAxis
drawGrid
drawGridPlane
drawLine
drawRectangle
enableDepthTest
enableUsingFbo
fillBackground
frustumMatrix
isBackgrounding
isUsingDepthTest
isUsingFbo
lineWidth
lookAtViewMatrix
modelViewProjectionMatrix
perspectiveMatrix
popMaterialStack
popMatrix
popStyle
pushMaterialStack
pushMatrix
pushStyle
rotate
rotationMatrix
samples
scale
scalingMatrix
scopedModelMatrix
scopedProjectionMatrix
scopedTextureMatrix
scopedViewMatrix
screenPerspectiveMatrix
style
translate
translationMatrix
viewport
mixins
__anonymous