GainmapDirection Enum

Definition

public enum GainmapDirection
type GainmapDirection = 
Inheritance
GainmapDirection

Fields

Name Value Description
SdrToHdr 0

The gainmap will be applied as if the base image were SDR, and fully applying the gainmap results in an HDR image.

Android reference for android.graphics.Gainmap.GAINMAP_DIRECTION_SDR_TO_HDR.

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.

HdrToSdr 1

The gainmap will be applied as if the base image were HDR, and fully applying the gainmap results in an SDR image.

Android reference for android.graphics.Gainmap.GAINMAP_DIRECTION_HDR_TO_SDR.

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