animator.skia.TrimPathEffect

class animator.skia.TrimPathEffect

Bases: pybind11_builtins.pybind11_object

__init__(*args, **kwargs)

Methods

Make(startT, stopT, mode)

__init__(*args, **kwargs)

static Make(startT: float, stopT: float, mode: animator.skia.TrimPathEffect.Mode = <Mode.kNormal: 0>) animator.skia.PathEffect
class Mode

Bases: pybind11_builtins.pybind11_object

Members:

kNormal

kInverted

property name