VertexPositionColored
Constructor
Description:
Constructs the vertex from a point and a color.
Constructs the vertex from a point and a color.
Parameters
Parameter | Type | Description |
---|---|---|
position | XYZ | The vertex's position. |
color | ColorWithTransparency | The vertex's color. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |