Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterHsvColor Constructor(RasterColor)
See Also 
Leadtools Namespace > RasterHsvColor Structure > RasterHsvColor Constructor : RasterHsvColor Constructor(RasterColor)



color
The source color
Constructs a new RasterHsvColor object from the specified RasterColor object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal color As RasterColor _
)
Visual Basic (Usage)Copy Code
Dim color As RasterColor
 
Dim instance As RasterHsvColor(color)
C# 
public RasterHsvColor( 
   RasterColor color
)
C++/CLI 
public:
RasterHsvColor( 
   RasterColor color
)

Parameters

color
The source color

Example

For an example, refer to RasterHsvColor

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also