A Sandcastle Documented Class Library
IsSorted Property
NamespacesGifComponentsImageDescriptorIsSorted
Gets a boolean value indicating whether the Local Color Table is sorted. If the flag is set, the Local 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 IsSorted { get; }
Public ReadOnly Property IsSorted As Boolean
public:
property bool IsSorted {
	bool get ();
}

Assembly: GifComponents (Module: GifComponents) Version: 0.1.3594.26453