[futurebasic] Re: [FB] Re: GWorld color table

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : January 1999 : Group Archive : Group : All Groups

From: Sylvain Guillemette <allmedia@...>
Date: Thu, 28 Jan 1999 20:26:58 -0500
>    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