DataSpace.TransferLinear Field

Definition

Caution

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

Linear transfer.

[Android.Runtime.Register("TRANSFER_LINEAR", 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 TransferLinear = 4194304;
[<Android.Runtime.Register("TRANSFER_LINEAR", 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 TransferLinear : Android.Hardware.DataSpaceTransfer

Field Value

Value = 4194304
Attributes

Remarks

Linear transfer.

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

Java documentation for android.hardware.DataSpace.TRANSFER_LINEAR.

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