RGBQUAD Implicit Conversion (RGBQUAD to UInt32)

FreeImage.NET

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

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

Parameters

value
Type: FreeImageAPIRGBQUAD
A RGBQUAD structure.

Return Value

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