I’m having the same problem. If you follow the documentation:
[captchac your-captcha size:s fg:#ffffff bg:#000000]
the image colour works but the text colour doesn’t change so it’s white on white or black on black etc!
Also tried editing the array in really-simple-captcha.php
$this->fg = array( 0, 0, 0 );
But still the text colour doesn’t change making the captcha image unreadable
Please can anyone help?
Thanks