MCPcopy Create free account
hub / github.com/antvis/F2Native / Alpha

Method Alpha

core/graphics/shape/Element.cpp:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69void xg::shape::Element::Transform(const std::vector<TransformAction> &actions) { MatrixUtil::Transform(&matrix_, actions); }
70
71void xg::shape::Element::Alpha(float alpha) { fillOpacity_ = alpha; }
72
73#pragma mark private
74void xg::shape::Element::InitTransform() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected