Gnash  0.8.10
Namespaces | Functions
RGBA.cpp File Reference
#include "RGBA.h"
#include <sstream>
#include "GnashNumeric.h"
#include "log.h"

Namespaces

namespace  gnash
 

Anonymous namespace for callbacks, local functions, event handlers etc.


Functions

rgba gnash::lerp (const rgba &a, const rgba &b, float f)
 Used for morphing.
rgba gnash::colorFromHexString (const std::string &color)
 Create an RGBA value from a hex string (e.g. FF0000)
std::ostream & gnash::operator<< (std::ostream &os, const rgba &r)