A Sandcastle Documented Class Library
ColourQuality Property
NamespacesGifComponentsAnimatedGifEncoderColourQuality
Sets quality of color quantization (conversion of images to the maximum 256 colors allowed by the GIF specification). Lower values (minimum = 1) produce better colors, but slow processing significantly. 10 is the default, and produces good color mapping at reasonable speeds. Values greater than 20 do not yield significant improvements in speed. Defaults to 1 if less than 1.
Declaration Syntax
C#Visual BasicVisual C++
public int ColourQuality { get; set; }
Public Property ColourQuality As Integer
public:
property int ColourQuality {
	int get ();
	void set (int value);
}

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453