COLORS

Im trying to find out how to make the eyes on my smiley face solid green but its not working!!

Here's the code

___________________________________
#include "DarkGDK.h"


void DarkGDK ( void )
{

dbEllipse(243,179,95,125);
dbLine(244,157,244,207);
dbLine(281,231,245,243);
dbLine(245,243,206,231);
DWORD green = dbRGB(0,255,0);
DWORD black = dbRGB(0,0,0);
dbInk(green,black);
dbCircle(212,141,15);
dbCircle(282,141,15);
dbWaitKey();
}
____________________________________




Whats wrong with it?
Topic archived. No new replies allowed.