💾 Archived View for gmi.noulin.net › markdown › printfRGB_README.md captured on 2024-08-25 at 06:55:51.

View Raw

More Information

⬅️ Previous capture (2023-07-10)

-=-=-=-=-=-=-

# printfRGB
add %k and %K type specifier to GNU printf for RBG colors

- %k foreground hex color (uint32_t) 0x00RRGGBB
- %K background hex color

printf("%k%KRGB color" RST, 0x99EEFF, 0x666666);