GIF_TranspColor is the transparency coolor (If GIF_FlagTranspColor is true).

This color should exist in the image.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IERGB GIF_TransparentColor { get; set; }
Public Property GIF_TransparentColor As IERGB
	Get
	Set
public:
property IERGB GIF_TransparentColor {
	IERGB get ();
	void set (IERGB value);
}

See Also