Skip to content

Instantly share code, notes, and snippets.

@bitvale
Created January 7, 2019 13:37
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 bitvale/cb29b7145a40e58758a8db361e7a8eab to your computer and use it in GitHub Desktop.
Save bitvale/cb29b7145a40e58758a8db361e7a8eab to your computer and use it in GitHub Desktop.
For Medium article "The power of Android Porter/Duff Mode"
textPaint.apply {
// some other initialization
xfermode = PorterDuffXfermode(PorterDuff.Mode.DST_ATOP)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment