struct GBA::SpritePixel

Defined in:

crab/gba/ppu.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(priority : UInt16, palette : UInt16, blends : Bool, window : Bool) #

[View source]

Instance Method Detail

def blends : Bool #

def clone #

[View source]
def copy_with(priority _priority = @priority, palette _palette = @palette, blends _blends = @blends, window _window = @window) #

[View source]
def palette : UInt16 #

def priority : UInt16 #

def window : Bool #