请问cocos creator 有没有方法给白色图片通过方法变成其他颜色

请问cocos creator 有没有方法给白色图片通过方法变成其他颜色

或者使用代码:this.node.color = new cc.Color(r, g, b, 255);

可以的 谢谢