Hi,
I get the following error when trying to use AddBand function:
********************
Parameter number 5 of AddBand function invalid
********************
****************
addBand(SlopeTrendLevel, PS_SOLID, 1, Color.blue);
addBand(-SlopeTrendLevel, PS_SOLID, 1, Color.blue);
***************
Even if I use a number instead of my parameter, I get the same error message.
I copied it directly from Reference Library.
AddBand function does not have 5 parameters!!!
Can anybody tell me what I am doing wrong?
Thanks,
I get the following error when trying to use AddBand function:
********************
Parameter number 5 of AddBand function invalid
********************
****************
addBand(SlopeTrendLevel, PS_SOLID, 1, Color.blue);
addBand(-SlopeTrendLevel, PS_SOLID, 1, Color.blue);
***************
Even if I use a number instead of my parameter, I get the same error message.
I copied it directly from Reference Library.
AddBand function does not have 5 parameters!!!
Can anybody tell me what I am doing wrong?
Thanks,
Comment