- color
- The source RasterColor.
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.This method does not support signed images.
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