ColorValue.FillD3DColor Method

Language:

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

Definition

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

Parameters

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

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