Table of Contents

Class BrightnessTransform

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

Constructors

BrightnessTransform()

public BrightnessTransform()

BrightnessTransform(int)

public BrightnessTransform(int brightness)

Parameters

brightness int

Properties

Brightness

public int Brightness { 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