CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngPaletteMode

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

Palette selection modes for QR modules.

Inheritance

  • Enum
  • QrPngPaletteMode

Usage

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

Values

public const QrPngPaletteMode Cycle #

Cycles through colors using (x + y) ordering.

Value: 0
public const QrPngPaletteMode Checker #

Alternates colors in a checkerboard pattern.

Value: 1
public const QrPngPaletteMode Random #

Picks colors using a deterministic hash of (x, y, seed).

Value: 2
public const QrPngPaletteMode Rings #

Assigns colors by ring distance from the center.

Value: 3