
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
SCIBrushColorPalette
class.Declaration
Objective-C
- (nonnull instancetype)initWithBrushStyle:(nonnull SCIBrushStyle *)brushStyle;
Parameters
brushStyle
The
SCIBrushStyle
to use.