CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPngPaletteOptions

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Modifiers sealed

Palette options for multi-color QR module rendering.

Inheritance

  • Object
  • QrPngPaletteOptions

Usage

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

Accepted by parameters

Constructors

Properties

public Rgba32[] Colors { get; set; } #

Gets or sets the palette colors (required).

public QrPngPaletteMode Mode { get; set; } #

Gets or sets the palette selection mode.

public Int32 Seed { get; set; } #

Gets or sets the random seed used by Random.

public Int32 RingSize { get; set; } #

Gets or sets the ring thickness in modules for Rings.

public Boolean ApplyToEyes { get; set; } #

When false, finder (eye) modules keep the foreground color.

Fields

public const Int32 DefaultRingSize #

Default ring size (in modules) for Rings.

Value: 2