Sha256: bd5e4370cfd2375973ef3b2c6aadbd5c85e895786f1ddd69f870057d9e354f34

Contents?: true

Size: 1.17 KB

Versions: 10

Compression:

Stored size: 1.17 KB

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>new (PNG)</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/PatchedPNG.rb, line 67</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">canvas</span>)
    <span class="ruby-ivar">@height</span> = <span class="ruby-identifier">canvas</span>.<span class="ruby-identifier">height</span>
    <span class="ruby-ivar">@width</span> = <span class="ruby-identifier">canvas</span>.<span class="ruby-identifier">width</span>
    <span class="ruby-ivar">@bits</span> = <span class="ruby-value">8</span>
    <span class="ruby-ivar">@data</span> = <span class="ruby-identifier">canvas</span>.<span class="ruby-identifier">data</span>
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
ripxplore-0.0.1 doc/classes/PNG.src/M000186.html
ripxplore-0.0.2 doc/classes/PNG.src/M000186.html
ripxplore-0.4.0 doc/classes/PNG.src/M000010.html
ripxplore-0.5.1 doc/classes/PNG.src/M000010.html
ripxplore-0.5.0 doc/classes/PNG.src/M000010.html
ripxplore-0.7.0 doc/classes/PNG.src/M000010.html
ripxplore-0.5.2 doc/classes/PNG.src/M000010.html
ripxplore-0.7.1 doc/classes/PNG.src/M000011.html
ripxplore-0.7.2 doc/classes/PNG.src/M000011.html
ripxplore-0.8.0 doc/classes/PNG.src/M000011.html