Share via


DataSpace.TransferSrgb Field

Definition

Caution

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

sRGB transfer.

[Android.Runtime.Register("TRANSFER_SRGB", 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 TransferSrgb = 8388608;
[<Android.Runtime.Register("TRANSFER_SRGB", 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 TransferSrgb : Android.Hardware.DataSpaceTransfer

Field Value

Value = 8388608
Attributes

Remarks

sRGB transfer.

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

Use for RGB formats.

Java documentation for android.hardware.DataSpace.TRANSFER_SRGB.

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