CreateFlags

GifFrameBlock.CreateFlags method

Creates the flags.

public static byte CreateFlags(IColorPalette colorPalette, bool isPaletteSorted, 
    bool isGifFrameInterlaced)
ParameterTypeDescription
colorPaletteIColorPaletteThe color palette.
isPaletteSortedBooleanif set to true the colors in color palette are sorted.
isGifFrameInterlacedBooleanif set to true the GIF frame image is interlaced.

Return Value

The created flags.

See Also