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