
ID2D1GradientStopCollection1 interface
Represents a collection of D2D1_GRADIENT_STOP objects for linear and radial gradient brushes. It provides get methods for all the new parameters added to the gradient stop collection.
When to implement
Custom implementations are not supported.
Members
The ID2D1GradientStopCollection1 interface inherits from ID2D1GradientStopCollection. ID2D1GradientStopCollection1 also has these types of members:
Methods
The ID2D1GradientStopCollection1 interface has these methods.
Method | Description |
---|---|
GetBufferPrecision |
Gets the precision of the gradient buffer. |
GetColorInterpolationMode |
Retrieves the color interpolation mode that the gradient stop collection uses. |
GetGradientStops1 |
Copies the gradient stops from the collection into memory. |
GetPostInterpolationSpace |
Gets the color space after interpolation has occurred. |
GetPreInterpolationSpace |
Gets the color space of the input colors as well as the space in which gradient stops are interpolated. |
Remarks
Requirements
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps] |
---|---|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps] |
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
Header |
|
DLL |
|
See also
- ID2D1GradientStopCollection
- ID2D1DeviceContext::CreateGradientStopCollection
- ID2D1RenderTarget::CreateGradientStopCollection