PrtEngine.GetVertexAlbedo Method

Language:

Retrieves albedo values of the mesh vertices.

Definition

Visual Basic Public Function GetVertexAlbedo( _
    ByVal numberVerts As Integer _
) As ColorValue()
C# public ColorValue[] GetVertexAlbedo(
    int numberVerts
);
C++ public:
array<ColorValue>^ GetVertexAlbedo(
    int numberVerts
);
JScript public function GetVertexAlbedo(
    numberVerts : int
) : ColorValue[];

Parameters

numberVerts System.Int32
Number of vertices in the mesh.

Return Value

Microsoft.DirectX.Direct3D.ColorValue[]
A ColorValue array that contains albedo values of the mesh vertices.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.
OutOfMemoryException Leave Site Microsoft Direct3D could not allocate sufficient memory to complete the call.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center