D3DXCOLORADD FUNCTION
Add two color values and return this combined value.
definition:
D3DXColor * D3DXCOLORADD (D3DxColor * Pout,
Const d3dxcolor * PC1,
Const d3dxcolor * pc2
);
parameter:
pout
[IN, OUT] returns to a D3DxColor structure.
PC1
[in] input pointing to one
D3dxColor structure.
PC2
[in] input pointing to one
D3dxColor structure.
return value:
This function returns the result of two color values.
Description:
By returning the value, this function can be used as a parameter of another function.
Function information:
Headerd3dx9math.himport libraryd3dx9.libminimum operation systemswindows 98
See Also
D3DXColorModulate, D3DXColorsubtract