/ Published in: ActionScript 3
The Offset equals the difference between the current color and what you want it to be.
Expand |
Embed | Plain Text
var color1:ColorTransform = new ColorTransform(); color1.redOffset = 137; color1.greenOffset = 36; color1.blueOffset = -30; this.transform.colorTransform = color1;
You need to login to post a comment.
