struct Pixel

Defined in:

cryboy/fifo_ppu.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(color : UInt8, palette : UInt8, oam_idx : UInt8, obj_to_bg : UInt8) #

[View source]

Instance Method Detail

def color : UInt8 #

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

[View source]
def oam_idx : UInt8 #

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

[View source]
def obj_to_bg : UInt8 #

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

[View source]
def palette : UInt8 #

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

[View source]