Skip to content

Instantly share code, notes, and snippets.

@EHG613
Created December 13, 2021 04:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EHG613/48c159dc78156d669c17a068ff1e3f73 to your computer and use it in GitHub Desktop.
Save EHG613/48c159dc78156d669c17a068ff1e3f73 to your computer and use it in GitHub Desktop.
Paint paint=new Paint();
ColorMatrix cm = new ColorMatrix();
cm.setSaturation(0);
paint.setColorFilter(new ColorMatrixColorFilter(cm));
getWindow().getDecorView().setLayerType(View.LAYER_TYPE_HARDWARE,paint);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment