Click or drag to resize
CanvasGradientStopHdr Structure
Used to describe one high-dynamic-range gradient stop in a gradient brush.

Namespace:  Microsoft.Graphics.Canvas.Brushes
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public struct CanvasGradientStopHdr

The CanvasGradientStopHdr type exposes the following members.

Fields
  NameDescription
Public fieldColor
The color at the gradient stop.
Public fieldPosition
The position of the gradient stop. Expected to be between 0 and 1, inclusive.
Top
See Also