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