MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isVisible

Method isVisible

snap_drawing/src/snap_drawing/cpp/Layers/Layer.cpp:521–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

519}
520
521bool Layer::isVisible() const {
522 return _opacity > 0;
523}
524
525void Layer::setBorderWidth(Scalar borderWidth) {
526 if (_borderWidth != borderWidth) {

Callers 1

TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64