#ifndef COLOR_H #define COLOR_H #include #include #include "common/define.h" #include "render/pixelformat.h" /** * @brief High precision 32-bit float based RGBA color value */ class Color { public: Color() { for (int i=0;i