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

    Extended color structure that determines an actual color value for vector drawing.

    Declaration:

     
    Copy Code
    typedef struct tag_IGVectColorEx
    {
           IGVectColor m_color;
           long m_flags;
    } IGVectColorEx;
    

    Members:

    Name Type Description
    m_color IGVectColor Actual color value.
    m_flags long

    Flags defining a color source. Possible meanings:

    • actual - the m_color field defines a drawing color
    • byblock - the drawing color is gotten from the block
    • bylayer - the drawing color is gotten from the layer