GifFrameBlock.CreateFlags
GifFrameBlock.CreateFlags method
Creates the flags.
public static byte CreateFlags(IColorPalette colorPalette, bool isPaletteSorted,
bool isGifFrameInterlaced)
Parameter | Type | Description |
---|---|---|
colorPalette | IColorPalette | The color palette. |
isPaletteSorted | Boolean | if set to true the colors in color palette are sorted. |
isGifFrameInterlaced | Boolean | if set to true the GIF frame image is interlaced. |
Return Value
The created flags.
See Also
- interface IColorPalette
- class GifFrameBlock
- namespace Aspose.Imaging.FileFormats.Gif.Blocks
- assembly Aspose.Imaging