Visual Basic
C#
Managed Extensions for C++
C++/CLI
Member | Value | Description |
---|---|---|
ABS | 1 | Absolute value of the signed result is stored. |
CENTERED | 3 | Result is stored as 8-bit signed, but 0 is equal to 0x7F. Positive numbers are from 0x7E to 0x00. Negative numbers are from 0x80 to 0xFF. This is used for images that are to be used as background tiles or watermarks. |
RAW | 0 | Result is stored as is. |
SIGNED | 2 | Result is stored as 8-bit signed values. |
System.Object
System.ValueType
System.Enum
ImageGear.Processing.ImGearConvolutionResults