KiCad PCB EDA Suite
Loading...
Searching...
No Matches
color_rgba.cpp File Reference
#include "color_rgba.h"

Go to the source code of this file.

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)
 

Function Documentation

◆ BlendColor() [1/3]

COLOR_RGBA BlendColor ( const COLOR_RGBA aC1,
const COLOR_RGBA aC2 
)

◆ BlendColor() [2/3]

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.

◆ BlendColor() [3/3]

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.