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

Method Image

src/SFML/Graphics/Image.cpp:130–133  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

128{
129////////////////////////////////////////////////////////////
130Image::Image(Vector2u size, Color color)
131{
132 resize(size, color);
133}
134
135
136////////////////////////////////////////////////////////////

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected