Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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