[][src]Trait gameboy_core::emulator::traits::PixelMapper

pub trait PixelMapper {
    fn map_pixel(&mut self, pixel: usize, color: Color);
fn get_pixel(&self, pixel: usize) -> Color; }

Required methods

fn map_pixel(&mut self, pixel: usize, color: Color)

fn get_pixel(&self, pixel: usize) -> Color

Loading content...

Implementors

Loading content...