ID2D1GradientStopCollection1 interface (d2d1_1.h)

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.

Inheritance

The ID2D1GradientStopCollection1 interface inherits from ID2D1GradientStopCollection. ID2D1GradientStopCollection1 also has these types of members:

Methods

The ID2D1GradientStopCollection1 interface has these methods.

 
ID2D1GradientStopCollection1::GetBufferPrecision

Gets the precision of the gradient buffer.
ID2D1GradientStopCollection1::GetColorInterpolationMode

Retrieves the color interpolation mode that the gradient stop collection uses.
ID2D1GradientStopCollection1::GetGradientStops1

Copies the gradient stops from the collection into memory.
ID2D1GradientStopCollection1::GetPostInterpolationSpace

Gets the color space after interpolation has occurred.
ID2D1GradientStopCollection1::GetPreInterpolationSpace

Gets the color space of the input colors as well as the space in which gradient stops are interpolated.

Requirements

Requirement Value
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]
Target Platform Windows
Header d2d1_1.h

See also

ID2D1DeviceContext::CreateGradientStopCollection

ID2D1GradientStopCollection

ID2D1RenderTarget::CreateGradientStopCollection