GainmapDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 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 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. |