Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <stdio.h>
- #include <windows.h>
- int Color;
- int main()
- {
- Color = RGB(169, 39, 201);
- printf("Color = %X", Color);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement