CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPngCanvasHaloOptions

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Modifiers sealed

Halo/glow options drawn around the QR bounds on the canvas.

Inheritance

  • Object
  • QrPngCanvasHaloOptions

Usage

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

Returned or exposed by

Constructors

Properties

public Rgba32 Color { get; set; } #

Halo color (alpha recommended).

public Int32 RadiusPx { get; set; } #

Halo radius in pixels.

public Boolean ProtectQrArea { get; set; } #

When true, never draws inside the QR area.

public Byte QrAreaAlphaMax { get; set; } #

Maximum alpha allowed inside the QR area when ProtectQrArea is false. Set to 0 to apply no alpha limit.