RGBTRIPLE Implicit Conversion (UInt32 to RGBTRIPLE)

FreeImage.NET

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

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

Parameters

value
Type: SystemUInt32
An UInt32 structure.

Return Value

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