API Reference
Struct
QrArtPalette
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.
Returned or exposed by
- Method QrArtPalettes.Cool
- Method QrArtPalettes.HighContrast
- Method QrArtPalettes.Neon
- Method QrArtPalettes.Pastel
- Method QrArtPalettes.Warm
Constructors
public QrArtPalette(Rgba32 background, Rgba32 foreground, Rgba32[] colors) #Create a palette bundle.
Parameters
- background CodeGlyphX.Rendering.Png.Rgba32
- foreground CodeGlyphX.Rendering.Png.Rgba32
- colors CodeGlyphX.Rendering.Png.Rgba32[]
Inherited Methods
Properties
public QrPngPaletteOptions Palette { get; } #Palette options for the foreground.