Gnash  0.8.11dev
Classes | Namespaces | Functions
RGBA.h File Reference
#include <string>
#include <cstdint>
#include "dsodefs.h"

Go to the source code of this file.

Classes

class  gnash::rgba
 A basic RGBA type. More...
 

Namespaces

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

Functions

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