次の方法で共有


DataSpace.TransferGamma22 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_2", 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 TransferGamma22 = 16777216;
[<Android.Runtime.Register("TRANSFER_GAMMA2_2", 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 TransferGamma22 : Android.Hardware.DataSpaceTransfer

Field Value

Value = 16777216
Attributes

Remarks

Display gamma 2.2.

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

Java documentation for android.hardware.DataSpace.TRANSFER_GAMMA2_2.

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