animator.skia.PixelGeometry¶
- class animator.skia.PixelGeometry¶
Bases:
pybind11_builtins.pybind11_objectMembers:
kUnknown_PixelGeometry
kRGB_H_PixelGeometry
kBGR_H_PixelGeometry
kRGB_V_PixelGeometry
kBGR_V_PixelGeometry
- __init__(self: animator.skia.PixelGeometry, value: int) None¶
Methods
__init__(self, value)pixelGeometryIsBGR(self)pixelGeometryIsH(self)pixelGeometryIsRGB(self)pixelGeometryIsV(self)Attributes
kBGR_H_PixelGeometrykBGR_V_PixelGeometrykRGB_H_PixelGeometrykRGB_V_PixelGeometrykUnknown_PixelGeometryvalue- property name¶
- pixelGeometryIsBGR(self: animator.skia.PixelGeometry) bool¶
- pixelGeometryIsH(self: animator.skia.PixelGeometry) bool¶
- pixelGeometryIsRGB(self: animator.skia.PixelGeometry) bool¶
- pixelGeometryIsV(self: animator.skia.PixelGeometry) bool¶