Class: Rixmap::Format::BMP::BMPInfoHeader
- Inherits:
-
Struct
- Object
- Struct
- Rixmap::Format::BMP::BMPInfoHeader
- Defined in:
- lib/rixmap/format/bmp.rb
Overview
情報ヘッダ構造体
Instance Attribute Summary collapse
-
#bit_count ⇒ Object
Returns the value of attribute bit_count.
-
#compression ⇒ Object
Returns the value of attribute compression.
-
#height ⇒ Object
Returns the value of attribute height.
-
#image_size ⇒ Object
Returns the value of attribute image_size.
-
#important_color_count ⇒ Object
Returns the value of attribute important_color_count.
-
#planes ⇒ Object
Returns the value of attribute planes.
-
#ppm_x ⇒ Object
Returns the value of attribute ppm_x.
-
#ppm_y ⇒ Object
Returns the value of attribute ppm_y.
-
#size ⇒ Object
Returns the value of attribute size.
-
#used_color_count ⇒ Object
Returns the value of attribute used_color_count.
-
#width ⇒ Object
Returns the value of attribute width.
Instance Attribute Details
#bit_count ⇒ Object
Returns the value of attribute bit_count
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def bit_count @bit_count end |
#compression ⇒ Object
Returns the value of attribute compression
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def compression @compression end |
#height ⇒ Object
Returns the value of attribute height
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def height @height end |
#image_size ⇒ Object
Returns the value of attribute image_size
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def image_size @image_size end |
#important_color_count ⇒ Object
Returns the value of attribute important_color_count
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def important_color_count @important_color_count end |
#planes ⇒ Object
Returns the value of attribute planes
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def planes @planes end |
#ppm_x ⇒ Object
Returns the value of attribute ppm_x
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def ppm_x @ppm_x end |
#ppm_y ⇒ Object
Returns the value of attribute ppm_y
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def ppm_y @ppm_y end |
#size ⇒ Object
Returns the value of attribute size
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def size @size end |
#used_color_count ⇒ Object
Returns the value of attribute used_color_count
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def used_color_count @used_color_count end |
#width ⇒ Object
Returns the value of attribute width
84 85 86 |
# File 'lib/rixmap/format/bmp.rb', line 84 def width @width end |