Namespace:
FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll)
Assembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public static implicit operator FIRGBA16 ( Color value ) |
Visual Basic (Declaration) |
---|
Public Shared Widening Operator CType ( _ value As Color _ ) As FIRGBA16 |
Visual C++ |
---|
static implicit operator FIRGBA16 ( Color value ) |
Parameters
- value
- Type: System.Drawing..::.Color
A Color structure.