Color parameter
Posted: Mon Jan 14, 2013 6:33 pm
The colourString parameter value.
//render the string to the screen. colourString is a hex value …
RenderString(x, y, font, colourString, [borderColourString], [width], [height])
Usually a RGB color is a three hex number like FF0000. FF means full red and 00 no Green and 00 no Blue
But in BA there are four hex number like ff ff 00 00, what is the first hex value?
Sorry, I'm not strong on graphics.
//render the string to the screen. colourString is a hex value …
RenderString(x, y, font, colourString, [borderColourString], [width], [height])
Usually a RGB color is a three hex number like FF0000. FF means full red and 00 no Green and 00 no Blue
But in BA there are four hex number like ff ff 00 00, what is the first hex value?
Sorry, I'm not strong on graphics.