Packages

 

com.aspose.imaging.imagefilters.filteroptions

Class ConvolutionFilterOptions

    • Constructor Detail

      • ConvolutionFilterOptions

        public ConvolutionFilterOptions()

        Initializes a new instance of the ConvolutionFilterOptions class.

    • Method Detail

      • getFactor

        public double getFactor()

        Gets or sets the factor.

        Value: The factor.
      • setFactor

        public void setFactor(double value)

        Gets or sets the factor.

        Value: The factor.
      • getBias

        public int getBias()

        Gets or sets the bias.

        Value: The bias.
      • setBias

        public void setBias(int value)

        Gets or sets the bias.

        Value: The bias.