TonemapMode 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.
Enumerates values returned by the ContrastCurve, Fast, and HighQuality members.
public enum TonemapMode
type TonemapMode =
- Inheritance
-
TonemapMode
Fields
| Name | Value | Description |
|---|---|---|
| ContrastCurve | 0 | Use the tone mapping curve specified in the android.tonemap.curve* entries. All color enhancement and tonemapping must be disabled, except for applying the tonemapping curve specified by android.tonemap.curve. Must not slow down frame rate relative to raw sensor output. 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. |
| Fast | 1 | Advanced gamma mapping and color enhancement may be applied, without reducing frame rate compared to raw sensor output. 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. |
| HighQuality | 2 | High-quality gamma mapping and color enhancement will be applied, at the cost of possibly reduced frame rate compared to raw sensor output. 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. |
| GammaValue | 3 | Use the gamma value specified in android.tonemap.gamma to perform tonemapping. All color enhancement and tonemapping must be disabled, except for applying the tonemapping curve specified by android.tonemap.gamma. Must not slow down frame rate relative to raw sensor output. 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. |
| PresetCurve | 4 | Use the preset tonemapping curve specified in android.tonemap.presetCurve to perform tonemapping. All color enhancement and tonemapping must be disabled, except for applying the tonemapping curve specified by android.tonemap.presetCurve. Must not slow down frame rate relative to raw sensor output. 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. |
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.