| GifOptionsBackgroundColorIndex Property |
Gets or sets the GIF background color index.
Namespace: Aspose.PSD.ImageOptionsAssembly: Aspose.PSD (in Aspose.PSD.dll) Version: 23.4
Syntaxpublic byte BackgroundColorIndex { get; set; }Public Property BackgroundColorIndex As Byte
Get
Set
public:
property unsigned char BackgroundColorIndex {
unsigned char get ();
void set (unsigned char value);
}member BackgroundColorIndex : byte with get, set
Property Value
Type:
Byte
The GIF background color index.
See Also