Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

ToRasterColor Method (RasterHsvColor)








Converts the RasterHsvColor object to a RasterColor object.
Syntax
public RasterColor ToRasterColor()
'Declaration
 
Public Function ToRasterColor() As RasterColor
'Usage
 
Dim instance As RasterHsvColor
Dim value As RasterColor
 
value = instance.ToRasterColor()
public RasterColor ToRasterColor()
- (LTRasterColor *)toRasterColor
public RasterColor toRasterColor()
 function Leadtools.RasterHsvColor.ToRasterColor()
public:
RasterColor ToRasterColor(); 

Return Value

The RasterColor object.
Remarks

This method does not support signed images.

Example
For an example, refer to RasterHsvColor
Requirements

Target Platforms

See Also

Reference

RasterHsvColor Structure
RasterHsvColor Members

Error processing SSI file