FIRGBF Implicit Conversion (Color to FIRGBF)

FreeImage.NET

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

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

Parameters

value
Type: System.DrawingColor
A Color structure.

Return Value

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