ILNumerics Ultimate VS

ColorsBuffer Methods

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development

The ColorsBuffer type exposes the following members.

Methods

  NameDescription
Public methodCopy
Copy this colors buffer. (lazy copy sharing the source data)

[ILNumerics Visualization Engine]

(Overrides BufferTCopy.)
Public methodDispose (Inherited from BufferT.)
Public methodGetColorAt
Gets the color at index i as Color struct.

[ILNumerics Visualization Engine]

Public methodGetVector3At
Gets the color at index i as Vector3 struct.

[ILNumerics Visualization Engine]

Public methodGetVector4At
Gets the color at index i as Vector4 struct.

[ILNumerics Visualization Engine]

Protected methodOnChanged(BufferChangedEventArgs) (Inherited from BufferBase.)
Protected methodOnChanged(Int32, Int32, ChangeQueueActions) (Inherited from BufferBase.)
Protected methodOnDisposing (Inherited from BufferBase.)
Protected methodTargetChanged_Handler (Inherited from BufferT.)
Public methodUpdate(BaseArraySingle)
Update all data of this colors buffer.

[ILNumerics Visualization Engine]

(Overrides BufferTUpdate(BaseArrayT).)
Public methodUpdate(Int32, Color)
Updates a single color in this color buffer, corresponding to a single vertex color.

[ILNumerics Visualization Engine]

Public methodUpdate(Int32, Int32, InArrayT) (Inherited from BufferT.)
Public methodUpdate(Int32, Double, Double, Double, Double)
Updates a single color in this color buffer, provide individual color components.

[ILNumerics Visualization Engine]

Top
See Also

Reference