Table of Contents

Class Heatmap.RenderStrategies.Bitmap

Namespace
ScottPlot.Plottables
Assembly
ScottPlot.dll

Create a bitmap in memory sized the same as the heatmap data, fill its pixels with colors according to the data and colormap, then render the heatmap as an image. This enables features like smoothing on most (but not all) platforms.

public class Heatmap.RenderStrategies.Bitmap : Heatmap.IRenderStrategy
Inheritance
Heatmap.RenderStrategies.Bitmap
Implements
Inherited Members
Extension Methods

Constructors

Bitmap()

Create a bitmap in memory sized the same as the heatmap data, fill its pixels with colors according to the data and colormap, then render the heatmap as an image. This enables features like smoothing on most (but not all) platforms.

public Bitmap()

Methods

Render(RenderPack, Heatmap)

public void Render(RenderPack rp, Heatmap hm)

Parameters

rp RenderPack
hm Heatmap