←Select platform

Factor Property

Summary

Gets or sets a value that represents the temperature value.

Syntax
C#
VB
C++
public int Factor { get; set; } 
Public Property Factor As Integer 
public: 
property int Factor { 
   int get(); 
   void set (    int ); 
} 

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

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

Leadtools.ImageProcessing.Color Assembly