Table of Contents

Class TrueContrastTransform

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

Constructors

TrueContrastTransform()

public TrueContrastTransform()

TrueContrastTransform(int)

public TrueContrastTransform(int contrast)

Parameters

contrast int

Properties

Contrast

public int Contrast { get; }

Property Value

int

IsNull

Gets a value that indicates whether the transform is a null transformation (i.e. has no effect).

public override bool IsNull { get; }

Property Value

bool