1 GB_convert_rgb15
Lior Halphon edited this page 2024-11-24 21:57:04 +02:00

Definition

uint32_t GB_convert_rgb15(GB_gameboy_t *gb, uint16_t color, bool for_border);

In display.h

Description

TBD

Thread Safety

GB_convert_rgb15 is thread-safe and can be called from any thread and context.