struct GBA::Color
- GBA::Color
- Struct
- Value
- Object
Overview
Special_handling indicates a sprite with semi-transparency.
Defined in:
crab/gba/ppu.crConstructors
Instance Method Summary
- #clone
- #copy_with(palette _palette = @palette, layer _layer = @layer, special_handling _special_handling = @special_handling)
- #layer : Int32
- #palette : Int32
- #special_handling : Bool
Constructor Detail
Instance Method Detail
def copy_with(palette _palette = @palette, layer _layer = @layer, special_handling _special_handling = @special_handling)
#