BaseEffect.GetValueColorArray Method

Language:

Retrieves an array of ColorValue structures.

Definition

Visual Basic Public Function GetValueColorArray( _
    ByVal parameter As EffectHandle, _
    ByVal count As Integer _
) As ColorValue()
C# public ColorValue[] GetValueColorArray(
    EffectHandle parameter,
    int count
);
C++ public:
array<ColorValue>^ GetValueColorArray(
    EffectHandleparameter,
    int count
);
JScript 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

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