Advertisement
dllbridge

Untitled

Aug 13th, 2019
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.14 KB | None | 0 0
  1. #include   <stdio.h>
  2. #include <windows.h>
  3.  
  4. int Color;
  5.  
  6. int main()
  7. {
  8.    
  9.     Color = RGB(169, 39, 201);
  10.    
  11.     printf("Color = %X", Color);
  12.    
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement