FreeImage.NET Class Library Reference
![]() | FIRGBF Conversion (Color to FIRGBF) |
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)

C#
public static implicit operator FIRGBF ( Color value )
Parameters
- value
- Type: System.DrawingColor
A Color structure.
Return Value
Type: FIRGBFA new instance of FIRGBF initialized to value.
