RGBQUAD Implicit Conversion (UInt32 to RGBQUAD)

FreeImage.NET

RGBQUAD  Conversion (UInt32 to RGBQUAD)
Converts the value of an UInt32 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 (
	uint value
)

Parameters

value
Type: SystemUInt32
An UInt32 structure.

Return Value

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