FreeImage.NET Class Library Reference
RGBTRIPLE Conversion (RGBTRIPLE to UInt32) |
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: UInt32A new instance of RGBTRIPLE initialized to value.
See Also