ColorValue.FillD3DColor(_D3DCOLORVALUE) Method (Microsoft.DirectX.Direct3D)

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.