|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <d3dx9math.h>
Public Attributes | |
| FLOAT | r |
| FLOAT | g |
| FLOAT | b |
| FLOAT | a |
Definition at line 224 of file d3dx9math.h.
| FLOAT D3DXCOLOR::a |
Definition at line 262 of file d3dx9math.h.
Referenced by compare_color(), compute_shader_probe9(), D3DXColorAdjustContrast(), D3DXColorAdjustSaturation(), and D3DXColorTest().
| FLOAT D3DXCOLOR::b |
Definition at line 262 of file d3dx9math.h.
Referenced by compare_color(), compute_shader_probe9(), D3DXColorAdjustContrast(), D3DXColorAdjustSaturation(), and D3DXColorTest().
| FLOAT D3DXCOLOR::g |
Definition at line 262 of file d3dx9math.h.
Referenced by compare_color(), compute_shader_probe9(), D3DXColorAdjustContrast(), D3DXColorAdjustSaturation(), and D3DXColorTest().
| FLOAT D3DXCOLOR::r |
Definition at line 262 of file d3dx9math.h.
Referenced by compare_color(), compute_shader_probe9(), D3DXColorAdjustContrast(), D3DXColorAdjustSaturation(), and D3DXColorTest().