CodeGlyphX logo
CodeGlyphX

API Reference

Enum

QrPngForegroundPatternBlendMode

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

Blend mode for foreground patterns.

Inheritance

  • Enum
  • QrPngForegroundPatternBlendMode

Usage

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

Values

public const QrPngForegroundPatternBlendMode Overlay #

Overlay the pattern color on top of the module color.

Value: 0
public const QrPngForegroundPatternBlendMode Mask #

Mask the module so only pattern pixels are drawn (bead/cluster look).

Value: 1
public const QrPngForegroundPatternBlendMode Replace #

Replace the module color with the pattern color at pattern pixels.

Value: 2