GifGraphicsControlBlock.CreateFlags
GifGraphicsControlBlock.CreateFlags method
Creates the flags.
public static byte CreateFlags(bool hasTransparentColor, bool requiresUserInput,
DisposalMethod disposalMethod)
| Parameter | Type | Description |
|---|---|---|
| hasTransparentColor | Boolean | if set to true the GifGraphicsControlBlock has valid transparent color index. |
| requiresUserInput | Boolean | if set to true the user input is expected. |
| disposalMethod | DisposalMethod | The disposal method. |
Return Value
The generated flags.
See Also
- enum DisposalMethod
- class GifGraphicsControlBlock
- namespace Aspose.Imaging.FileFormats.Gif.Blocks
- assembly Aspose.Imaging