struct StumpyTGA::ImageSpec
- StumpyTGA::ImageSpec
- Struct
- Value
- Object
Defined in:
stumpy_tga/header.crConstructors
Class Method Summary
Instance Method Summary
- #descriptor : UInt8
- #descriptor=(descriptor : UInt8)
- #height : UInt16
- #height=(height : UInt16)
- #pixel_depth : UInt8
- #pixel_depth=(pixel_depth : UInt8)
- #to_io(io : IO, bf)
- #width : UInt16
- #width=(width : UInt16)
- #x_origin : UInt16
- #x_origin=(x_origin : UInt16)
- #y_origin : UInt16
- #y_origin=(y_origin : UInt16)
Constructor Detail
def self.new(x_origin : UInt16, y_origin : UInt16, width : UInt16, height : UInt16, pixel_depth : UInt8, descriptor : UInt8)
#