Re: [CSS4 color][CSS4 transition] color pre-multiplied vs non pre-multiplied was (Re: [CSSWG] Minutes TPAC Tue 2012-10-30 AM I: Abstract Directions, Transforms, Transitions)

On Sat, Mar 2, 2013 at 1:11 AM, Brad Kemper <brad.kemper@gmail.com> wrote:

> The sliders would be for, say, a gradient fill on a layer effect, right,
> or for creating a new gradient fill on the palette and then dragging the
> gradient tool across a transparent background?
>

It's for the gradient fill in the palette.


> Yes, that's another way to do it, instead of what I described (a little
> more work, if you ask me, since black-to-white is already a preset, and
> creating a alpha channel for the whole image takes but a single click). And
> yes, the color slider would be green to green, and the opacity slider would
> be 100% to 0%. I wouldn't set it as green to black.
>

That's completely different though. The color of your layer is red and
you're just changing it's opacity. (The gradient effect comes only from the
opacity. Adobe applications split color and opacity to avoid confusion)
It would again be like going from rgba(0,255,0,1) to rgba(0,255,0,0)


>
> On Feb 28, 2013, at 1:01 PM, Rik Cabanier <cabanier@gmail.com> wrote:
>
> Photoshop has 2 sliders. One to control the color and the other to control
> the opacity.
> The opacity slider has no color. What are the colors in the other slider?
> Is it all green?
>
> On Thu, Feb 28, 2013 at 12:49 AM, Brad Kemper <brad.kemper@gmail.com>wrote:
>
>> On Feb 27, 2013, at 8:25 AM, Rik Cabanier <cabanier@gmail.com> wrote:
>>
>> Special casing 'transparent' fixes that in an intuitive way. It's more
>> confusing to authors that CSS gradients are different from any other type
>> of gradient.
>> Good luck trying to match that CSS gradient with the one in PhotoShop!
>>
>>>
>> I'm pretty certain I'm missing your meaning. If I create a solid to
>> transparent gradient in PhotoShop, I fill the shape (let's say a rectangle)
>> with a solid color (let's say, green) in the rgb channel, and then put a
>> black to white gradient into the alpha channel. I don't create a green to
>> black gradient in the rgb channel the way safari does.
>>
>
>

Received on Saturday, 2 March 2013 16:56:38 UTC