CodeGlyphX logo
CodeGlyphX

API Reference

Class

QrPngGradientOptions

Namespace CodeGlyphX.Rendering.Png
Assembly CodeGlyphX
Modifiers sealed

Options for a foreground gradient fill.

Inheritance

  • Object
  • QrPngGradientOptions

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 QrPngGradientType Type { get; set; } #

Gets or sets the gradient type.

public Rgba32 StartColor { get; set; } #

Gets or sets the start color.

public Rgba32 EndColor { get; set; } #

Gets or sets the end color.

public Double CenterX { get; set; } #

Radial gradient center (0..1) along X.

public Double CenterY { get; set; } #

Radial gradient center (0..1) along Y.