KiCad PCB EDA Suite
|
#include <plugins/3dapi/xv3d_types.h>
Go to the source code of this file.
Classes | |
union | COLOR_RGBA |
Functions | |
COLOR_RGBA | BlendColor (const COLOR_RGBA &aC1, const COLOR_RGBA &aC2) |
COLOR_RGBA | BlendColor (const COLOR_RGBA &aC1, const COLOR_RGBA &aC2, const COLOR_RGBA &aC3) |
COLOR_RGBA | BlendColor (const COLOR_RGBA &aC1, const COLOR_RGBA &aC2, const COLOR_RGBA &aC3, const COLOR_RGBA &aC4) |
COLOR_RGBA BlendColor | ( | const COLOR_RGBA & | aC1, |
const COLOR_RGBA & | aC2 | ||
) |
Definition at line 51 of file color_rgba.cpp.
References COLOR_RGBA::a, COLOR_RGBA::b, COLOR_RGBA::g, and COLOR_RGBA::r.
Referenced by RENDER_3D_RAYTRACE_BASE::renderPreview().
COLOR_RGBA BlendColor | ( | const COLOR_RGBA & | aC1, |
const COLOR_RGBA & | aC2, | ||
const COLOR_RGBA & | aC3 | ||
) |
Definition at line 62 of file color_rgba.cpp.
References COLOR_RGBA::a, COLOR_RGBA::b, COLOR_RGBA::g, and COLOR_RGBA::r.
COLOR_RGBA BlendColor | ( | const COLOR_RGBA & | aC1, |
const COLOR_RGBA & | aC2, | ||
const COLOR_RGBA & | aC3, | ||
const COLOR_RGBA & | aC4 | ||
) |
Definition at line 73 of file color_rgba.cpp.
References COLOR_RGBA::a, COLOR_RGBA::b, COLOR_RGBA::g, and COLOR_RGBA::r.