pixelperfectengine v0.10.0-beta.1 (2021-05-16T17:51:01Z)
Dub
Repo
Canvas.fill
PixelPerfectEngine
concrete
interfaces
Canvas
Fills an area with the specified color.
interface
Canvas
@
trusted
void
fill
(
Point
target
,
ubyte
color
,
ubyte
background
= 0
)
Meta
Source
See Implementation
PixelPerfectEngine
concrete
interfaces
Canvas
functions
bitBLT
bitBLTPattern
clearArea
drawBox
drawBoxPattern
drawFilledBox
drawLine
drawLinePattern
drawTextML
drawTextSL
fill
xorBitBLT
Fills an area with the specified color.