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