/////////////////////////////////////////////////////// \brief Default constructor Constructs an opaque black color. It is equivalent to `sf::Color(0, 0, 0, 255)`. ///////////////////////////////////////////////////////
| 47 | /// |
| 48 | //////////////////////////////////////////////////////////// |
| 49 | constexpr Color() = default; |
| 50 | |
| 51 | //////////////////////////////////////////////////////////// |
| 52 | /// \brief Construct the color from its 4 RGBA components |
nothing calls this directly
no outgoing calls
no test coverage detected