ID2D1DeviceContext.CreateGradientStopCollection

Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
  1. HRESULT CreateGradientStopCollection(const(D2D1_GRADIENT_STOP)* straightAlphaGradientStops, UINT32 straightAlphaGradientStopsCount, D2D1_COLOR_SPACE preInterpolationSpace, D2D1_COLOR_SPACE postInterpolationSpace, D2D1_BUFFER_PRECISION bufferPrecision, D2D1_EXTEND_MODE extendMode, D2D1_COLOR_INTERPOLATION_MODE colorInterpolationMode, ID2D1GradientStopCollection1* gradientStopCollection1)
  2. HRESULT CreateGradientStopCollection(const(D2D1_GRADIENT_STOP)* gradientStops, UINT32 gradientStopsCount, D2D1_GAMMA colorInterpolationGamma, D2D1_EXTEND_MODE extendMode, ID2D1GradientStopCollection* gradientStopCollection)
    interface ID2D1DeviceContext
    extern (Windows)
    HRESULT
    CreateGradientStopCollection
    (
    const(D2D1_GRADIENT_STOP)* gradientStops
    ,,,
    D2D1_EXTEND_MODE extendMode
    ,
    ID2D1GradientStopCollection* gradientStopCollection
    )

Meta