GradientStop function (d2d1helper.h)

Creates a D2D1_GRADIENT_STOP structure.

Syntax

D2D1_GRADIENT_STOP GradientStop(
            FLOAT                position,
  [in, ref] const D2D1_COLOR_F & color
);

Parameters

position

Type: FLOAT

A value that indicates the relative position of the gradient stop in the brush. A value of 0.0 specifies that the stop is positioned at the beginning of the gradient vector, while a value of 1.0 specifies that the stop is positioned at the end of the gradient vector. Stops outside the 0.0-1.0 range might not be directly visible but still influence the gradient pattern.

[in, ref] color

Type: const D2D1_COLOR_F

The color of the gradient stop.

Return value

Type: D2D1_GRADIENT_STOP

The new gradient stop.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Target Platform Windows
Header d2d1helper.h
Library D2d1.lib
DLL D2d1.dll

See also

D2D1_GRADIENT_STOP

ID2D1LinearGradientBrush

ID2D1RadialGradientBrush