2014-12-12 5:45 GMT-03:00 p...@highoctane.be <p...@highoctane.be>:
>
> How hard is it to have a palette like this one for example:
> http://patterntap.com/pattern/color-palette-flat-ui-colors
>


Hi,

these palette is now available on Roassal2

-=--=-=-=-=--=-=-=-=-=-=-=-=-=-=-=-=-=-=--=
v := RTView new.
pal := ColorPalette qualitative colors: 20 scheme:'FlatUI1'.
elems := (RTBox new size: 60) elementsOn: pal.
elems do: [ :e | e color: e model.  ].
v addAll: elems.
RTFlowLayout new on: elems.
v
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=


​Sincerely yours,

Pierre

Reply via email to