31
Ask a Question / Re: Fill CURVED Space with color?
« on: September 07, 2015, 02:24:51 am »
Also, is there a way to use a gradient ingame?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
var ct_temp:openfl.geom.ColorTransform;
ct_temp = new openfl.geom.ColorTransform();
ct_temp.color = __Color;
__Image.colorTransform(__Image.rect, ct_temp);
return __Image;