struct StumpyTGA::Header
- StumpyTGA::Header
- Struct
- Value
- Object
Defined in:
stumpy_tga/header.crConstructors
Class Method Summary
Instance Method Summary
- #color_map : ColorMapSpec
- #color_map=(color_map : ColorMapSpec)
- #color_map_type : UInt8
- #color_map_type=(color_map_type : UInt8)
- #id_length : UInt8
- #id_length=(id_length : UInt8)
- #image : ImageSpec
- #image=(image : ImageSpec)
- #image_type : UInt8
- #image_type=(image_type : UInt8)
- #to_io(io : IO, bf)
Constructor Detail
def self.new(id_length : UInt8, color_map_type : UInt8, image_type : UInt8, color_map : StumpyTGA::ColorMapSpec, image : StumpyTGA::ImageSpec)
#