[ruby-gnome2-doc-cvs] [Ruby-GNOME2 Project Website] update - Gdk::Pixbuf

Back to archive index

ruby-****@sourc***** ruby-****@sourc*****
2012年 1月 20日 (金) 08:20:37 JST


-------------------------
REMOTE_ADDR = 184.145.90.60
REMOTE_HOST = 
        URL = http://ruby-gnome2.sourceforge.jp/hiki.cgi?Gdk%3A%3APixbuf
-------------------------
@@ -23,7 +23,7 @@
 --- Gdk::Pixbuf.new(colorspace, has_alpha, bits_per_sample, width, height)
 
     Creates a new Gdk::Pixbuf and allocates a buffer for it. The buffer has an optimal rowstride. Note that the buffer is not cleared; you will have to fill it completely yourself. Raises an Gdk::PixbufError if there was not enough memory.
-    * colorspace: Color space(((<GdkColorspace|Gdk::Pixbuf#GdkColorSpace>))) for image.  
+    * colorspace: Color space(((<GdkColorSpace|Gdk::Pixbuf#GdkColorSpace>))) for image.  
     * has_alpha: true if the image should have transparency information or false.  
     * bits_per_sample: Number of bits per color sample.  
     * width: Width of image in pixels.  
@@ -34,7 +34,7 @@
 
     Creates a new Gdk::Pixbuf out of in-memory image data. Currently only RGB images with 8 bits per sample are supported. Raises an Gdk::PixbufError if there was not enough memory.
     * data: Image data in 8-bit/sample packed format(String).  
-    * colorspace: Color space(((<GdkColorspace|Gdk::Pixbuf#GdkColorSpace>))) for image data.  
+    * colorspace: Color space(((<GdkColorSpace|Gdk::Pixbuf#GdkColorSpace>))) for image data.  
     * has_alpha: true if the data has an opacity channel or false.  
     * bits_per_sample: Number of bits per color sample.  
     * width: Width of image in pixels.  
@@ -449,7 +449,7 @@
 
 == Constants
 
-=== GdkColorspace
+=== GdkColorSpace
 
 This defines the color spaces that are supported by the gdk-pixbuf library. Currently only RGB is supported.
 
@@ -542,7 +542,7 @@
 
     The number of bits per sample. Allowed values: [1, 16].Default value: 8.
 
---- colorspace: ((<GdkColorspace|Gdk::Pixbuf#GdkColorspace>)) (Read/Write)
+--- colorspace: ((<GdkColorSpace|Gdk::Pixbuf#GdkColorSpace>)) (Read/Write)
 
     The colorspace in which the samples are interpreted
 




ruby-gnome2-cvs メーリングリストの案内
Back to archive index