FIRGBAF Implicit Conversion (Color to FIRGBAF)

FreeImage.NET

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

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

Parameters

value
Type: System.DrawingColor
A Color structure.

Return Value

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