57 return ! (*
this ==
_value);
91 return Colour( (
unsigned char)(
result >> 16 ) / 256.0f, (
unsigned char)(
result >> 8 ) / 256.0f, (
unsigned char)(
result ) / 256.0f );
133 std::istringstream
stream(value);
bool operator!=(Colour const &_value) const
std::string print() const
static Colour parse(const std::string &_value)
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
Colour & operator=(Colour const &_value)