次の方法で共有


DataSpace.TransferHlg Field

Definition

Caution

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

ARIB STD-B67 Hybrid Log Gamma.

[Android.Runtime.Register("TRANSFER_HLG", 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 TransferHlg = 33554432;
[<Android.Runtime.Register("TRANSFER_HLG", 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 TransferHlg : Android.Hardware.DataSpaceTransfer

Field Value

Value = 33554432
Attributes

Remarks

ARIB STD-B67 Hybrid Log Gamma.

{@code
            Transfer characteristic curve:
            E = r * L^0.5                 for 0 <= L <= 1
              = a * ln(L - b) + c         for 1 < L
            a = 0.17883277
            b = 0.28466892
            c = 0.55991073
            r = 0.5
                L - luminance of image 0 <= L for HDR colorimetry. L = 1 corresponds
                    to reference white level of 100 cd/m2
                E - corresponding electrical signal}

Java documentation for android.hardware.DataSpace.TRANSFER_HLG.

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