Help with Draw3D2 V.1.1 colored string.
Blitz3D Forums/Blitz3D Programming/Help with Draw3D2 V.1.1 colored string.| 
 | ||
| I need to know where I find a color table as in the examples I can put in different colored parts of a text string. For example. [bbcode] Text3D(Fuente%,0,-100,"www<#864>.Iris3D.</#>tk",1,0,Sin(MilliSecs())) [/bbcode] but not exactly how to identify each color in <#864> string color </#> help please. Last edited 2012 | 
| 
 | ||
| I think it's just a hex number where each of the three digits represents one of the R, G, B colour components. Same as colours in B3D, except that there's only one digit per component instead of two digits. Red: #f00 Green: #0f0 Blue: #00f ...I think. | 
| 
 | ||
| ho! Thank you men. :D | 
| 
 | ||
| Edit: Sorry Double Post. Last edited 2012 |