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
BeginLayer = 1Starts an isolated compositing layer.
EndLayer = 2Ends the most recently opened layer.
FillLayer = 0A fill-path command.