This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
Block.setColor(BlockId,color);
What should I put in the "color",
I tried [FFFFFF],[#FFFFFF],FFFFFF,#FFFFFF,"FFFFFF","#FFFFFF","color:FFFFFF",..., NOThing works
Like this [0xFF0000]
Quote from RexanicYTยป Like this [0xFF0000]
You can't it's just how the coding works in Javascript, like how in an array it counts 0, 1, 2,... and not 1, 2, 3,...
Block.setColor(BlockId,color);
What should I put in the "color",
I tried [FFFFFF],[#FFFFFF],FFFFFF,#FFFFFF,"FFFFFF","#FFFFFF","color:FFFFFF",..., NOThing works
Like this [0xFF0000]
Thanks much, but I still don't know what does the "0x" do??? Can I do like "1927128929482716x"???
You can't it's just how the coding works in Javascript, like how in an array it counts 0, 1, 2,... and not 1, 2, 3,...