![]() |
![]() |
![]() |
BaseEffect.GetValueColorArray Method |
Language: |
Retrieves an array of ColorValue structures.
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(
EffectHandle^ parameter,
int count
);JScript public function GetValueColorArray(
parameter : EffectHandle,
count : int
) : ColorValue[];
parameter Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle associated with the color value array.count System.Int32
Number of values in the returned array.
Microsoft.DirectX.Direct3D.ColorValue[]
Array of ColorValue structures.
Exceptions
InvalidCallException The call is invalid.
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