Re: [flexcoders] Croping area

2007-10-24 Thread Ian Thomas
Hi Anzer,
   Have two copies of your image; one set to 0.5 alpha and one in front of
that set to 1.0 alpha.

   Use a rectangular mask on the image in front (DisplayObject.mask)

   That should do it.

Ian

On 10/24/07, Anzer <[EMAIL PROTECTED]> wrote:
>
>Hi,
>
> I am working in an image manipulation application and I have almost
> finished with that.
>
> Now I have a problem with image cropping UI.
>
>
>
> I want to make the image shaded (alpha = .5) except what seen through the
> crop area. The crop area is draggable. Please give suggestions to do this
>


[flexcoders] Croping area

2007-10-24 Thread Anzer
Hi,

I am working in an image manipulation application and I have almost finished
with that. 

Now I have a problem with image cropping UI.

 

I want to make the image shaded (alpha = .5) except what seen through the
crop area. The crop area is draggable. Please give suggestions to do this