123 std::istringstream
stream(value);
constexpr float ALPHA_MAX
static Colour parse(std::string_view _value)
bool operator!=(Colour const &_value) const
std::string print() const
static const Colour Green
static std::istream & operatorShiftRight(std::istream &_stream, Colour &_value)
void set(float _red, float _green, float _blue, float _alpha=1)
static const Colour White
static std::ostream & operatorShiftLeft(std::ostream &_stream, const Colour &_value)
bool operator==(Colour const &_value) const
static const Colour Black