ColorTransfer Enum

Definition

public enum ColorTransfer
type ColorTransfer = 
Inheritance
ColorTransfer

Fields

Name Value Description
Linear 1

Linear transfer characteristic curve.

Android reference for android.media.MediaFormat.COLOR_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.

SdrVideo 3

SMPTE 170M transfer characteristic curve used by BT.601/BT.709/BT.2020. This is the curve used by most non-HDR video content.

Android reference for android.media.MediaFormat.COLOR_TRANSFER_SDR_VIDEO.

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.

St2084 6

SMPTE ST 2084 transfer function. This is used by some HDR video content.

Android reference for android.media.MediaFormat.COLOR_TRANSFER_ST2084.

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.

Hlg 7

ARIB STD-B67 hybrid-log-gamma transfer function. This is used by some HDR video content.

Android reference for android.media.MediaFormat.COLOR_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.

Remarks

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