>What I'm looking for is the inverse of RGB( r,g,b ).

Lorenzo, IIUC you need this: (?)

   int iR = GetRValue( nColor );
   int iG = GetGValue( nColor );
   int iB = GetBValue( nColor ) ;


Regards,

Toninho.

__________________________________________________
Faça ligações para outros computadores com o novo Yahoo! Messenger
http://br.beta.messenger.yahoo.com/
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to