class AdventOfCode::Image

Defined in:

crystal/8.1.cr
crystal/8.2.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(width : Int32, height : Int32, layers : Array(Array(Int32))) #

[View source]

Class Method Detail

def self.from_sif(width, height, input) #

[View source]

Instance Method Detail

def height : Int32 #

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

[View source]
def layers : Array(Array(Int32)) #

[View source]
def layers=(layers : Array(Array(Int32))) #

[View source]
def render #

[View source]
def width : Int32 #

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

[View source]