Quantum 3
3.0.13
The rendering of a marker series. More...
Public Member Functions | |
| void | SetColors (params Color[] colors) |
| Set the marker colors in the material. Must have certain color fields: _Marker{0}Color. More... | |
Public Member Functions inherited from Quantum.Profiling.QuantumGraphSeries | |
| void | Initialize () |
| void | Restore () |
| virtual void | SetValues (float[] values, int offset, int samples) |
| Set the values to render More... | |
Additional Inherited Members | |
Public Attributes inherited from Quantum.Profiling.QuantumGraphSeries | |
| int | Samples => _samples |
| Returns the number of samples that can be displayed. More... | |
Protected Member Functions inherited from Quantum.Profiling.QuantumGraphSeries | |
| virtual void | OnInitialize () |
| virtual void | OnRestore () |
Protected Attributes inherited from Quantum.Profiling.QuantumGraphSeries | |
| Material | _material |
| The material to render the graph. More... | |
| int | _samples = 300 |
| The number of samples that are displayed. More... | |
| Image | _targetImage |
| The target image to render the graphs in. More... | |
| float[] | _values |
| The values to render. More... | |
| int | _valuesShaderPropertyID |
| Cache shared property. More... | |
The rendering of a marker series.
|
inline |
Set the marker colors in the material. Must have certain color fields: _Marker{0}Color.
| colors | Color parameter |