class StumpyGIF::ImageDescriptor

Defined in:

stumpy_gif/image_descriptor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width, height) #

[View source]

Instance Method Detail

def height : UInt16 #

[View source]
def height=(height : UInt16) #

[View source]
def interlace_flag : Bool #

[View source]
def interlace_flag=(interlace_flag : Bool) #

[View source]
def lct_flag : Bool #

[View source]
def lct_flag=(lct_flag : Bool) #

[View source]
def lct_size #

[View source]
def lct_size=(value) #

[View source]
def lct_size_value : UInt8 #

[View source]
def lct_size_value=(lct_size_value : UInt8) #

[View source]
def left_position : UInt16 #

[View source]
def left_position=(left_position : UInt16) #

[View source]
def sort_flag : Bool #

[View source]
def sort_flag=(sort_flag : Bool) #

[View source]
def top_position : UInt16 #

[View source]
def top_position=(top_position : UInt16) #

[View source]
def width : UInt16 #

[View source]
def width=(width : UInt16) #

[View source]
def write(io) #

[View source]