Returns the 16-bit unsigned integer pixel type.
()
| 166 | |
| 167 | @staticmethod |
| 168 | def uint16() -> PixelType: |
| 169 | """Returns the 16-bit unsigned integer pixel type.""" |
| 170 | |
| 171 | return apifunction.ApiFunction.call_('PixelType.uint16') |
| 172 | |
| 173 | @staticmethod |
| 174 | def uint32() -> PixelType: |