FI16RGB565 Implicit Conversion (Color to FI16RGB565)

FreeImage.NET

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

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator FI16RGB565 (
	Color value
)

Parameters

value
Type: System.DrawingColor
A Color structure.

Return Value

Type: FI16RGB565
A new instance of FI16RGB565 initialized to value.
See Also