HTMLify
Log in
Register
Dashboard
Shortlinks
Frames
API
abh - HTMLify profile
abh
509 Files
102923 Views
Latest files of /abh/learning/c/BPPL/Phase-3/color-picker
Color Picker
abh/learning/c/BPPL/Phase-3/color-picker/main.c
9 Views
0 Comments
#include <gtk/gtk.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk/gdkevents.h>
#include <stdio.h>
// main color
unsigned char R = 255, G = 0, B = 0;
unsigned char s_r = 255, s_g = 0, s_b = 0;