LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Factor Property (TemperatureCommand)

Show in webframe







Gets or sets a value that represents the temperature value.
Syntax
public int Factor {get; set;}
'Declaration
 
Public Property Factor As Integer
'Usage
 
Dim instance As TemperatureCommand
Dim value As Integer
 
instance.Factor = value
 
value = instance.Factor
public int Factor {get; set;}
@property (nonatomic, assign) int factor;
public int getFactor()
public void setFactor(int factor)
            
 
get_Factor();
set_Factor(value);
Object.defineProperty('Factor');
public:
property int Factor {
   int get();
   void set (    int value);
}

Property Value

The Temperature's value.
Remarks
The acceptable temperature value range is -1024 to 1024. A negative value makes the image look colder, while a positive value makes it look hotter.
Requirements

Target Platforms

See Also

Reference

TemperatureCommand Class
TemperatureCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.