ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearConvolutionResults Enumeration




In This Topic
    ImGearConvolutionResults Enumeration
    In This Topic
    Specifies types of convolution result.
    Syntax
    'Declaration
     
    Public Enum ImGearConvolutionResults 
       Inherits System.Enum
    'Usage
     
    Dim instance As ImGearConvolutionResults
    public enum ImGearConvolutionResults : System.Enum 
    __value public enum ImGearConvolutionResults : public System.Enum 
    public enum class ImGearConvolutionResults : public System.Enum 
    Members
    MemberValueDescription
    ABS1Absolute value of the signed result is stored.
    CENTERED3Result 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.
    RAW0Result is stored as is.
    SIGNED2Result is stored as 8-bit signed values.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ImageGear.Processing.ImGearConvolutionResults

    See Also