다음을 통해 공유


DataSpace.TransferGamma26 Field

Definition

Caution

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

Display gamma 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

Field Value

Value = 20971520
Attributes

Remarks

Display gamma 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}

Java documentation for android.hardware.DataSpace.TRANSFER_GAMMA2_6.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to