struct IconRenderer::Assets::LoadedSpritesheet

Overview

Stores both a spritesheet and its associated Vips::Image for ease of use.

Defined in:

assets.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(sheet : Spritesheet, image : Vips::Image) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(sheet _sheet = @sheet, image _image = @image) #

[View source]
def image : Vips::Image #

def sheet : Spritesheet #