Class: Rixmap::Format::BMP::BMPFileHeader
- Inherits:
-
Struct
- Object
- Struct
- Rixmap::Format::BMP::BMPFileHeader
- Defined in:
- lib/rixmap/format/bmp.rb
Overview
ファイルヘッダ構造体
Instance Attribute Summary collapse
-
#offset ⇒ Object
Returns the value of attribute offset.
-
#reserved ⇒ Object
Returns the value of attribute reserved.
-
#size ⇒ Object
Returns the value of attribute size.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#offset ⇒ Object
Returns the value of attribute offset
79 80 81 |
# File 'lib/rixmap/format/bmp.rb', line 79 def offset @offset end |
#reserved ⇒ Object
Returns the value of attribute reserved
79 80 81 |
# File 'lib/rixmap/format/bmp.rb', line 79 def reserved @reserved end |
#size ⇒ Object
Returns the value of attribute size
79 80 81 |
# File 'lib/rixmap/format/bmp.rb', line 79 def size @size end |
#type ⇒ Object
Returns the value of attribute type
79 80 81 |
# File 'lib/rixmap/format/bmp.rb', line 79 def type @type end |