Class CompareSettings
- Namespace
 - ImageMagick
 
- Assembly
 - Magick.NET-Q8-AnyCPU.dll
 
Class that contains setting for the compare operations.
public sealed class CompareSettings : ICompareSettings<byte>
  - Inheritance
 - 
      
      CompareSettings
 
- Implements
 - 
      ICompareSettings<byte>
 
- Inherited Members
 
Constructors
CompareSettings(ErrorMetric?)
Initializes a new instance of the CompareSettings class.
public CompareSettings(ErrorMetric? metric)
  Parameters
metricErrorMetricThe error metric to use.
Properties
HighlightColor
Gets or sets the color that emphasize pixel differences.
public IMagickColor<byte>? HighlightColor { get; set; }
  Property Value
- IMagickColor<byte>
 
LowlightColor
Gets or sets the color that de-emphasize pixel differences.
public IMagickColor<byte>? LowlightColor { get; set; }
  Property Value
- IMagickColor<byte>
 
MasklightColor
Gets or sets the color of pixels that are inside the read mask.
public IMagickColor<byte>? MasklightColor { get; set; }
  Property Value
- IMagickColor<byte>
 
Metric
Gets the error metric to use.
public ErrorMetric? Metric { get; }
  Property Value
- ErrorMetric