FreeImage.NET Class Library Reference
FIRGBF Conversion (FIRGBF to Color) |
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: ColorA new instance of Color initialized to value.
See Also