Table of Contents

Class CompareSettings

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Class that contains setting for the compare operations.

public sealed class CompareSettings : ICompareSettings<ushort>
Inheritance
CompareSettings
Implements
ICompareSettings<ushort>
Inherited Members

Constructors

CompareSettings()

public CompareSettings()

Properties

HighlightColor

Gets or sets the color that emphasize pixel differences.

public IMagickColor<ushort>? HighlightColor { get; set; }

Property Value

IMagickColor<ushort>

LowlightColor

Gets or sets the color that de-emphasize pixel differences.

public IMagickColor<ushort>? LowlightColor { get; set; }

Property Value

IMagickColor<ushort>

MasklightColor

Gets or sets the color of pixels that are inside the read mask.

public IMagickColor<ushort>? MasklightColor { get; set; }

Property Value

IMagickColor<ushort>

Metric

Gets or sets the error metric to use.

public ErrorMetric? Metric { get; set; }

Property Value

ErrorMetric