ImageGear Professional v18.4 > User Guide > Using ImageGear > Working with Vector Images > General Concepts of the ImageGear Vector API > Colors |
All colors in a Drawing have four 8-bit components: red, green, blue, and alpha. Alpha provides transparency for the color. Alpha equal to 255 means fully opaque color; 0 means full transparency.
Also, the structure describing a color (IGVectColorEx) has a field defining the color source.