Table of Contents

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 = 1

Starts an isolated compositing layer.

EndLayer = 2

Ends the most recently opened layer.

FillLayer = 0

A fill-path command.