MCPcopy Create free account
hub / github.com/SFML/SFML / Color

Method Color

include/SFML/Graphics/Color.hpp:49–49  ·  view source on GitHub ↗

/////////////////////////////////////////////////////// \brief Default constructor Constructs an opaque black color. It is equivalent to `sf::Color(0, 0, 0, 255)`. ///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

47 ///
48 ////////////////////////////////////////////////////////////
49 constexpr Color() = default;
50
51 ////////////////////////////////////////////////////////////
52 /// \brief Construct the color from its 4 RGBA components

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected