Enum CompositionCommandKind
- Namespace
- SixLabors.ImageSharp.Drawing.Processing.Backends
- Assembly
- SixLabors.ImageSharp.Drawing.dll
Identifies the flush-time role carried by a CompositionCommand.
public enum CompositionCommandKind : byte
Fields
Apply = 3Applies an image processor to the current target before later commands are rendered.
BeginClip = 4Starts a clip scope.
BeginLayer = 1Starts an isolated compositing layer.
EndClip = 5Ends the most recently opened clip scope.
EndLayer = 2Ends the most recently opened layer.
FillLayer = 0A fill-path command.