Skip to content

Instantly share code, notes, and snippets.

@zc00gii
Created August 23, 2010 14:02
Show Gist options
  • Save zc00gii/545551 to your computer and use it in GitHub Desktop.
Save zc00gii/545551 to your computer and use it in GitHub Desktop.
setColor: func (destColor, srcColor: Int[]) {
dest[0] = src[0]
dest[1] = src[1]
dest[3] = src[3]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment