Returns the 32-bit floating point pixel type.
()
| 136 | |
| 137 | @staticmethod |
| 138 | def float() -> PixelType: |
| 139 | """Returns the 32-bit floating point pixel type.""" |
| 140 | |
| 141 | return apifunction.ApiFunction.call_('PixelType.float') |
| 142 | |
| 143 | @staticmethod |
| 144 | def int16() -> PixelType: |