We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2684fa + bd2b888 commit 0a61ce2Copy full SHA for 0a61ce2
1 file changed
examples/core_layer_mgmt.py
@@ -35,7 +35,7 @@
35
layer1 = Layer(display, color=123)
36
layer1.add(box1)
37
38
-layer2 = Layer(display, box4, 86)
+layer2 = Layer(display, box4, 86, transparency=0.6)
39
layer2.add(box5)
40
layer2.show()
41
0 commit comments