|
ReactOS 0.4.17-dev-934-g091855f
|
#include <d2dbasetypes.h>
Public Attributes | |
| float | r |
| float | g |
| float | b |
| float | a |
Definition at line 23 of file d2dbasetypes.h.
| float D3DCOLORVALUE::a |
Definition at line 28 of file d2dbasetypes.h.
Referenced by check_colorvalue_(), D2D1ConvertColorSpace(), d2d_brush_fill_cb(), d2d_device_context_Clear(), d2d_gradient_create(), d3drm_normalize_d3d_color(), and debug_d2d_color_f().
| float D3DCOLORVALUE::b |
Definition at line 27 of file d2dbasetypes.h.
Referenced by check_colorvalue_(), D2D1ConvertColorSpace(), d2d_brush_fill_cb(), d2d_gradient_create(), d3drm_normalize_d3d_color(), and debug_d2d_color_f().
| float D3DCOLORVALUE::g |
Definition at line 26 of file d2dbasetypes.h.
Referenced by check_colorvalue_(), D2D1ConvertColorSpace(), d2d_brush_fill_cb(), d2d_gradient_create(), d3drm_normalize_d3d_color(), and debug_d2d_color_f().
| float D3DCOLORVALUE::r |
Definition at line 25 of file d2dbasetypes.h.
Referenced by check_colorvalue_(), D2D1ConvertColorSpace(), d2d_brush_fill_cb(), d2d_gradient_create(), d3drm_normalize_d3d_color(), and debug_d2d_color_f().