RGBQUAD Implicit Conversion (Color to RGBQUAD)

FreeImage.NET

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

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

Parameters

value
Type: System.DrawingColor
A Color structure.

Return Value

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