MinGfx Toolkit  1.0
A minimal library for writing cross-platform (Windows, OSX, linux) graphics programs.
Classes | Namespaces | Functions
color.h File Reference
#include <iostream>
#include <vector>

Go to the source code of this file.

Classes

class  mingfx::Color
 Represents a 4-component (R,G,B,A) color, stored internally in a float array to be compatable with OpenGL. More...
 

Namespaces

 mingfx
 Namespace for the MinGfx Toolkit.
 

Functions

std::ostream & mingfx::operator<< (std::ostream &os, const Color &c)
 
std::istream & mingfx::operator>> (std::istream &is, Color &c)