A Sandcastle Documented Class Library
GlobalColourTableIsSorted Property
NamespacesGifComponentsLogicalScreenDescriptorGlobalColourTableIsSorted
Indicates whether the Global Color Table is sorted. If the flag is set, the Global Color Table is sorted, in order of decreasing importance. Typically, the order would be decreasing frequency, with most frequent color first. This assists a decoder, with fewer available colors, in choosing the best subset of colors; the decoder may use an initial segment of the table to render the graphic.
Declaration Syntax
C#Visual BasicVisual C++
public bool GlobalColourTableIsSorted { get; }
Public ReadOnly Property GlobalColourTableIsSorted As Boolean
public:
property bool GlobalColourTableIsSorted {
	bool get ();
}

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453