BaseEffect.GetValueColor Method

Language:

Retrieves a ColorValue structure.

Definition

Visual Basic Public Function GetValueColor( _
    ByVal parameter As EffectHandle _
) As ColorValue
C# public ColorValue GetValueColor(
    EffectHandle parameter
);
C++ public:
ColorValue GetValueColor(
    EffectHandleparameter
);
JScript public function GetValueColor(
    parameter : EffectHandle
) : ColorValue;

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle
An EffectHandle associated with the color value.

Return Value

Microsoft.DirectX.Direct3D.ColorValue
A ColorValue structure.

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