Re: [Pharo-users] Roassal : Playing with the contrast

2018-03-09 Thread Alidra Abdelghani via Pharo-users
--- Begin Message --- Thanks Alex. I just changed Color red and Color bleu with TrachelShape color slightlyDarker. It works perfect :) Thanks again. Abdelghani > On 01 Mar 2018, at 21:53, Alexandre Bergel wrote: > > v := RTView new. > > fiveCircles := RTEllipse new size: [ :e | 40 atRandom + 5

Re: [Pharo-users] Roassal : Playing with the contrast

2018-02-23 Thread Alidra Abdelghani via Pharo-users
dre Bergel >> À : abdelghani ALIDRA ; Any question about pharo is >> welcome >> Envoyé le : Mercredi 21 février 2018 2h19 >> Objet : Re: [Pharo-users] Roassal : Playing with the contrast >> >> Hi! >> >> What do you mean with contrasts? You

Re: [Pharo-users] Roassal : Playing with the contrast

2018-02-22 Thread Stephane Ducasse
d slightlyDarker. >>>> At some point I would like to see the difference between these two colours >>>> and at some other point I dont. >>>> So for instance, I increase the contrast and I see the border of the shape >>>> them I decrease it then I see the

Re: [Pharo-users] Roassal : Playing with the contrast

2018-02-22 Thread Alexandre Bergel
gt;>> So, is there a way to do so? >>> Thanks, >>> Abdelghani >>> >>> >>> De : Alexandre Bergel >>> À : abdelghani ALIDRA ; Any question about pharo is >>> welcome >>> Envoyé le : Mercredi 21 février 2018 2h19 &g

Re: [Pharo-users] Roassal : Playing with the contrast

2018-02-21 Thread Alexandre Bergel
oured. > > So, is there a way to do so? > Thanks, > Abdelghani > > > De : Alexandre Bergel > À : abdelghani ALIDRA ; Any question about pharo is > welcome > Envoyé le : Mercredi 21 février 2018 2h19 > Objet : Re: [Pharo-users] Roassal : Playing with the con

Re: [Pharo-users] Roassal : Playing with the contrast

2018-02-21 Thread Stephane Ducasse
ghani >> >> >> De : Alexandre Bergel >> À : abdelghani ALIDRA ; Any question about pharo is >> welcome >> Envoyé le : Mercredi 21 février 2018 2h19 >> Objet : Re: [Pharo-users] Roassal : Playing with the contrast >> >> Hi! >> >>

Re: [Pharo-users] Roassal : Playing with the contrast

2018-02-21 Thread abdelghani ALIDRA via Pharo-users
coloured. So, is there a way to do so?Thanks,Abdelghani De : Alexandre Bergel À : abdelghani ALIDRA ; Any question about pharo is welcome Envoyé le : Mercredi 21 février 2018 2h19 Objet : Re: [Pharo-users] Roassal : Playing with the contrast Hi! What do you mean with contrasts? You

Re: [Pharo-users] Roassal : Playing with the contrast

2018-02-21 Thread abdelghani ALIDRA via Pharo-users
--- Begin Message --- Hi Stef, It looks great. I will have a look and use for our work. CheersAbdelghani De : Stephane Ducasse À : abdelghani ALIDRA ; Any question about pharo is welcome Envoyé le : Mercredi 21 février 2018 10h15 Objet : Re: [Pharo-users] Roassal : Playing with the

Re: [Pharo-users] Roassal : Playing with the contrast

2018-02-21 Thread Stephane Ducasse
Abdel have a look at the package I did, it provides more named colors + queries to select colors based on colors or intensity. May be we should introduce the couple of methods I created into Pharo. I did it thinking about your work with Moussa. It could be useful for Roassal people. Now they should

Re: [Pharo-users] Roassal : Playing with the contrast

2018-02-21 Thread Stephane Ducasse
Abdel MCSmalltalkhubRepository owner: 'StephaneDucasse' project: 'Colors' user: '' password: '' On Tue, Feb 20, 2018 at 11:01 AM, abdelghani ALIDRA via Pharo-users wrote: > > > -- Forwarded message -- > From: abdelghani ALIDRA > To: "pharo-users@lists.pharo.org" > Cc: > Bcc: >

Re: [Pharo-users] Roassal : Playing with the contrast

2018-02-20 Thread Alexandre Bergel
Hi! What do you mean with contrasts? You mean the colors? Currently, there is no way to automatically assign colors to a visualization, although you can use a color palette (look at the class RTPalette). Cheers, Alexandre > On Feb 20, 2018, at 7:01 AM, abdelghani ALIDRA via Pharo-users > wro

[Pharo-users] Roassal : Playing with the contrast

2018-02-20 Thread abdelghani ALIDRA via Pharo-users
--- Begin Message --- Hi, I am wondering if there is a way to play with the contrast of Roassal visualisations. If so, please tell me how :) Thank you in advanceAbdelghani --- End Message ---