prez/examples/icon.prez
2020-08-08 18:33:12 -04:00

19 lines
187 B
Plaintext

rIcon(
color=True,
height = 4,
width = 4,
image = bytes.fromhex(
"ffff"
"f00f"
"f00f"
"ffff"
),
mask = ( # will call bytes.fromhex
"0000"
"0ff0"
"0ff0"
"0000"
)
)