API Reference
Class
HeatmapPalette
Represents palette settings used by the shared SVG renderer.
Inheritance
- Object
- HeatmapPalette
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property HeatmapDocument.Palette
- Method HeatmapPalette.ChatGptDark
- Method HeatmapPalette.GitHubLight
- Property UsageHeatmapDocumentOptions.Palette
- Property UsageTelemetryHeatmapOptions.Palette
Accepted by parameters
- Constructor HeatmapDocument.HeatmapDocument
Constructors
public HeatmapPalette(String backgroundColor, String panelColor, String textColor, String mutedTextColor, String emptyColor, IReadOnlyList<String> intensityColors) #Parameters
- backgroundColor String
- panelColor String
- textColor String
- mutedTextColor String
- emptyColor String
- intensityColors IReadOnlyList<String>
Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object