DeconvolutionFilterOptions.Grayscale

DeconvolutionFilterOptions.Grayscale property

Gets or sets a value indicating whether this DeconvolutionFilterOptions is grayscale. Return grayscale mode or RGB mode.

public bool Grayscale { get; set; }

Property Value

true if grayscale; otherwise, false.

See Also