Skip to main content
Participant
September 16, 2014
Question

I am trying to develop imaging tool in as 3.0

  • September 16, 2014
  • 1 reply
  • 293 views

Hi all,

I am trying to develop imaging tool using flash as 3.0 in photoshop we have option called curves and levels, that option need to implemented in flash as 3.0. Kindly help me regarding this

Regards

Surendran S

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
September 16, 2014

what's your question?

Participant
September 16, 2014

Thanks for the reply, In flash actionscript 3.0 how to do levels and curves.

kglad
Community Expert
Community Expert
September 16, 2014

what's a level?  do you mean a line?

if so, you can use the graphics class moveTo, lineTo and curveTo to dynamically draw lines and curves, or you can use the beziersegment class.