CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPixelDebugMode

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

Debug visualization modes for pixel-based QR decoding.

Inheritance

  • Enum
  • QrPixelDebugMode

Usage

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

Accepted by parameters

Values

public const QrPixelDebugMode Grayscale #

Raw grayscale image.

Value: 0
public const QrPixelDebugMode Threshold #

Threshold map (constant or adaptive).

Value: 1
public const QrPixelDebugMode Binarized #

Binarized image (black/white).

Value: 2
public const QrPixelDebugMode Heatmap #

Heatmap of luminance vs threshold.

Value: 3