qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 01/15] pixman: add qemu_pixman_color()


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH 01/15] pixman: add qemu_pixman_color()
Date: Tue, 19 Mar 2013 08:21:35 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130307 Thunderbird/17.0.3

On 03/18/13 22:13, Søren Sandmann wrote:
> Gerd Hoffmann <address@hidden> writes:
> 
>> Helper function to map qemu colors (32bit integer + matching PixelFormat)
>> into pixman_color_t.
> 
> Are qemu colors premultiplied? If not, this function should probably
> premultiply before returning the color.

The alpha channel is usually not used.
Maybe I should just set alpha to 0 to make that clear ...

cheers,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]