Class: Rixmap::Format::BMP::BMPFileHeader

Inherits:
Struct
  • Object
show all
Defined in:
lib/rixmap/format/bmp.rb

Overview

ファイルヘッダ構造体

Instance Attribute Summary collapse

Instance Attribute Details

#offsetObject

Returns the value of attribute offset

Returns:

  • (Object)

    the current value of offset



79
80
81
# File 'lib/rixmap/format/bmp.rb', line 79

def offset
  @offset
end

#reservedObject

Returns the value of attribute reserved

Returns:

  • (Object)

    the current value of reserved



79
80
81
# File 'lib/rixmap/format/bmp.rb', line 79

def reserved
  @reserved
end

#sizeObject

Returns the value of attribute size

Returns:

  • (Object)

    the current value of size



79
80
81
# File 'lib/rixmap/format/bmp.rb', line 79

def size
  @size
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



79
80
81
# File 'lib/rixmap/format/bmp.rb', line 79

def type
  @type
end