FreeImage.NET Class Library Reference
FIRGBAF Conversion (FIRGBAF to Color) |
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator Color ( FIRGBAF value )
Parameters
- value
- Type: FreeImageAPIFIRGBAF
A FIRGBAF structure.
Return Value
Type: ColorA new instance of Color initialized to value.
See Also