FreeImageBitmap.TransparentIndex Property

FreeImage.NET

FreeImageBitmapTransparentIndex Property
Gets or sets the entry used as transparent color in this FreeImageBitmap. Only works for 1-, 4- and 8-bpp.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public int TransparentIndex { get; set; }

Property Value

Type: Int32
See Also