FIRGB16 Implicit Conversion (Color to FIRGB16)

FreeImage.NET

FIRGB16  Conversion (Color to FIRGB16)
Converts the value of a Color structure to a FIRGB16 structure.

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: FIRGB16
A new instance of FIRGB16 initialized to value.
See Also