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

Method alpha

source/matplot/core/line_spec.cpp:282–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 const std::array<float, 4> &line_spec::color() const { return color_; }
281
282 float line_spec::alpha() const { return color_[0]; }
283
284 void line_spec::color(const std::array<float, 3> &color) {
285 color_ = {0, color[0], color[1], color[2]};

Callers 4

grid_alphaMethod · 0.45
minor_grid_alphaMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected