BitmapRenderer

class BitmapRenderer<in TS : Any, in PS : PositionSurrogate> : Renderer<TS, PS, Bitmap>

This implementation renders a Bitmap. The rendering works on 2D environments only as it uses a Context2d.

Parameters

the type of the concentration surrogate.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun render(environmentSurrogate: EnvironmentSurrogate<TS, PS>): Bitmap

Renders the environment.