ImageFormat.FlexRgba8888 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.
多平面 Android RGBA 格式
[Android.Runtime.Register("FLEX_RGBA_8888", ApiSince=23)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)]
public const Android.Graphics.ImageFormatType FlexRgba8888 = 42;
[<Android.Runtime.Register("FLEX_RGBA_8888", ApiSince=23)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Graphics.ImageFormatType enum directly instead of this field.", true)>]
val mutable FlexRgba8888 : Android.Graphics.ImageFormatType
欄位值
Value = 42- 屬性
備註
多平面 Android RGBA 格式
此格式是一般 RGBA 格式,可描述大部分 RGBA 格式,每個色彩樣本有 8 位。
此格式的影像一律以四個不同的數據緩衝區表示,每個色彩平面各一個。 其他資訊一律會伴隨緩衝區,描述每個平面的數據列步幅和圖元步幅。
保證所傳回 android.media.Image#getPlanes() Image#getPlanes()
陣列中的平面順序,讓平面 #0 一律為 R(紅色)、平面 #1 一律為 G(綠色)、平面 #2 一律為 B(藍色),而平面 #3 一律為 A(Alpha)。 此格式可能代表預乘或非預乘 Alpha。
這四個平面都保證具有相同的數據列步幅和圖元步幅。
例如,android.media.Image
物件可以透過物件提供這個格式android.media.MediaCodec
android.media.MediaCodec#getOutputImage
的數據。
的 android.graphics.ImageFormat.FLEX_RGBA_8888
Java 檔。
此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。