←Select platform

FromRasterColor Method

Summary
Creates a new instance of the RasterHsvColor from a specific RasterColor object.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static RasterHsvColor FromRasterColor( 
   RasterColor color 
) 
+ (instancetype)colorFromRasterColor:(LTRasterColor *)color 
public static RasterHsvColor fromRasterColor( 
   RasterColor color 
); 
public: 
static RasterHsvColor FromRasterColor(  
   RasterColor color 
)  
def FromRasterColor(self,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

Help Version 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.