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