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 *theReturnRedValue = 0;
74 *theReturnGreenValue = 0;
75 *theReturnBlueValue = 0;