prez/examples/icon.prez

19 lines
187 B
Plaintext
Raw Normal View History

2020-08-08 22:33:12 +00:00
rIcon(
color=True,
height = 4,
width = 4,
image = bytes.fromhex(
"ffff"
"f00f"
"f00f"
"ffff"
),
mask = ( # will call bytes.fromhex
"0000"
"0ff0"
"0ff0"
"0000"
)
)