Conquer Space 0.0.0
A space themed grand strategy game set in the near future, with realistic orbital mechanics, and an emphasis on economics and politics.
Namespaces | Functions
color.cpp File Reference
#include "core/util/color.h"
#include <sstream>

Namespaces

namespace  cqsp
 
namespace  cqsp::util
 

Functions

std::tuple< int, int, int > cqsp::util::HexToRgb (const std::string &str)
 
glm::vec3 cqsp::util::toHSL (const glm::vec3 rgb)
 
glm::vec3 cqsp::util::toRGB (const glm::vec3 hsl)