Re: Unifying Color

2018-02-11 Thread Tomaž Vajngerl
Hi, On Sun, Feb 11, 2018 at 10:30 PM, Chris Sherlock wrote: > I see the error I’ve made now - it’s not possible to move Color to vcl as > svl uses it. > Well basegfx is allowed for svl.. Anyway, to which module it belongs is the least of the problems now. Tools is

Re: Unifying Color

2018-02-11 Thread Chris Sherlock
I see the error I’ve made now - it’s not possible to move Color to vcl as svl uses it. > On 11 Feb 2018, at 6:10 pm, Chris Sherlock wrote: > > Hi all, > > I am trying to unify our color code. We currently have the following that > handles color: > > Color - in

Unifying Color

2018-02-10 Thread Chris Sherlock
Hi all, I am trying to unify our color code. We currently have the following that handles color: Color - in tools BitmapColor - completely seperate and in vcl SalColor - a typedef to a sal_uInt32 with a MAKE_SALCOLOR constexpr BColor - part of basegfx, takes three doubles and inherits from