A Sandcastle Documented Class Library
Transparent Property
NamespacesGifComponentsAnimatedGifEncoderTransparent
Gets and sets the transparent color for the next added frame and any subsequent frames. Since all colors are subject to modification in the quantization process, the color in the final palette for each frame closest to the given color becomes the transparent color for that frame. May be set to Color.Empty to indicate no transparent color.
Declaration Syntax
C#Visual BasicVisual C++
public Color Transparent { get; set; }
Public Property Transparent As Color
public:
property Color Transparent {
	Color get ();
	void set (Color value);
}

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453