File size: 62 Bytes
f4a41d8
 
1
2
3
def percentToByte(percent):
  return int(percent * 255 / 100)