Microsoft DirectX 9.0 SDK Update (October 2004)

BaseEffect.GetValueColorArray Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves an array of ColorValue structures.

Definition

Visual Basic .NET Public Function GetValueColorArray( _
    ByVal parameter As EffectHandle, _
    ByVal count As Integer _
) As ColorValue()
C# public ColorValue[] GetValueColorArray(
    EffectHandle parameter,
    int count
);
Managed C++ public: ColorValue GetValueColorArray(
    EffectHandle *parameter,
    int count
) __gc[];
JScript .NET public function GetValueColorArray(
    parameter : EffectHandle,
    count : int
) : ColorValue[];

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle associated with the color value array.
count System.Int32. Number of values in the returned array.

Return Value

Microsoft.DirectX.Direct3D.ColorValue[]. Array of ColorValue structures.

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

Effect, EffectCompiler

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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