iOS & macOS Charting Documentation - SciChart iOS & macOS Charts SDK v4.x
SCIBrushColorPalette
@interface SCIBrushColorPalette : SCIMeshColorPalette
Defines a color palette converted from SCIBrushStyle which can be used with SCISurfaceMeshRenderableSeries3D and SCIFreeSurfaceRenderableSeries3D e.g. to give a height-map at runtime.
-
Creates a new instance of
SCIBrushColorPaletteclass.Declaration
Objective-C
- (nonnull instancetype)initWithBrushStyle:(nonnull SCIBrushStyle *)brushStyle;Swift
init(brushStyle: SCIBrushStyle)Parameters
brushStyleThe
SCIBrushStyleto use.
View on GitHub