I am doing something simple but i have never done it. I would like to have a
function like this:
WHat i want to do is to, for example mix blue with red and have purple.
But since i have never done this, i dont know how.
Thanx in advance!
function like this:
Code:
FUNCTION MixColors(Color1 AS DWORD, Color2 AS DWORD) AS DWORD FUNCTION = ?????? END FUNCTION
But since i have never done this, i dont know how.
Thanx in advance!

Comment