HeatmapColorMode🔗Controls the color mode of the heatmapDefinition🔗class HeatmapColorMode(enum.StrEnum): """ Controls the color mode of the heatmap """ OPACITY = "opacity" SCHEME = "scheme"