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