sprite kit sprite not being colorized
问题 I'm trying to colorize a spriteNode (in this case its named background) using sprite kit but cant get the color to change. I have a sprite that I want to colorize. I'm changing the color property of the sprite as well as the color blending factor. When I run the app nothing happens though. the color remains the same (its black right now). below is the code I'm using to change the color: background.anchorPoint = CGPointMake(0, .5); background.position = position; // ... // this does not seems