DataSpace.TransferGamma26 フィールド

定義

注意事項

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_6", 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 TransferGamma26 = 20971520;
[<Android.Runtime.Register("TRANSFER_GAMMA2_6", 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 TransferGamma26 : Android.Hardware.DataSpaceTransfer

フィールド値

Value = 20971520
属性

注釈

ガンマ 2.6 を表示します。

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

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

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

適用対象