Microsoft DirectX 9.0 SDK Update (October 2004)

BaseEffect.GetValueColor Method

Language:

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

Retrieves a ColorValue structure.

Definition

Visual Basic .NET Public Function GetValueColor( _
    ByVal parameter As EffectHandle _
) As ColorValue
C# public ColorValue GetValueColor(
    EffectHandle parameter
);
Managed C++ public: ColorValue GetValueColor(
    EffectHandle *parameter
);
JScript .NET 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

© 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