Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "[RenderScript] Add docs advising users about dstAtop bug for s…
Browse files Browse the repository at this point in the history
…upport lib."
  • Loading branch information
miaowang14 authored and Gerrit Code Review committed Jul 20, 2015
2 parents af2a0a7 + 086772f commit a02a127
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -258,6 +258,8 @@ public Script.KernelID getKernelIDSrcAtop() {
/**
* dst = dst.rgb * src.a + (1.0 - dst.a) * src.rgb
* dst.a = src.a
* Note: Before API 23, the alpha channel was not correctly set.
* Please use with caution when targeting older APIs.
*
* @param ain The source buffer
* @param aout The destination buffer
Expand Down

0 comments on commit a02a127

Please sign in to comment.