Language

TonemapPresetCurveType Enum

Definition

public enum TonemapPresetCurveType
type TonemapPresetCurveType = 
Inheritance
TonemapPresetCurveType

Fields

Name Value Description
Srgb 0

Tonemapping curve is defined by sRGB

Android reference for android.hardware.camera2.CameraMetadata.TONEMAP_PRESET_CURVE_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.

Rec709 1

Tonemapping curve is defined by ITU-R BT.709

Android reference for android.hardware.camera2.CameraMetadata.TONEMAP_PRESET_CURVE_REC709.

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