Microsoft DirectX 9.0 SDK Update (October 2004)

ColorValue.FillD3DColor Method

Language:

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

Fills a _D3DCOLORVALUE structure with the color values of the current instance.

Definition

Visual Basic .NET Public Sub FillD3DColor( _
    ByVal pColor As _D3DCOLORVALUE _
)
C# public void FillD3DColor(
    _D3DCOLORVALUE pColor
);
Managed C++ public: void FillD3DColor(
    _D3DCOLORVALUE pColor
);
JScript .NET public function FillD3DColor(
    pColor : _D3DCOLORVALUE
);

Parameters

pColor Microsoft.DirectX.PrivateImplementationDetails._D3DCOLORVALUE. A _D3DCOLORVALUE structure to contain the current color values.

© 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