38 QgsDebugMsg(
"value = " + QString::number( theValue ) );
51 QgsDebugMsg(
"value = " + QString::number( theValue ) );
71 *theReturnRedValue = 0;
72 *theReturnGreenValue = 0;
73 *theReturnBlueValue = 0;
74 *theReturnAlphaValue = 0;
93 bool QgsRasterShaderFunction::shade(
double theRedValue,
double theGreenValue,
double theBlueValue,
double theAlphaValue,
int* theReturnRedValue,
int* theReturnGreenValue,
int* theReturnBlueValue ,
int *theReturnAlphaValue )
95 Q_UNUSED( theRedValue );
96 Q_UNUSED( theGreenValue );
97 Q_UNUSED( theBlueValue );
98 Q_UNUSED( theAlphaValue );
100 *theReturnRedValue = 0;
101 *theReturnGreenValue = 0;
102 *theReturnBlueValue = 0;
103 *theReturnAlphaValue = 0;