ImageGear Professional DLL v18.1 for Windows
IGVectColorEx
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Vector Component API Reference > Vector Component Structures Reference > IGVectColorEx

Glossary Item Box

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
©2014. Accusoft Corporation. All Rights Reserved.