Fix javadoc typo for Bitmap.Config.RGBA_F16
Signed-off-by: Piotr Fusik <piotr.fusik@gmail.com> Change-Id: I5152f9888eeb9f0ece6e89b51e25905b175e906a
This commit is contained in:
@@ -519,7 +519,7 @@ public final class Bitmap implements Parcelable {
|
||||
ARGB_8888 (5),
|
||||
|
||||
/**
|
||||
* Each pixels is stored on 8 bytes. Each channel (RGB and alpha
|
||||
* Each pixel is stored on 8 bytes. Each channel (RGB and alpha
|
||||
* for translucency) is stored as a
|
||||
* {@link android.util.Half half-precision floating point value}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user