Returns the 32-bit signed integer pixel type.
()
| 148 | |
| 149 | @staticmethod |
| 150 | def int32() -> PixelType: |
| 151 | """Returns the 32-bit signed integer pixel type.""" |
| 152 | |
| 153 | return apifunction.ApiFunction.call_('PixelType.int32') |
| 154 | |
| 155 | @staticmethod |
| 156 | def int64() -> PixelType: |