doc/classes/C64PhotoScrap.src/M000467.html in ripxplore-0.14.0 vs doc/classes/C64PhotoScrap.src/M000467.html in ripxplore-0.14.1
- old
+ new
@@ -3,16 +3,16 @@
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
- <title>picture_format (C64PhotoScrap)</title>
+ <title>picture_height (C64PhotoScrap)</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
- <pre><span class="ruby-comment cmt"># File lib/native_file_types/c64/C64PhotoScrap.rb, line 56</span>
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">picture_format</span>
- <span class="ruby-identifier">:png</span>
+ <pre><span class="ruby-comment cmt"># File lib/native_file_types/c64/C64PhotoScrap.rb, line 53</span>
+ <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">picture_height</span>
+ (<span class="ruby-identifier">contents</span>[<span class="ruby-value">1</span>]<span class="ruby-operator">+</span>(<span class="ruby-identifier">contents</span>[<span class="ruby-value">2</span>]<span class="ruby-operator">*</span><span class="ruby-value">0x100</span>))
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>
\ No newline at end of file