struct StumpyTGA::ColorMapSpec

Defined in:

stumpy_tga/header.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(index : UInt16, length : UInt16, entry_size : UInt8) #

[View source]

Class Method Detail

def self.from_io(io : IO, bf) #

[View source]

Instance Method Detail

def entry_size : UInt8 #

def entry_size=(entry_size : UInt8) #

def index : UInt16 #

def index=(index : UInt16) #

def length : UInt16 #

def length=(length : UInt16) #

def to_io(io : IO, bf) #

[View source]