[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [sc-users] SuperCollider 3.3. alpha release
that could go on the feature requests. acutally Gradient works with
JSCCompositeView:
JSCCompositeView( JSCWindow.new.front, Rect( 0, 0, 400,
400 )).background_( Gradient( Color.rand, Color.rand ))
... but stupidly not directly on JSCTopView:
JSCWindow.new.front.view.background_( Gradient( Color.rand,
Color.rand ))
... HiliteGradient requires a bit of extra work (should be possible
to do in java 1.5 i think)
ciao, -sciss-
Am 26.12.2008 um 12:59 schrieb Andrea Valle:
Bu the examples use gradient stuff which is cocoa only. So if you
have swing, they throw an error.
_______________________________________________
sc-users mailing list
info (subscription, etc.): http://www.beast.bham.ac.uk/research/sc_mailing_lists.shtml
archive: https://listarc.bham.ac.uk/marchives/sc-users/
search: https://listarc.bham.ac.uk/lists/sc-users/search/