Question Create angle, reflected, diamond gradient using actionscript
Hi,
As you know, in Graphics class there is beginGradientFill method to draw
gradient:
beginGradientFill(type:String, colors:Array, alphas:Array, ratios:Array,
matrix:Matrix = null, spreadMethod:String = "pad",
interpolationMethod:String = "rgb", focalPointRatio:Number = 0):void
I saw that the first parameter "type:String" only have two values: "linear"
or "radial". In photoshop, beside theses there are "angle", "reflected",
"diamond" gradient type also.
So which class (or libraries etc) I can use in order to create "angle",
"reflected", "diamond" gradient using fully actionscript?
Or "angle", "reflected", "diamond" gradient type can not be implemented
using AS?
Could anyone point me to the right direction?
many thanks and best regards

-- 
View this message in context: 
http://www.nabble.com/Create-angle%2C-reflected%2C-diamond-gradient-using-actionscript-tp21330771p21330771.html
Sent from the FlexCoders mailing list archive at Nabble.com.

Reply via email to