|
DirectX 5 Redocumentation
A redocumentation of DirectX 5, brought to you by a bunch of Infomaniacs.
|
#include <d3dtypes.h>
Data Fields | |
| union { | |
| D3DVALUE r | |
| D3DVALUE dvR | |
| }; | |
| union { | |
| D3DVALUE g | |
| D3DVALUE dvG | |
| }; | |
| union { | |
| D3DVALUE b | |
| D3DVALUE dvB | |
| }; | |
| union { | |
| D3DVALUE a | |
| D3DVALUE dvA | |
| }; | |
| union { ... } _D3DCOLORVALUE::@1 |
| union { ... } _D3DCOLORVALUE::@3 |
| union { ... } _D3DCOLORVALUE::@5 |
| union { ... } _D3DCOLORVALUE::@7 |
| D3DVALUE _D3DCOLORVALUE::a |
| D3DVALUE _D3DCOLORVALUE::b |
| D3DVALUE _D3DCOLORVALUE::dvA |
| D3DVALUE _D3DCOLORVALUE::dvB |
| D3DVALUE _D3DCOLORVALUE::dvG |
| D3DVALUE _D3DCOLORVALUE::dvR |
| D3DVALUE _D3DCOLORVALUE::g |
| D3DVALUE _D3DCOLORVALUE::r |