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