D3DXCOLORADD function

xiaoxiao2021-03-06  61

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

转载请注明原文地址:https://www.9cbs.com/read-112320.html

New Post(0)