ReactOS 0.4.17-dev-934-g091855f
ID2D1GradientStopCollection Interface Reference
Inheritance diagram for ID2D1GradientStopCollection:
Collaboration diagram for ID2D1GradientStopCollection:

Public Member Functions

UINT32 GetGradientStopCount ()
 
void GetGradientStops ([out] D2D1_GRADIENT_STOP *stops, [in] UINT32 stop_count)
 
D2D1_GAMMA GetColorInterpolationGamma ()
 
D2D1_EXTEND_MODE GetExtendMode ()
 
- Public Member Functions inherited from ID2D1Resource
void GetFactory ([out] ID2D1Factory **factory)
 
- Public Member Functions inherited from IUnknown
HRESULT QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject)
 
ULONG AddRef ()
 
ULONG Release ()
 

Additional Inherited Members

- Public Types inherited from IUnknown
typedef IUnknown * LPUNKNOWN
 

Detailed Description

Definition at line 820 of file d2d1.idl.

Member Function Documentation

◆ GetColorInterpolationGamma()

D2D1_GAMMA ID2D1GradientStopCollection::GetColorInterpolationGamma ( )

◆ GetExtendMode()

D2D1_EXTEND_MODE ID2D1GradientStopCollection::GetExtendMode ( )

◆ GetGradientStopCount()

UINT32 ID2D1GradientStopCollection::GetGradientStopCount ( )

◆ GetGradientStops()

void ID2D1GradientStopCollection::GetGradientStops ( [out] D2D1_GRADIENT_STOP *  stops,
[in] UINT32  stop_count 
)

The documentation for this interface was generated from the following file: