Table of Contents

Class PdnPolarInversionEffect.Props

Namespace
PaintDotNet.Effects.Gpu
Assembly
PaintDotNet.Effects.Gpu.dll
public sealed class PdnPolarInversionEffect.Props : PdnDistortionEffect.Props<PdnPolarInversionEffect>
Inheritance
PdnPolarInversionEffect.Props
Inherited Members

Properties

Category

The category of the effect.

Center

Gets or sets the center point of the polar inversion effect.

Description

The description of the effect.

DisplayName

The name of the effect.

Scale

Gets or sets the scale of the polar inversion effect.
If a clipping region is used (e.g. the active selection), this should be set to the the user's scaling choice multiplied by the ratio of the clipping region's diameter to the InputRect's diameter (e.g. userScale * min(clipRect.Width, clipRect.Height) / min(inputRect.Width, inputRect.Height)).
The range for the user's scaling value is usually [-8, +8], but this property has no minimum or maximum.
The default value is 1.0.