public interface IUniformHeatmapPaletteProvider extends IPaletteProvider
FastUniformHeatmapRenderableSeries
Modifier and Type | Method and Description |
---|---|
boolean |
shouldSetColors()
Gets the value indicating whether
FastUniformHeatmapRenderableSeries should calculate colors for its render pass data
If returns false UniformHeatmapRenderPassData.zColors will contain indices instead of colors and palette provider will need to set each color manually
If returns true UniformHeatmapRenderPassData.zColors will contain transformed colors and palette provider can update only desired pixels |
update
boolean shouldSetColors()
FastUniformHeatmapRenderableSeries
should calculate colors for its render pass data
If returns false UniformHeatmapRenderPassData.zColors
will contain indices instead of colors and palette provider will need to set each color manually
If returns true UniformHeatmapRenderPassData.zColors
will contain transformed colors and palette provider can update only desired pixelsFastUniformHeatmapRenderableSeries
should calculate its heat map colors