Enum GifLogicalScreenDescriptorProperties
Specifies the logical screen descriptor properties for Graphics Interchange Format (GIF) metadata.
public enum GifLogicalScreenDescriptorProperties
Fields
BackgroundColorIndex = 8
[VT_UI1] Indicates the index within the color table to use for the background (pixels not defined in the image).
ColorResolution = 5
[VT_UI1] Indicates the color resolution in bits per pixel.
GlobalColorTableFlag = 4
[VT_BOOL] Indicates the global color table flag. TRUE if a global color table is present; otherwise, SharpDX.Result.False.
GlobalColorTableSize = 7
[VT_UI1] Indicates the value used to calculate the number of bytes contained in the global color table.
To calculate the actual size of the color table, raise 2 to the value of the field + 1.
Height = 3
[VT_UI2] Indicates the height in pixels.
PixelAspectRatio = 9
[VT_UI1] Indicates the factor used to compute an approximation of the aspect ratio.
Signature = 1
[VT_UI1 | VT_VECTOR] Indicates the signature property.
SortFlag = 6
[VT_BOOL] Indicates the sorted color table flag. TRUE if the table is sorted; otherwise, SharpDX.Result.False.
Width = 2
[VT_UI2] Indicates the width in pixels.