Initializes a new instance of the ColoredVertex struct.

Namespace: VVVV.Utils.SlimDX
Assembly: VVVV.Utils3rdParty (in VVVV.Utils3rdParty.dll) Version: 1.0.4694.10872

Syntax

C#
public TransformedColoredVertex(
	Vector4 position,
	int color
)

Parameters

position
Type: Vector4
The position.
color
Type: System..::..Int32
The color.

See Also