API Reference
Class
QrPngPaletteOptions
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.
Returned or exposed by
- Property QrArtPalette.Palette
- Property QrEasyOptions.ForegroundPalette
- Property QrPngPaletteZoneOptions.CenterPalette
- Property QrPngPaletteZoneOptions.CornerPalette
- Property QrPngRenderOptions.ForegroundPalette
Accepted by parameters
Constructors
public QrPngPaletteOptions() #Inherited Methods
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.