IntelligenceX

API Reference

Class

HeatmapPalette

Namespace IntelligenceX.Visualization.Heatmaps
Assembly IntelligenceX
Modifiers sealed

Represents palette settings used by the shared SVG renderer.

Inheritance

  • Object
  • HeatmapPalette

Constructors

public HeatmapPalette(String backgroundColor, String panelColor, String textColor, String mutedTextColor, String emptyColor, IReadOnlyList<String> intensityColors) #

Parameters

backgroundColor String requiredposition: 0
panelColor String requiredposition: 1
textColor String requiredposition: 2
mutedTextColor String requiredposition: 3
emptyColor String requiredposition: 4
intensityColors IReadOnlyList<String> requiredposition: 5

Methods

public static HeatmapPalette ChatGptDark() #
Returns: HeatmapPalette
public String GetIntensityColor(Int32 level) #
Returns: String

Parameters

level Int32 requiredposition: 0
public static HeatmapPalette GitHubLight() #
Returns: HeatmapPalette
public JsonObject ToJson() #
Returns: JsonObject

Properties

public String BackgroundColor { get; } #
public IReadOnlyList<String> IntensityColors { get; } #