Defines how arithmetic overflows and underflows are handled. More...
Inherits object.
Static Public Attributes | |
| int | Truncate = 1 |
| Resulting pixel values are truncated at the data type's min and max values. More... | |
| int | Unhandled = 0 |
| No operation is done on the resulting pixel values. More... | |
Defines how arithmetic overflows and underflows are handled.
|
static |
Resulting pixel values are truncated at the data type's min and max values.
|
static |
No operation is done on the resulting pixel values.