Returns the 16-bit signed integer pixel type.
()
| 142 | |
| 143 | @staticmethod |
| 144 | def int16() -> PixelType: |
| 145 | """Returns the 16-bit signed integer pixel type.""" |
| 146 | |
| 147 | return apifunction.ApiFunction.call_('PixelType.int16') |
| 148 | |
| 149 | @staticmethod |
| 150 | def int32() -> PixelType: |