Skip to content

TBLContextType

Rendering context type.

Definition

Unit: Blend2D

type TBLContextType = (None, Dummy, Raster)

Enumeration Values

None (0)

No rendering context.


Dummy (1)

Dummy rendering context.


Raster = 3

Software-accelerated rendering context.