RGBTRIPLE Implicit Conversion (RGBTRIPLE to UInt32)

FreeImage.NET

RGBTRIPLE  Conversion (RGBTRIPLE to UInt32)
Converts the value of a RGBTRIPLE 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 (
	RGBTRIPLE value
)

Parameters

value
Type: FreeImageAPIRGBTRIPLE
A RGBTRIPLE structure.

Return Value

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