Hi,

I've patched libcss to support the rgba() CSS "function":

rgba(0, 0, 0, 0.2) => 0x00000033

This patch also changes the default value of the alpha component to
0xff (100% opaque). i.e:

black   => 0x000000ff
#000000 => 0x000000ff
#123    => 0x112233ff

-- 
Rasmus Andersson

Attachment: libcss-rgba.patch
Description: Binary data

Reply via email to