CImage:Deprecated Methods
The following functions are obsolete in this version of the Mira MX Script language. You should use other methods in future scripts.
Deprecated CImage Methods |
|
Addx |
Adds a numeric value. Use Add instead. |
Blendx |
Blends the image values with a numeric value. Use Blend instead. |
Divx |
Divides by a numeric value. Use Div instead. |
Modx |
Computes the remainder of division by a numeric value. Use Mod instead. |
Mulx |
Multiplies by a numeric value. Use Mul instead. |
Powab |
Raises image pixels to powers defined by the pixels of another image. Use Pow instead. |
SetVal |
|
Subx |
Subtracts a numeric value. Use Sub instead. |