Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Factor Property (TemperatureCommand)








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;}
 <br/>get_Factor();<br/>set_Factor(value);<br/>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

Error processing SSI file