animator.skia.CubicResampler

class animator.skia.CubicResampler

Bases: pybind11_builtins.pybind11_object

__init__(self: animator.skia.CubicResampler, B: float, C: float) None

Methods

CatmullRom()

Mitchell()

__init__(self, B, C)

Attributes

B

C

static CatmullRom() animator.skia.CubicResampler
static Mitchell() animator.skia.CubicResampler