Package-level declarations

Types

Link copied to clipboard
object Bitmap32Serializer : KSerializer<Bitmap32>

Serializer for Bitmap32 class.

Link copied to clipboard
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.

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

Renderer of an EnvironmentSurrogate.