ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / ConvolveMatrix Class / Bias Property

In This Topic
    Bias Property
    In This Topic
    The effect applies the kernel matrix, the divisor, and then the bias is added to the result. The bias is unbounded and unitless.
    Syntax
    'Declaration
     
    Public Property Bias As Single
    public float Bias {get; set;}
    See Also