Table of Contents

Enum SpreadMethod

Namespace
SixLabors.Fonts.Rendering
Assembly
SixLabors.Fonts.dll

Specifies how a gradient should extend beyond the [0, 1] range.

public enum SpreadMethod

Fields

Pad = 0

Clamp to the end colors (pad).

Reflect = 1

Mirror the gradient (reflect).

Repeat = 2

Repeat the gradient (tile).