ruby-****@sourc*****
ruby-****@sourc*****
2009年 1月 20日 (火) 12:09:16 JST
------------------------- REMOTE_ADDR = 74.15.84.244 REMOTE_HOST = URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?tut-gtk2-colorsel-buttons ------------------------- @@ -67,7 +67,7 @@ color = Gdk::Color.parse("#003366") # or color = Gdk::Color.new(0, 12345, 34567) -NOTE: red, green and blue colour values in the first class method called "parse" are 0-256, but in the constructor "new" the +NOTE: red, green and blue colour values in the first class method called "parse" are 0-256 (00-FF), but in the constructor "new" the same colour values are between 0 and 65535. :GtkStateType