CodeGlyphX logo
CodeGlyphX

API Reference

Struct

QrArtPalette

Namespace CodeGlyphX
Assembly CodeGlyphX
Base ValueType
Modifiers sealed

Palette bundle with a suggested background/foreground and palette.

Inheritance

  • ValueType
  • QrArtPalette

Usage

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

Constructors

public QrArtPalette(Rgba32 background, Rgba32 foreground, Rgba32[] colors) #

Create a palette bundle.

Parameters

background CodeGlyphX.Rendering.Png.Rgba32 requiredposition: 0
foreground CodeGlyphX.Rendering.Png.Rgba32 requiredposition: 1
colors CodeGlyphX.Rendering.Png.Rgba32[] requiredposition: 2

Properties

public Rgba32 Background { get; } #

Suggested background color.

public Rgba32 Foreground { get; } #

Suggested foreground color.

public QrPngPaletteOptions Palette { get; } #

Palette options for the foreground.