33 double myPixelValue = theValue;
49 *theReturnRedValue = 0;
51 *theReturnBlueValue = 255;
57 *theReturnGreenValue = 255;
63 *theReturnRedValue = 255;
65 *theReturnBlueValue = 0;
71 bool QgsPseudoColorShader::shade(
double theRedValue,
double theGreenValue,
double theBlueValue,
int* theReturnRedValue,
int* theReturnGreenValue,
int* theReturnBlueValue )
73 Q_UNUSED( theRedValue );
74 Q_UNUSED( theGreenValue );
75 Q_UNUSED( theBlueValue );
77 *theReturnRedValue = 0;
78 *theReturnGreenValue = 0;
79 *theReturnBlueValue = 0;