Color.hpp File Reference

Interface of the Color class. More...

Go to the source code of this file.

Namespaces

namespace  Gosu
namespace  Gosu::Colors

Classes

class  Gosu::Color
 Represents an ARGB color value with 8 bits for each channel. More...

Functions

bool Gosu::operator== (Color a, Color b)
bool Gosu::operator!= (Color a, Color b)
Color Gosu::interpolate (Color a, Color b, double weight=0.5)
Color Gosu::multiply (Color a, Color b)

Variables

const Color Gosu::Colors::none = 0x00000000
const Color Gosu::Colors::black = 0xff000000
const Color Gosu::Colors::gray = 0xff808080
const Color Gosu::Colors::white = 0xffffffff
const Color Gosu::Colors::red = 0xffff0000
const Color Gosu::Colors::green = 0xff00ff00
const Color Gosu::Colors::blue = 0xff0000ff
const Color Gosu::Colors::yellow = 0xffffff00
const Color Gosu::Colors::fuchsia = 0xffff00ff
const Color Gosu::Colors::cyan = 0xff00ffff


Detailed Description

Interface of the Color class.


Generated on Fri Sep 12 21:50:23 2008 for Gosu by  doxygen 1.5.5