Table of Contents

Class PdnSoftenPortraitEffect.Props

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll
public sealed class PdnSoftenPortraitEffect.Props : CustomEffectProperties
Inheritance
PdnSoftenPortraitEffect.Props
Inherited Members

Constructors

Props()

Properties

AlphaMode

Specifies the alpha mode of the input and the output.
The default value is Premultiplied.

Input
Lighting

Specifies how much to adjust the lighting of the image.
The range of this value is [-0.2, +0.2], which corresponds to the UI's range of [-20, +20].
The default value is 0.

Softness

Specifies how much to soften the image. The range of this value is 0 to 10, and the default value is 5.

Warmth

Specifies how much to adjust the warmth of the image.
The range of this value is [0, 0.2], which corresponds to the UI's range of [0, +20].
The default value is 0.1.

Methods

CreateImpl()
GetAuthor()
GetCategory()
GetDescription()
GetDisplayName()