Bits#

ttt.core.bits.outline #

outline(outline_modes: list[OutlineMode], target: Bit) -> Bit

Recursively wraps target Bit with all the outlines provided.

Parameters:

Name Type Description Default
outline_modes list[OutlineMode]

Outline modes too wrap with

required
target Bit

Bit to which the outline effects will be applied

required

Returns:

  • Bit

    Outlined Bit