A Sandcastle Documented Class Library
ColourResolution Property
NamespacesGifComponentsLogicalScreenDescriptorColourResolution
Gets the number of bits per primary color available to the original image, minus 1. This value represents the size of the entire palette from which the colors in the graphic were selected, not the number of colors actually used in the graphic. For example, if the value in this field is 3, then the palette of the original image had 4 bits per primary color available to create the image. This value should be set to indicate the richness of the original palette, even if not every color from the whole palette is available on the source machine.
Declaration Syntax
C#Visual BasicVisual C++
public int ColourResolution { get; }
Public ReadOnly Property ColourResolution As Integer
public:
property int ColourResolution {
	int get ();
}

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453