CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngGradientType

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Gradient types for QR PNG rendering.

Inheritance

  • Enum
  • QrPngGradientType

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const QrPngGradientType Horizontal #

Horizontal (left to right) gradient.

Value: 0
public const QrPngGradientType Vertical #

Vertical (top to bottom) gradient.

Value: 1
public const QrPngGradientType DiagonalDown #

Diagonal gradient (top-left to bottom-right).

Value: 2
public const QrPngGradientType DiagonalUp #

Diagonal gradient (bottom-left to top-right).

Value: 3
public const QrPngGradientType Radial #

Radial gradient from a center point.

Value: 4