A Sandcastle Documented Class Library
LocalColourTableSizeBits Property
NamespacesGifComponentsImageDescriptorLocalColourTableSizeBits
If the Local Color Table Flag is set to 1, the value in this field is used to calculate the number of bytes contained in the Local Color Table. To determine that actual size of the color table, raise 2 to the value of the field + 1. This value should be 0 if there is no Local Color Table specified.
Declaration Syntax
C#Visual BasicVisual C++
public int LocalColourTableSizeBits { get; }
Public ReadOnly Property LocalColourTableSizeBits As Integer
public:
property int LocalColourTableSizeBits {
	int get ();
}

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453