93 return !(*
this == other);
Floating point color description class (for float).
Definition: color.h:798
Colorgradient description class.
Definition: gradient.h:40
bool operator!=(const Gradient &other) const
Compares gradient to another one.
Definition: gradient.h:91
Colorf bottom_right
Color of bottom right corner of gradient.
Definition: gradient.h:81
Gradient(const Colorf &top_left, const Colorf &top_right, const Colorf &bottom_left, const Colorf &bottom_right)
Constructs a color gradient.
Definition: gradient.h:54
Gradient(const Colorf &first_color, const Colorf &second_color)
Constructs a Gradient.
Definition: gradient.h:65
Gradient()
Constructs a color gradient.
Definition: gradient.h:44
Colorf top_right
Color of top right corner of gradient.
Definition: gradient.h:75
bool operator==(const Gradient &other) const
Compares gradient to another one.
Definition: gradient.h:84
Colorf bottom_left
Color of bottom left corner of gradient.
Definition: gradient.h:78
Colorf top_left
Color of top left corner of gradient.
Definition: gradient.h:72