Table of Contents

Class SaturationTransform

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

Constructors

SaturationTransform()

public SaturationTransform()

SaturationTransform(int)

public SaturationTransform(int saturation)

Parameters

saturation int

Properties

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

Saturation

public int Saturation { get; }

Property Value

int