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



color
The source RasterColor.
color
The source RasterColor.
Creates a new instance of the RasterHsvColor from a specific RasterColor object. Supported in Silverlight, Windows Phone 7

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
)
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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also