term.setBackgroundColor(#cc0000)i know that in LUA, # gets the length of something, do maybe a special operator for HEX? like this
term.setBackgroundColor("hex", cc0000)
thats just my idea if how it would work. what do you think?
Posted 01 April 2013 - 06:29 AM
term.setBackgroundColor(#cc0000)i know that in LUA, # gets the length of something, do maybe a special operator for HEX? like this
term.setBackgroundColor("hex", cc0000)
thats just my idea if how it would work. what do you think?
Posted 01 April 2013 - 06:42 AM
colors.hexLoad(#CC000, #Adadad, #hex2455)then use them
term.setBackgroundColor(hexDraw(CC000))to prevent lag on how much colors it is using, it will just use the ones you load in
Posted 01 April 2013 - 06:56 AM
Posted 01 April 2013 - 06:57 AM
Posted 01 April 2013 - 07:08 AM
Posted 01 April 2013 - 08:42 AM
local hex = 0x123FDBut you can't use multiple colors at the same time on the terminal, and that's not gonna change.
Posted 01 April 2013 - 07:43 PM
0 members, 1 guests, 0 anonymous users