Skip to content

TBLContextStyleSwapMode

Specifies the behavior of TBLContext.SwapStyles operation.

Definition

Unit: Blend2D

type TBLContextStyleSwapMode = (Styles, StyledWithAlpha)

See Also

Enumeration Values

Styles (0)

Swap only fill and stroke styles without affecting fill and stroke alpha.


StyledWithAlpha (1)

Swap both fill and stroke styles and their alpha values.