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