The QTPlgImageValue class allows you to retrieve or set the value of an in a given .
Since version 6.7 of the plugin this class can be used in Console Applications
The QTPlgImageValue class constructors are called when you create a new instance of the class, while the ˜QTPlgImageValue class destructor, is called automatically when the class is no more in use. Also, you can invoke the class destructor by setting the instance of the class to nil.
The class provides you with the following initializer methods:
()
This is the default constructor. The properties of the object will be initialized all to 0.0
(other as QTPlgImageValue)
This is the copy constructor. The properties of the object to be copied will be used to initialize the
new class instance properties
specifies the value of the luminance channel if appropriate to the image in use
specifies the value of the red channel if appropriate to the image in use
specifies the value of the green channel if appropriate to the image in use
specifies the value of the green channel if appropriate to the image in use