Documentation / @ripl/terminal / PixelCallback
Type Alias: PixelCallback
PixelCallback = (
x,y) =>void
Defined in: terminal/src/algorithms.ts:2
Callback invoked for each pixel in a rasterization pass.
Parameters
| Parameter | Type |
|---|---|
x | number |
y | number |
Returns
void