MCPcopy Create free account
hub / github.com/alandefreitas/matplotplusplus / draw_background

Method draw_background

source/matplot/backend/backend_interface.cpp:176–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174 [[maybe_unused]] unsigned int new_position_y) {}
175
176 void backend_interface::draw_background(
177 [[maybe_unused]] const std::array<float, 4> &color) {}
178
179 void backend_interface::draw_rectangle(
180 [[maybe_unused]] const double x1, [[maybe_unused]] const double x2,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected