Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_alpha
Function · 0.80
vectors.h
File · 0.80
marker_face_alpha
Function · 0.80
line.h
File · 0.80
marker_face_alpha
Function · 0.80
network.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected