am 6005f9e5
: am 15d68941
: Merge "[RenderScript] Add docs advising users about dstAtop bug." into mnc-dev
* commit '6005f9e5ae8e15e598d7bcb9667f1289e1d8c4fe': [RenderScript] Add docs advising users about dstAtop bug.
This commit is contained in:
@ -360,6 +360,8 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic {
|
||||
/**
|
||||
* 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
|
||||
@ -371,6 +373,8 @@ public class ScriptIntrinsicBlend extends ScriptIntrinsic {
|
||||
/**
|
||||
* 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
|
||||
|
Reference in New Issue
Block a user