Merge "Pass ColorSpace along with HardwareBuffers" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
6e5efabcfd
@@ -2197,8 +2197,12 @@ public final class Bitmap implements Parcelable {
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
* @return {@link GraphicBuffer} which is internally used by hardware bitmap
|
||||
*
|
||||
* Note: the GraphicBuffer does *not* have an associated {@link ColorSpace}.
|
||||
* To render this object the same as its rendered with this Bitmap, you
|
||||
* should also call {@link getColorSpace}.
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@UnsupportedAppUsage
|
||||
|
||||
Reference in New Issue
Block a user