GradientStop function
Creates a D2D1_GRADIENT_STOP structure.
Syntax
D2D1_GRADIENT_STOP GradientStop(
FLOAT position,
_In_ 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.
- color [in, ref]
-
Type: const D2D1_COLOR_F
The color of the gradient stop.
Return value
Type: D2D1_GRADIENT_STOP
The new gradient stop.
Requirements
|
Minimum supported client |
Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also