Initializes a new instance based on the specified Color.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public FIRGBA16(
	Color color
)
Visual Basic (Declaration)
Public Sub New ( _
	color As Color _
)
Visual C++
public:
FIRGBA16(
	Color color
)

Parameters

color
Type: System.Drawing..::.Color
Color to initialize with.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also