Documentation / @ripl/terminal / RasterContext
Interface: RasterContext ​
Defined in: terminal/src/commands.ts:49
Rasterization state passed to a command's rasterize handler.
Properties ​
| Property | Type | Description | Defined in |
|---|---|---|---|
plot | PixelCallback | Invoked for each rasterized pixel. | terminal/src/commands.ts:53 |
transform | TerminalTransform | The logical-to-raster mapping in force for this pass. | terminal/src/commands.ts:51 |