struct GBA::SpritePixel
- GBA::SpritePixel
- Struct
- Value
- Object
Defined in:
crab/gba/ppu.crConstructors
Instance Method Summary
- #blends : Bool
- #clone
- #copy_with(priority _priority = @priority, palette _palette = @palette, blends _blends = @blends, window _window = @window)
- #palette : UInt16
- #priority : UInt16
- #window : Bool
Constructor Detail
Instance Method Detail
def copy_with(priority _priority = @priority, palette _palette = @palette, blends _blends = @blends, window _window = @window)
#