Namespace:
FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll)
Assembly: FreeImageNET (in FreeImageNET.dll)
Syntax
| C# |
|---|
public static implicit operator uint ( RGBTRIPLE value ) |
| Visual Basic (Declaration) |
|---|
Public Shared Widening Operator CType ( _ value As RGBTRIPLE _ ) As UInteger |
| Visual C++ |
|---|
static implicit operator unsigned int ( RGBTRIPLE value ) |
Parameters
- value
- Type: FreeImageAPI..::.RGBTRIPLE
A RGBTRIPLE structure.