Table of Contents

Class UserBlendOp

Namespace
PaintDotNet
Assembly
PaintDotNet.Data.dll

Abstract base class that all "user" blend ops derive from. These ops are available in the UI for a user to choose from in order to configure the blending properties of a Layer. See UserBlendOps.cs for guidelines on implementation.

public abstract class UserBlendOp : BinaryPixelOp, IPixelOp, IDeserializationCallback
Inheritance
UserBlendOp
Implements
Derived
Inherited Members

Methods

Apply(ColorBgra*, ColorBgra*, ColorBgra*, int)
Apply(ColorBgra*, ColorBgra*, int)
Apply(ColorBgra, ColorBgra)
CreateCorrespondingCompositionOp(int)
CreateWithOpacity(int)
ToString()