Initializes a new instance based on the specified Color.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public FIRGB16( Color color ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ color As Color _ ) |
Visual C++ |
---|
public: FIRGB16( Color color ) |
Parameters
- color
- Type: System.Drawing..::.Color
Color to initialize with.