android-gpuimage
android-gpuimage copied to clipboard
Blend photo with custom color without create new solid color bitmap.
- Blend photo with custom color without create new solid color bitmap.
Ex: float[] mVec4RedColor = new float[]{1f,0f,0f,1f};
GPUImageOverlayColorBlendFilter filter = new GPUImageOverlayColorBlendFilter(mVec4RedColor);
@dockusan
Please add to the sample
sample added !