1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.options
  6. /
  7. GifSaveOptions class
  8. /
  9. background_color_index property

background_color_index property

background_color_index property

Gets or sets the GIF background color index.

Definition:

@property
def background_color_index(self):
    ...
@background_color_index.setter
def background_color_index(self, value):
    ...

See Also