Table of Contents

Class BlackWhiteTransform

Namespace
NAPS2.Images.Transforms
Assembly
NAPS2.Images.dll
public record BlackWhiteTransform : Transform, IEquatable<Transform>, IEquatable<BlackWhiteTransform>
Inheritance
BlackWhiteTransform
Implements
Inherited Members

Constructors

BlackWhiteTransform()

public BlackWhiteTransform()

BlackWhiteTransform(int)

public BlackWhiteTransform(int threshold)

Parameters

threshold int

Properties

Threshold

public int Threshold { get; }

Property Value

int