Converts the value of a FI16RGB565 structure to a Color structure.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static implicit operator Color ( FI16RGB565 value ) |
Visual Basic (Declaration) |
---|
Public Shared Widening Operator CType ( _ value As FI16RGB565 _ ) As Color |
Visual C++ |
---|
static implicit operator Color ( FI16RGB565 value ) |
Parameters
- value
- Type: FreeImageAPI..::.FI16RGB565
A FI16RGB565 structure.