Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
about pixel()
#2
Macro Macro2754
Code:
Copy      Help
int color=0x0AFFFF
str T=F"0x{color%%06X}"
out T

;it is the same as
T.format("0x%06X" color)
out T


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)