I was trying to create a big T using draw box command, the colours which I choose to display were Red and Black, so I typed the following command.
drawBox(‘rrr brb brb’);
I used this command and it printed blue colour, can you guide me how to use black instead of blue.
Maybe Use The String 'f'
Like drawBox('f')
Please use ‘ebony’ or ‘e’ for black colour.
I used the letter ‘k’ to print black boxes
1 Like
@rikistrikis is correct. ‘k’ is the correct code. It is a holdover from printing where black is called the key color, and so, k.