Search Results for

    Show / Hide Table of Contents

    Class SolidColorBrushPalette

    Defines a color palette with single color which can be used with SurfaceMeshRenderableSeries3D and FreeSurfaceRenderableSeries3D e.g. to give a height-map at runtime.

    Inheritance
    java.lang.Object
    renderableSeriesMeshColorPalette
    SolidColorBrushPalette
    Inherited Members
    renderableSeriesMeshColorPalette.getTexture(int,int)
    Object.clone()
    Object.equals(Object)
    Object.finalize()
    Object.getClass()
    Object.hashCode()
    Object.notify()
    Object.notifyAll()
    Object.toString()
    Object.wait()
    Object.wait(long)
    Object.wait(long,int)
    Namespace:
    Assembly: .dll
    Syntax
    public class SolidColorBrushPalette extends renderableSeriesMeshColorPalette

    Constructors

    SolidColorBrushPalette(int color)

    Creates a new instance of SolidColorBrushPalette class

    Declaration
    public SolidColorBrushPalette(int color)
    Parameters
    Type Name Description
    int color

    The color to use by palette

    Methods

    getTexture(int width, int height)

    Gets the Texture2D to apply to the SurfaceMeshRenderableSeries3D and FreeSurfaceRenderableSeries3D, given the size passed in

    Declaration
    public Texture2D getTexture(int width, int height)
    Parameters
    Type Name Description
    int width
    int height
    Returns
    Type Description
    Texture2D
    Overrides
    MeshColorPalette.getTexture(int width, int height)
    Back to top © 2011-2025 SciChart. All rights reserved. | sitemap.xml