animator.skia.SurfaceProps

class animator.skia.SurfaceProps

Bases: pybind11_builtins.pybind11_object

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: animator.skia.SurfaceProps) -> None

  2. __init__(self: animator.skia.SurfaceProps, flags: int, pg: animator.skia.PixelGeometry) -> None

  3. __init__(self: animator.skia.SurfaceProps, props: animator.skia.SurfaceProps) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

cloneWithPixelGeometry(self, newPixelGeometry)

flags(self)

isAlwaysDither(self)

isUseDeviceIndependentFonts(self)

pixelGeometry(self)

class Flags

Bases: pybind11_builtins.pybind11_object

Members:

kUseDeviceIndependentFonts_Flag

kDynamicMSAA_Flag

kAlwaysDither_Flag

property name
cloneWithPixelGeometry(self: animator.skia.SurfaceProps, newPixelGeometry: animator.skia.PixelGeometry) animator.skia.SurfaceProps
flags(self: animator.skia.SurfaceProps) int
isAlwaysDither(self: animator.skia.SurfaceProps) bool
isUseDeviceIndependentFonts(self: animator.skia.SurfaceProps) bool
pixelGeometry(self: animator.skia.SurfaceProps) animator.skia.PixelGeometry