Home
last modified time | relevance | path

Searched refs:RGB32_B (Results 1 – 4 of 4) sorted by relevance

/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_palette.h8 #define RGB32_B(x) ((x) & 0xFF) macro
H A Dft2_palette.c54 b = RGB32_B(video.palette[PAL_PATTEXT]); in setPal16()
H A Dft2_gui.c408 const int32_t b = (RGB32_B(pixVal) * fade) >> 8; in charOutFade()
869 const int32_t b = (RGB32_B(pixel) * fade) >> 8; in blit32Fade()
H A Dft2_nibbles.c67 const uint8_t B = RGB32_B(rgb24); in rgb24ToLuminosity()