Converts the value of an UInt32 structure to a RGBTRIPLE structure.

Namespace:  FreeImageAPI
Assembly:  FreeImageNET (in FreeImageNET.dll)

Syntax

C#
public static implicit operator RGBTRIPLE (
	uint value
)
Visual Basic (Declaration)
Public Shared Widening Operator CType ( _
	value As UInteger _
) As RGBTRIPLE
Visual C++
static implicit operator RGBTRIPLE (
	unsigned int value
)

Parameters

value
Type: System..::.UInt32
An UInt32 structure.

Return Value

A new instance of RGBTRIPLE initialized to value.

Version Information

FreeImage.NET

Supported in: 3.11.0, 3.12.0, 3.13.0, 3.13.1

See Also