Defines how arithmetic overflows and underflows are handled.
More...
Inherits object.
|
int | Scale = 0 |
| Resulting pixel values are scaled according to the data type's range.
|
|
int | Truncate = 1 |
| Resulting pixel values are truncated at the data type's min and max values.
|
|
Defines how arithmetic overflows and underflows are handled.