FIRGBF Implicit Conversion (FIRGBF to Color)

FreeImage.NET

FIRGBF  Conversion (FIRGBF to Color)
Converts the value of a FIRGBF structure to a Color structure.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator Color (
	FIRGBF value
)

Parameters

value
Type: FreeImageAPIFIRGBF
A FIRGBF structure.

Return Value

Type: Color
A new instance of Color initialized to value.
See Also