> mycolors& = FN GETCTABLE(resnumber) 'res number of clut > err = FN NEWGWORLD(newport&,8,myrect,mycolors&,0,0) > '8 is for forced 8-bit gWorld regardless of current monitor setting > >That's all. > >If you're using mac-standard colors you don't need a pltt; otherwise make a >pltt containing the same colors as your clut (they don't have to be in the >same order, as long as black & white are in the right places), and number it >0. It will be used by all windows, but not by offscreen gWorlds. Thank you very much Lucy! Sylvain