Search Results for

    Show / Hide Table of Contents

    Class MeshColorPalette

    A MeshColorPalette is the base class for palettes for the SurfaceMeshRenderableSeries3D and FreeSurfaceRenderableSeries3D

    Inheritance
    java.lang.Object
    MeshColorPalette
    Inherited Members
    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 abstract class MeshColorPalette

    Constructors

    MeshColorPalette()

    Declaration
    public MeshColorPalette()

    Methods

    getTexture(int width, int height)

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

    Declaration
    public abstract Texture2D getTexture(int width, int height)
    Parameters
    Type Name Description
    int width

    The width of texture to create

    int height

    The height of texture to create

    Returns
    Type Description
    Texture2D

    The texture to apply to series

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