Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
FromRasterColor Method
See Also 
Leadtools Namespace > RasterHsvColor Structure : FromRasterColor Method




color
The source RasterColor.
Creates a new instance of the RasterHsvColor from a specific RasterColor object.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromRasterColor( _
   ByVal color As RasterColor _
) As RasterHsvColor
Visual Basic (Usage)Copy Code
Dim color As RasterColor
Dim value As RasterHsvColor
 
value = RasterHsvColor.FromRasterColor(color)
C# 
public static RasterHsvColor FromRasterColor( 
   RasterColor color
)
Managed Extensions for C++ 
public: static RasterHsvColor FromRasterColor( 
   RasterColor color
) 
C++/CLI 
public:
static RasterHsvColor FromRasterColor( 
   RasterColor color
) 

Parameters

color
The source RasterColor.

Return Value

The RasterHsvColor object this method creates.

Remarks

This method does not support signed images.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also