Skip to content

TBLContextStyleSlot

Describes a rendering context style slot - fill or stroke.

Definition

Unit: Blend2D

type TBLContextStyleSlot = (Fill, Stroke)

Enumeration Values

Fill (0)

Fill operation style slot.


Stroke (1)

Stroke operation style slot.