Static Public Attributes | List of all members
PixelOverflow Class Reference

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...
 

Detailed Description

Defines how arithmetic overflows and underflows are handled.

Member Data Documentation

◆ Truncate

int Truncate = 1
static

Resulting pixel values are truncated at the data type's min and max values.

◆ Unhandled

int Unhandled = 0
static

No operation is done on the resulting pixel values.