Search Results for

    Show / Hide Table of Contents

    Interface IUniformHeatmapPaletteProvider

    Defines the interface to a uniform heat map PaletteProvide which allows to override heat map colors provided by com.scichart.charting.visuals.renderableSeries.FastUniformHeatmapRenderableSeries

    Implements
    renderableSeries.paletteProviders.IPaletteProvider
    Namespace:
    Assembly: .dll
    Syntax
    public interface IUniformHeatmapPaletteProvider extends renderableSeries.paletteProviders.IPaletteProvider

    Methods

    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

    Declaration
    public abstract boolean shouldSetColors()
    Returns
    Type Description
    boolean

    If true attached FastUniformHeatmapRenderableSeries should calculate its heat map colors

    Implements

    IPaletteProvider
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml