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