Returns the 8-bit signed integer pixel type.
()
| 160 | |
| 161 | @staticmethod |
| 162 | def int8() -> PixelType: |
| 163 | """Returns the 8-bit signed integer pixel type.""" |
| 164 | |
| 165 | return apifunction.ApiFunction.call_('PixelType.int8') |
| 166 | |
| 167 | @staticmethod |
| 168 | def uint16() -> PixelType: |