CreateGradientStopCollection1 Method
In This Topic
HRESULT ID2D1DeviceContext::CreateGradientStopCollection([In, Buffer] const D2D1_GRADIENT_STOP* straightAlphaGradientStops,[In] unsigned int straightAlphaGradientStopsCount,[In] D2D1_COLOR_SPACE preInterpolationSpace,[In] D2D1_COLOR_SPACE postInterpolationSpace,[In] D2D1_BUFFER_PRECISION bufferPrecision,[In] D2D1_EXTEND_MODE extendMode,[In] D2D1_COLOR_INTERPOLATION_MODE colorInterpolationMode,[Out, Fast] ID2D1GradientStopCollection1** gradientStopCollection1)
Syntax
Parameters
- straightAlphaGradientStops
- straightAlphaGradientStopsCount
- preInterpolationSpace
- postInterpolationSpace
- bufferPrecision
- extendMode
- colorInterpolationMode
See Also