DataSpace.TransferGamma28 フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Hardware.DataSpaceTransfer enum directly instead of this field.

ガンマ 2 を表示します。

[Android.Runtime.Register("TRANSFER_GAMMA2_8", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceTransfer enum directly instead of this field.", true)]
public const Android.Hardware.DataSpaceTransfer TransferGamma28 = 25165824;
[<Android.Runtime.Register("TRANSFER_GAMMA2_8", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.DataSpaceTransfer enum directly instead of this field.", true)>]
val mutable TransferGamma28 : Android.Hardware.DataSpaceTransfer

フィールド値

Value = 25165824
属性

注釈

ガンマ 2.8 を表示します。

{@code
            Transfer characteristic curve:
            E = L ^ (1/2.8)
                L - luminance of image 0 <= L <= 1 for conventional colorimetry
                E - corresponding electrical signal}

android.hardware.DataSpace.TRANSFER_GAMMA2_8Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象