tida v0.1.3 (2022-04-24T19:31:37Z)
Home
Dub
Repo
Image.fill
tida
image
Image
Fills the data with color.
class
Image
@
safe
nothrow pure
void
fill
(
Color
!ubyte
color
)
Parameters
color
Color
!ubyte
The color that will fill the plane of the picture.
Meta
Source
See Implementation
tida
image
Image
constructors
this
destructors
~this
functions
allocatePlace
bind
blit
bytes
copy
draw
drawEx
drawning
empty
fill
freeData
getPixel
load
opIndex
resize
scale
scanline
scanlines
setPixel
toTexture
toTextureWithoutShape
unbind
properties
dup
height
pixels
texture
width
Fills the data with color.