共用方式為


LensShadingMap.CopyGainFactors(Single[], Int32) 方法

定義

將這個鏡頭底紋地圖中數據列主要順序的所有增益因素複製到目的地。

[Android.Runtime.Register("copyGainFactors", "([FI)V", "")]
public void CopyGainFactors (float[]? destination, int offset);
[<Android.Runtime.Register("copyGainFactors", "([FI)V", "")>]
member this.CopyGainFactors : single[] * int -> unit

參數

destination
Single[]

數位夠大,足以在 之後保存至少 RggbChannelVector#COUNT 元素 offset

offset
Int32

陣列中的非負位移

屬性

例外狀況

如果 destinationnull

如果位移為負數

如果沒有足夠的空間可寫入指定目的地和位移的專案。

備註

將這個鏡頭底紋地圖中數據列主要順序的所有增益因素複製到目的地。

每個增益因數都會是 >= #MINIMUM_GAIN_FACTOR

android.hardware.camera2.params.LensShadingMap.copyGainFactors(float[], int)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於