COLOR_GRAY2RGBA   107 modules/java/generator/src/cpp/utils.cpp                     cvtColor(src, tmp, COLOR_GRAY2RGBA);
COLOR_GRAY2RGBA   132 samples/android/tutorial-2-mixedprocessing/src/org/opencv/samples/tutorial2/Tutorial2Activity.java             Imgproc.cvtColor(inputFrame.gray(), mRgba, Imgproc.COLOR_GRAY2RGBA, 4);
COLOR_GRAY2RGBA   142 samples/android/tutorial-2-mixedprocessing/src/org/opencv/samples/tutorial2/Tutorial2Activity.java             Imgproc.cvtColor(mIntermediateMat, mRgba, Imgproc.COLOR_GRAY2RGBA, 4);