Enum EffectCategory
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
Categories for effects that determine their placement within paint.net's menu hierarchy.
public enum EffectCategory
Fields
Effect = 0
The default category for an effect. This will place effects in to the "Effects" menu.
Adjustment = 1
Signifies that this effect should be an "Image Adjustment", placing the effect in the "Adjustments" submenu in the "Layers" menu. These types of effects are typically quick to execute. They are also preferably "unary" (see EffectTypeHint) but are not required to be.
DoNotDisplay = 2
Signifies that this effect should not be displayed in any menu.