ILNumerics - Technical Application Development
Top
The ColorsBuffer type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Copy |
Copy this colors buffer. (lazy copy sharing the source data)
(Overrides BufferTCopy.)[ILNumerics Visualization Engine] | |
| Dispose | (Inherited from BufferT.) | |
| GetColorAt |
Gets the color at index i as Color struct.
[ILNumerics Visualization Engine] | |
| GetVector3At | ||
| GetVector4At | ||
| OnChanged(BufferChangedEventArgs) | (Inherited from BufferBase.) | |
| OnChanged(Int32, Int32, ChangeQueueActions) | (Inherited from BufferBase.) | |
| OnDisposing | (Inherited from BufferBase.) | |
| TargetChanged_Handler | (Inherited from BufferT.) | |
| Update(BaseArraySingle) |
Update all data of this colors buffer.
(Overrides BufferTUpdate(BaseArrayT).)[ILNumerics Visualization Engine] | |
| Update(Int32, Color) |
Updates a single color in this color buffer, corresponding to a single vertex color.
[ILNumerics Visualization Engine] | |
| Update(Int32, Int32, InArrayT) | (Inherited from BufferT.) | |
| Update(Int32, Double, Double, Double, Double) |
Updates a single color in this color buffer, provide individual color components.
[ILNumerics Visualization Engine] |
See Also