ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Vector Component API Reference / Vector Component Enumerations Reference / enumIGVectGradientSpreadMethod
In This Topic
    enumIGVectGradientSpreadMethod
    In This Topic

    Defines gradient spread methods.

    Values:

    IG_VECT_GRADIENT_SPREAD_PAD Expand the first or last color.
    IG_VECT_GRADIENT_SPREAD_REFLECT Repeat the gradient with reflection.
    IG_VECT_GRADIENT_SPREAD_REPEAT Repeat the gradient periodically.

    Remarks:

    Spread method specifies how the gradient is expanded.