Function Surface.setPixelAt
Sets the pixel value in the dsdl
at the given coordinate
void setPixelAt
(
uint[2] xy,
uint value
) @trusted;
Parameters
Name | Description |
---|---|
xy | X and Y values of the coordinate |
value | pixel value to set at the given coordinate |