Skip to content

Documentation / @ripl/terminal / RasterContext

Interface: RasterContext ​

Defined in: terminal/src/commands.ts:49

Rasterization state passed to a command's rasterize handler.

Properties ​

PropertyTypeDescriptionDefined in
plotPixelCallbackInvoked for each rasterized pixel.terminal/src/commands.ts:53
transformTerminalTransformThe logical-to-raster mapping in force for this pass.terminal/src/commands.ts:51