Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 892 Bytes

File metadata and controls

46 lines (32 loc) · 892 Bytes

Home

Function name : GdipSetPathGradientCenterColor

Group: GDI+ PathGradient Brush - Library: gdiplus


Sets the center color of this path gradient brush. The center color is the color that appears at the brush's center point.


Code examples:

GDI+: creating a gradient

Declaration:

GpStatus WINGDIPAPI GdipSetPathGradientCenterColor(
	GpPathGradient *brush,
	ARGB color
)  

FoxPro declaration:

DECLARE INTEGER GdipSetPathGradientCenterColor IN gdiplus;
	INTEGER brush,;
	INTEGER color  

Parameters:

brush Handle of the brush object.

color ARGB color.


Return value:

Returns 0 on success.