BCB-Tools.com
Home of
RAD DirectX
...
Please Register
So we can
create more
the TDx_Library
the TDx9_Library
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'D3DCOLORVALUE'
|
|
If you would like to submit additions or improvements to this page, click: admin@bcb-tools.com.
D3DCOLORVALUE
[ TDx_3DI_Library ]
[ next: D3DCULL ]
[ prev: D3DCOLORMODEL ]
The definition of the internal DirectX D3DCOLORVALUE object is as follows:
struct D3DCOLORVALUE {
union {
D3DVALUE r;
D3DVALUE dvR;
};
union {
D3DVALUE g;
D3DVALUE dvG;
};
union {
D3DVALUE b;
D3DVALUE dvB;
};
union {
D3DVALUE a;
D3DVALUE dvA;
};
};
|
|