Creates an instance of the ShaderEffect
The SciChart WebAssembly Context containing native methods and access to our WebGL2 WebAssembly Drawing Engine
The native {@link SCRTSeriesEffect} instance that provides the shader effect
Optional parameters of type IShaderEffectOptions to configure the effect
Event handler for when properties change, signalling that the parent SciChartSurface needs to redraw
Gets or sets the color property as an HTML Color code
Gets or sets the color property as an HTML Color code
Gets or sets the intensity property
Gets or sets the intensity property
Gets or sets the range property
Gets or sets the range property
Gets the native {@link SCRTSeriesEffect} which contains the shader effect that will be applied in WebGL
Notifies subscribers to propertyChanged that a property has changed and the parent SciChartSurface needs to redraw
Convert the object to a definition that can be serialized to JSON, or used directly with the builder api
Generated using TypeDoc
A ShaderEffect can be applied to a RenderableSeries via the BaseRenderableSeries.effect property. The effect modifies the render output of the chart type.