Class: Amaterasu::GameBoy::Ppu::Modes::Rendering::SpriteFetcher::SpritePixel

Inherits:
Struct
  • Object
show all
Defined in:
lib/amaterasu/game_boy/ppu/modes/rendering/sprite_fetcher.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bg_win_priority_setObject

Returns the value of attribute bg_win_priority_set

Returns:

  • (Object)

    the current value of bg_win_priority_set



11
12
13
# File 'lib/amaterasu/game_boy/ppu/modes/rendering/sprite_fetcher.rb', line 11

def bg_win_priority_set
  @bg_win_priority_set
end

#color_idObject

Returns the value of attribute color_id

Returns:

  • (Object)

    the current value of color_id



11
12
13
# File 'lib/amaterasu/game_boy/ppu/modes/rendering/sprite_fetcher.rb', line 11

def color_id
  @color_id
end

#use_obp1_paletteObject

Returns the value of attribute use_obp1_palette

Returns:

  • (Object)

    the current value of use_obp1_palette



11
12
13
# File 'lib/amaterasu/game_boy/ppu/modes/rendering/sprite_fetcher.rb', line 11

def use_obp1_palette
  @use_obp1_palette
end