Share via


Mesh.VertexColors Property

Gets the collection of vertex colors. Each color has a corresponding vertex with the same index.

Syntax

public:
property IVector<uint32>^ VertexColors {
         IVector<uint32>^ get ();
}
public IList<uint>VertexColors { get; }
var vertexColors = mesh.vertexColors;

Property value

[C++] 
[C#] 
[JavaScript] 

Type: IVector<uint32>
Type: IList<uint>
Type: IVector<Number>

 

The collection of vertex colors.

Requirements

Namespace: Microsoft.Kinect.Fusion

Metadata: microsoft.kinect.fusion.winmd

See also

Reference

Mesh Class
Microsoft.Kinect.Fusion Namespace