FreeImageBitmap.BackgroundColor Property

FreeImage.NET

FreeImageBitmapBackgroundColor Property
Gets or sets the background color of this FreeImageBitmap. In case the value is null, the background color is removed.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public Nullable<Color> BackgroundColor { get; set; }

Property Value

Type: NullableColor
Exceptions
ExceptionCondition
InvalidOperationExceptionGet: There is no background color available.
ExceptionSet: Setting background color failed.
See Also