Class: Quake::Wad::Reader::QPic
- Inherits:
-
Data
- Object
- Data
- Quake::Wad::Reader::QPic
- Defined in:
- lib/quake/wad/reader.rb
Overview
QPic: width(4) + height(4) + indexed pixels
Instance Attribute Summary collapse
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#pixels ⇒ Object
readonly
Returns the value of attribute pixels.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#height ⇒ Object (readonly)
Returns the value of attribute height
13 14 15 |
# File 'lib/quake/wad/reader.rb', line 13 def height @height end |
#pixels ⇒ Object (readonly)
Returns the value of attribute pixels
13 14 15 |
# File 'lib/quake/wad/reader.rb', line 13 def pixels @pixels end |
#width ⇒ Object (readonly)
Returns the value of attribute width
13 14 15 |
# File 'lib/quake/wad/reader.rb', line 13 def width @width end |