Table of Contents

Enum EffectRegistrationType

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Specifies the type of effect.

public enum EffectRegistrationType

Fields

Effect = 0

Specifies a regular effect.

Analysis = 1

Specifies an analysis effect. The output node of the effect's transform graph must implement both IComputeTransform and PaintDotNet.Direct2D1.IAnalysisTransform. The effect cannot be used as the input for another effect.