FreeImage.NET Class Library Reference
RGBQUAD Conversion (RGBQUAD to UInt32) |
Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public static implicit operator uint ( RGBQUAD value )
Parameters
- value
- Type: FreeImageAPIRGBQUAD
A RGBQUAD structure.
Return Value
Type: UInt32A new instance of RGBQUAD initialized to value.
See Also