gtkmm 2.10.11です。

Gdk::Color red;
red.set_rgb(65535, 0, 0);
m_button1.modify_bg(Gtk::STATE_NORMAL, red);

これでボタンの色が変わると思ったら変化無し。
俺何か勘違いしている?