Surface.fill - multiple declarations
Function Surface.fill
Acts as SDL_FillRect(surface, NULL)
which fills the entire dsdl
with a pixel value
void fill
(
uint pixel
) @trusted;
Parameters
Name | Description |
---|---|
pixel | pixel value of the color to fill the entire dsdl |
Function Surface.fill
Acts as SDL_FillRect(surface, NULL)
which fills the entire dsdl
with a dsdl
value
Parameters
Name | Description |
---|---|
color | dsdl of the color to fill the entire dsdl |