DataSpace.TransferGamma28 字段

定义

注意

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

显示 gamma 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
属性

注解

显示 gamma 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 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于