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.
GpStatus WINGDIPAPI GdipSetPathGradientCenterColor(
GpPathGradient *brush,
ARGB color
) DECLARE INTEGER GdipSetPathGradientCenterColor IN gdiplus;
INTEGER brush,;
INTEGER color brush Handle of the brush object.
color ARGB color.
Returns 0 on success.
Home