Re: [PATCH weston v2 1/2] config-parser: add support for more color formats

2016-11-21 Thread Daniel Stone
Hi Eric, On 26 October 2016 at 23:53, Eric Engestrom wrote: > Supported colour formats are: > - (0x)(AA)RRGGBB > - #RGB(A) > - #RRGGBB(AA) If I'm honest, I don't entirely see the value in these. Accepting 12345678 as well as 0x12345678 implies, to me at least, that the former

[PATCH weston v2 1/2] config-parser: add support for more color formats

2016-10-26 Thread Eric Engestrom
Supported colour formats are: - (0x)(AA)RRGGBB - #RGB(A) - #RRGGBB(AA) Cc: Bryce Harrington Cc: Quentin Glidic Signed-off-by: Eric Engestrom --- v2: reduce the number of formats supported read #-prefixed values the