Euphoria
rgb_blend.cc File Reference
#include "core/rgb_blend.h"
#include <cstdint>
#include "assert/assert.h"
#include "base/cint.h"

Go to the source code of this file.

Namespaces

 eu
 
 eu::core
 

Functions

Rgb eu::core::blend (const Rgb &top, const Rgb &bottom, BlendMode mode)
 
Rgba eu::core::blend (const Rgba &top, const Rgba &bottom, BlendMode mode)
 
Rgbi eu::core::blend (const Rgbi &top, const Rgbi &bottom, BlendMode mode)
 
Rgbai eu::core::blend (const Rgbai &top, const Rgbai &bottom, BlendMode mode)