YUVAInfo.Siting
- class Siting
Describes how subsampled chroma values are sited relative to luma values.
Currently only centered siting is supported but will expand to support additional sitings.
Members:
- kCentered :
Subsampled chroma value is sited at the center of the block of corresponding luma values.
Methods
Attributes
Methods
- Siting.__init__(self: skia.YUVAInfo.Siting, value: int) None
Attributes
- Siting.kCentered = <Siting.kCentered: 0>
- Siting.name
- Siting.value