d2dgame v1.0.0 (2015-04-18T07:56:03Z)
Dub
Repo
Bitmap.fill
D2DGame
Rendering
Bitmap
Bitmap
Fills the entire bitmap with one color.
void
fill
(Color color)
class
Bitmap
void
fill
(
Color
color
)
void
fill
(int x, int y, int width, int height, Color color)
Meta
Source
See Implementation
D2DGame
Rendering
Bitmap
Bitmap
constructors
this
destructors
~this
functions
convert
dispose
fill
getPixel
getPixelRGBA
mapRGB
mapRGBA
save
setPixel
setPixelRGBA
properties
height
surface
valid
width
static functions
fromSurface
load
Fills the entire bitmap with one color.