animator.skia.PixelGeometry

class animator.skia.PixelGeometry

Bases: pybind11_builtins.pybind11_object

Members:

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_PixelGeometry

kBGR_V_PixelGeometry

kRGB_H_PixelGeometry

kRGB_V_PixelGeometry

kUnknown_PixelGeometry

name

value

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