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