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

Method marker_face_alpha

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

Source from the content-addressed store, hash-verified

486 }
487
488 float line_spec::marker_face_alpha() const { return marker_face_color_[0]; }
489
490 void line_spec::marker_face_color(std::initializer_list<float> color) {
491 if (color.size() == 3) {

Callers 6

marker_face_alphaFunction · 0.80
vectors.hFile · 0.80
marker_face_alphaFunction · 0.80
line.hFile · 0.80
marker_face_alphaFunction · 0.80
network.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected