Enum HeatmapColorScheme
The color scheme that the divergence heatmap will be displayed in.
Namespace: UnityEngine.TestTools.Graphics
Assembly: UnityEngine.TestTools.Graphics.dll
Syntax
public enum HeatmapColorScheme
Fields
| Name | Description |
|---|---|
| BlueYellow | ƒ A blue-yellow color scheme where blue=0 and yellow=1 |
| Grayscale | A grayscale color scheme where black=0 and white=1 |
| GreenRed | A red-green color scheme where green=0 and red=1 |