object
  val virtual obj : [> `colorbutton ] Gobject.obj
  method alpha : int
  method color : Gdk.color
  method set_alpha : int -> unit
  method set_color : Gdk.color -> unit
  method set_title : string -> unit
  method set_use_alpha : bool -> unit
  method title : string
  method use_alpha : bool
end