FI16RGB555 Implicit Conversion (Color to FI16RGB555)

FreeImage.NET

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

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

Parameters

value
Type: System.DrawingColor
A Color structure.

Return Value

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