iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x

SCISolidColorBrushPalette

@interface SCISolidColorBrushPalette : SCIBrushColorPalette

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

  • Creates a new instance of SCISolidColorBrushPalette class.

    Declaration

    Objective-C

    - (nonnull instancetype)initWithColor:(unsigned int)color;

    Swift

    init(color: UInt32)

    Parameters

    color

    The color to use by palette