class StumpyGIF::LogicalScreenDescriptor

Defined in:

stumpy_gif/logical_screen_descriptor.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width, height) #

[View source]

Instance Method Detail

def background_color_index : UInt8 #

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

[View source]
def color_resolution : UInt8 #

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

[View source]
def gct_flag : Bool #

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

[View source]
def gct_size #

[View source]
def gct_size=(value) #

[View source]
def height : UInt16 #

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

[View source]
def pixel_aspect_ration : UInt8 #

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

[View source]
def sort_flag : Bool #

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

[View source]
def width : UInt16 #

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

[View source]
def write(io) #

[View source]