GtkScintilla::style_set_back

void style_set_back(int style, int back);

Set the background color of some style.

// GtkScintillaStyle
define(  "SCINTILLA_STYLE_DEFAULT",   32 );
$scintilla->style_set_back(SCINTILLA_STYLE_DEFAULT, hexdec('0000FF'));