animator.skia.SurfaceProps¶
- class animator.skia.SurfaceProps¶
Bases:
pybind11_builtins.pybind11_object- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: animator.skia.SurfaceProps) -> None
__init__(self: animator.skia.SurfaceProps, flags: int, pg: animator.skia.PixelGeometry) -> None
__init__(self: animator.skia.SurfaceProps, props: animator.skia.SurfaceProps) -> None
Methods
__init__(*args, **kwargs)Overloaded function.
cloneWithPixelGeometry(self, newPixelGeometry)flags(self)isAlwaysDither(self)pixelGeometry(self)- class Flags¶
Bases:
pybind11_builtins.pybind11_objectMembers:
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¶