Image.hpp File Reference
#include <etk/types.hpp>
#include <vector>
#include <etk/math/Vector2D.hpp>
#include <etk/Color.hpp>
#include <etk/stdTools.hpp>
#include <ememory/memory.hpp>

Go to the source code of this file.

Classes

class  egami::ImagePrivate
 
class  egami::Image
 

Enumerations

enum  colorType {
  undefined, RGBA8, RGB8, RGBAf,
  RGBf, unsignedInt16, unsignedInt32, float32,
  float64
}
 

Functions

std::ostream & egami::operator<< (std::ostream &_os, const enum egami::colorType _obj)
 

Detailed Description

Author
Edouard DUPIN
Note
License: APACHE v2.0 (see license file)