@@ -9398,7 +9398,7 @@ <h3 class="signature " id="fxloadBMP-class_method">
93989398
93999399< p > Load a BMP file from a stream. If successful, returns an array containing the image pixel data (as a String), the transparency color, the image width and the image height. If it fails, the function returns < code > nil</ code > .</ p >
94009400
9401- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
9401+ < h4 id ="parameters "> Parameters:</ h4 >
94029402< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
94039403< dd >
94049404< p > stream from which to read the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -9441,7 +9441,7 @@ <h3 class="signature " id="fxloadGIF-class_method">
94419441
94429442< p > Load a GIF file from a stream. If successful, returns an array containing the image pixel data (as a String), the transparency color, the image width and the image height. If it fails, the function returns < code > nil</ code > .</ p >
94439443
9444- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
9444+ < h4 id ="parameters "> Parameters:</ h4 >
94459445< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
94469446< dd >
94479447< p > stream from which to read the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -9484,7 +9484,7 @@ <h3 class="signature " id="fxloadICO-class_method">
94849484
94859485< p > Load a ICO file from < em > store</ em > (an FXStream instance). On success, returns an array whose elements are the image data (a String), transparency color, icon width, icon height, and the icon hotspot x and y coordinates. If the operation fails, this method returns < code > nil</ code > .</ p >
94869486
9487- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
9487+ < h4 id ="parameters "> Parameters:</ h4 >
94889488< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
94899489< dd >
94909490< p > stream from which to read the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -9527,7 +9527,7 @@ <h3 class="signature " id="fxloadJPG-class_method">
95279527
95289528< p > Load a JPEG file from a stream. If successful, returns an array containing the image pixel data (as a String), transparency color, image width, image height and quality. If it fails, the function returns < code > nil</ code > .</ p >
95299529
9530- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
9530+ < h4 id ="parameters "> Parameters:</ h4 >
95319531< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
95329532< dd >
95339533< p > stream from which to read the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -9570,7 +9570,7 @@ <h3 class="signature " id="fxloadPCX-class_method">
95709570
95719571< p > Load a PCX file from a stream. If successful, returns an array containing the image pixel data (as a String), the transparency color, the image width and the image height. If it fails, the function returns < code > nil</ code > .</ p >
95729572
9573- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
9573+ < h4 id ="parameters "> Parameters:</ h4 >
95749574< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
95759575< dd >
95769576< p > stream from which to read the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -9613,7 +9613,7 @@ <h3 class="signature " id="fxloadPNG-class_method">
96139613
96149614< p > Load a PNG file from a stream. If successful, returns an array containing the image pixel data (as a String), the transparency color, the image width and the image height. If it fails, the function returns < code > nil</ code > .</ p >
96159615
9616- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
9616+ < h4 id ="parameters "> Parameters:</ h4 >
96179617< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
96189618< dd >
96199619< p > stream from which to read the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -9656,7 +9656,7 @@ <h3 class="signature " id="fxloadRGB-class_method">
96569656
96579657< p > Load a RGB file from a stream. If successful, returns an array containing the image pixel data (as a String), the transparency color, the image width and the image height. If it fails, the function returns < code > nil</ code > .</ p >
96589658
9659- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
9659+ < h4 id ="parameters "> Parameters:</ h4 >
96609660< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
96619661< dd >
96629662< p > stream from which to read the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -9699,7 +9699,7 @@ <h3 class="signature " id="fxloadTGA-class_method">
96999699
97009700< p > Load a Targa file from a stream. If successful, returns an array containing the image pixel data (as a String), the number of channels (either 3 or 4), the image width and the image height. If it fails, the function returns < code > nil</ code > .</ p >
97019701
9702- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
9702+ < h4 id ="parameters "> Parameters:</ h4 >
97039703< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
97049704< dd >
97059705< p > stream from which to read the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -9742,7 +9742,7 @@ <h3 class="signature " id="fxloadTIF-class_method">
97429742
97439743< p > Load a TIFF file from a stream. If successful, returns an array containing the image pixel data (as a String), transparency color, width, height and codec setting. If it fails, the function returns < code > nil</ code > .</ p >
97449744
9745- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
9745+ < h4 id ="parameters "> Parameters:</ h4 >
97469746< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
97479747< dd >
97489748< p > stream from which to read the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -9785,7 +9785,7 @@ <h3 class="signature " id="fxloadXPM-class_method">
97859785
97869786< p > Load a XPM file from a stream. If successful, returns an array containing the image pixel data (as an array of FXColor values), the transparency color (another FXColor) and the image width and the image height. If it fails, the function returns < code > nil</ code > .</ p >
97879787
9788- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
9788+ < h4 id ="parameters "> Parameters:</ h4 >
97899789< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
97909790< dd >
97919791< p > stream from which to read the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -10165,7 +10165,7 @@ <h3 class="signature " id="fxsaveBMP-class_method">
1016510165
1016610166< p > Save a BMP image to a stream. Returns < code > true</ code > on success, < code > false</ code > on failure.</ p >
1016710167
10168- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
10168+ < h4 id ="parameters "> Parameters:</ h4 >
1016910169< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
1017010170< dd >
1017110171< p > stream to which to write the image data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -10220,7 +10220,7 @@ <h3 class="signature " id="fxsaveGIF-class_method">
1022010220
1022110221< p > Save a GIF (Graphics Interchange Format) image to a stream. If < em > fast</ em > is < code > true</ code > , the faster Floyd-Steinberg dither method will be used instead of the slower Wu quantization algorithm. Returns < code > true</ code > on success, < code > false</ code > on failure.</ p >
1022210222
10223- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
10223+ < h4 id ="parameters "> Parameters:</ h4 >
1022410224< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
1022510225< dd >
1022610226< p > stream to which to write the image data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -10275,7 +10275,7 @@ <h3 class="signature " id="fxsaveICO-class_method">
1027510275
1027610276< p > Save a ICO image to < em > store</ em > (an FXStream instance). Returns < code > true</ code > on success, < code > false</ code > on failure.</ p >
1027710277
10278- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
10278+ < h4 id ="parameters "> Parameters:</ h4 >
1027910279< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
1028010280< dd >
1028110281< p > stream to which to write the image data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -10336,7 +10336,7 @@ <h3 class="signature " id="fxsaveJPG-class_method">
1033610336
1033710337< p > Save a JPEG image to a stream. Returns < code > true</ code > on success, < code > false</ code > on failure.</ p >
1033810338
10339- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
10339+ < h4 id ="parameters "> Parameters:</ h4 >
1034010340< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
1034110341< dd >
1034210342< p > stream to which to write the image data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -10394,7 +10394,7 @@ <h3 class="signature " id="fxsavePCX-class_method">
1039410394
1039510395< p > Save a PCX image to a stream. Returns < code > true</ code > on success, < code > false</ code > on failure.</ p >
1039610396
10397- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
10397+ < h4 id ="parameters "> Parameters:</ h4 >
1039810398< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
1039910399< dd >
1040010400< p > stream to which to write the image data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -10449,7 +10449,7 @@ <h3 class="signature " id="fxsavePNG-class_method">
1044910449
1045010450< p > Save a PNG image to a stream. Returns < code > true</ code > on success, < code > false</ code > on failure.</ p >
1045110451
10452- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
10452+ < h4 id ="parameters "> Parameters:</ h4 >
1045310453< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
1045410454< dd >
1045510455< p > stream to which to write the image data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -10504,7 +10504,7 @@ <h3 class="signature " id="fxsaveRGB-class_method">
1050410504
1050510505< p > Save a RGB image to a stream. Returns < code > true</ code > on success, < code > false</ code > on failure.</ p >
1050610506
10507- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
10507+ < h4 id ="parameters "> Parameters:</ h4 >
1050810508< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
1050910509< dd >
1051010510< p > stream to which to write the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -10562,7 +10562,7 @@ <h3 class="signature " id="fxsaveTGA-class_method">
1056210562
1056310563< p > Save a Targa image to a stream. Returns < code > true</ code > on success, < code > false</ code > on failure.</ p >
1056410564
10565- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
10565+ < h4 id ="parameters "> Parameters:</ h4 >
1056610566< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
1056710567< dd >
1056810568< p > stream to which to write the image data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -10617,7 +10617,7 @@ <h3 class="signature " id="fxsaveTIF-class_method">
1061710617
1061810618< p > Save a TIFF image to a stream. Returns < code > true</ code > on success, < code > false</ code > on failure.</ p >
1061910619
10620- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
10620+ < h4 id ="parameters "> Parameters:</ h4 >
1062110621< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
1062210622< dd >
1062310623< p > stream to which to write the image data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -10977,7 +10977,7 @@ <h3 class="signature " id="fxsaveXPM-instance_method">
1097710977
1097810978< p > Save an XPM image to < em > store</ em > (an FXStream instance). Returns < code > true</ code > on success, < code > false</ code > on failure.</ p >
1097910979
10980- < h4 id ="label-Parameters-3A "> Parameters:</ h4 >
10980+ < h4 id ="parameters "> Parameters:</ h4 >
1098110981< dl class ="rdoc-list note-list "> < dt > < code > store</ code > </ dt >
1098210982< dd >
1098310983< p > stream to which to write the file data < span class ='object_link '> < a href ="Fox/FXStream.html " title ="Fox::FXStream (class) "> FXStream</ a > </ span > </ p >
@@ -11174,7 +11174,7 @@ <h3 class="signature " id="unparseAccel-instance_method">
1117411174</ div >
1117511175
1117611176 < div id ="footer ">
11177- Generated on Fri Jan 2 19:58:55 2026 by
11177+ Generated on Thu Mar 26 09:48:23 2026 by
1117811178 < a href ="https://yardoc.org " title ="Yay! A Ruby Documentation Tool " target ="_parent "> yard</ a >
1117911179 0.9.38 (ruby-4.0.0).
1118011180</ div >
0 commit comments