Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 75CD410E87 for ; Mon, 26 Aug 2013 18:31:20 +0000 (UTC) Received: (qmail 55680 invoked by uid 500); 26 Aug 2013 18:31:20 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 55388 invoked by uid 500); 26 Aug 2013 18:31:19 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 55219 invoked by uid 99); 26 Aug 2013 18:31:18 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 18:31:18 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [85.214.250.182] (HELO office.okapion.com) (85.214.250.182) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Aug 2013 18:31:11 +0000 Received: from [192.168.1.104] (dhcp-077-249-013-081.chello.nl [77.249.13.81]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: ben) by office.okapion.com (Postfix) with ESMTPSA id 0300D49C268 for ; Mon, 26 Aug 2013 20:30:50 +0200 (CEST) From: Ben Smeets Content-Type: multipart/alternative; boundary="Apple-Mail=_64C560B2-0776-4EF4-853D-71100075B658" Message-Id: Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Limit Blendmode to 1 layer Date: Mon, 26 Aug 2013 20:30:49 +0200 References: <52175EF7.4050704@crispico.com> <521B2FD4.60201@crispico.com> <521B433C.6020500@crispico.com> <1E12DCAB-281D-4282-BB13-6D99E666FEC6@okapion.com> <2095F5EBE04D59409DFCE91FFCEBF7AF3F51F769@EXMBX05.netplexity.local>,<3689843A-6AE1-425B-8C63-E110970CAEE1@okapion.com> <2095F5EBE04D59409DFCE91FFCEBF7AF3F51F79F@EXMBX05.netplexity.local> To: users@flex.apache.org In-Reply-To: <2095F5EBE04D59409DFCE91FFCEBF7AF3F51F79F@EXMBX05.netplexity.local> X-Mailer: Apple Mail (2.1508) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail=_64C560B2-0776-4EF4-853D-71100075B658 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=iso-8859-1 Sure, I'll try to explain it :) This is what I currently have: - Top layer (blendMode=3Dx) - Draggable object layer (image) - Shape layer (square white rectangle) - Background layer (plain gray) The Top layer is draggable. The goal is to make every part of Draggable = layer which is dragged outside of the shape layer below it, colorized = (or something visual, while retaining a bit of the visual aspect, which = is why I got to overlaying a blended layer.). Most issues have been = tackled. Only thing left now is that by applying a blendMode, the gray = background get's part of that blend effect (color) as well. So I through = the trick would be to limit the blendmode to only the Dragable Object = Layer. Don't mean to spam the list, if this is not exactly Flex related. Any = tips appreciated. Ben On 26 aug. 2013, at 19:29, Maurice Amsellem = wrote: > For me, colorTrasform applies to the whole layer, no masking is = possible.=20 > Maybe if you can describe in more detail what you are trying to do, = someeone can help... >=20 > Maurice > ________________________________________ > De : Ben Smeets [ben@okapion.com] > Envoy=E9 : lundi 26 ao=FBt 2013 19:23 > =C0 : users@flex.apache.org > Objet : Re: Limit Blendmode to 1 layer >=20 > Didn't think of that one, nice. Extra challenge though, is that i = can't transform the entire layer. Just the part that the top layer is = over (or is that possible with colortransform as well)? >=20 > Op 26 aug. 2013 om 17:35 heeft Maurice Amsellem = het volgende geschreven: >=20 >> If the purpose of the blending layer is to apply an coloring / = lighting effect to the layer below, they applying a color transform to = the layer below instead (colorTransform property) could be what you = need. >>=20 >> Maurice >> ________________________________________ >> De : Ben Smeets [ben@okapion.com] >> Envoy=E9 : lundi 26 ao=FBt 2013 15:58 >> =C0 : users@flex.apache.org >> Objet : Limit Blendmode to 1 layer >>=20 >> Hi, >>=20 >> Anybody know if it is possible to limit the effect of a Blended layer = to only the layer below it (e.g.). My app has a dark background, the top = layer which is blending is now blending over all layers, including the = background. I am trying to let it blend over 1 specific layer below it = without affecting anything else. >>=20 >> Tnx, Ben >>=20 >=20 --Apple-Mail=_64C560B2-0776-4EF4-853D-71100075B658--