Package-level declarations

Types

Link copied to clipboard

Serializer for Bitmap32 class.

Link copied to clipboard
class BitmapRenderer<in TS : Any, in PS : PositionSurrogate> : Renderer<TS, PS, <Error class: unknown class>>

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

Link copied to clipboard
interface Renderer<in TS : Any, in PS : PositionSurrogate, out R>

Renderer of an EnvironmentSurrogate.