summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/color.h
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace and language changePiotr Dziwinski2012-06-261-6/+6
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* Templates for new implementationPiotr Dziwinski2012-06-221-8/+11
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Struct ColorHSV copied to color.hProgramerus2012-06-201-0/+11
|
* Struct ColorProgramerus2012-06-201-5/+8
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-2/+4
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Split math functions; beginning of common structuresPiotr Dziwinski2012-04-281-0/+31