swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Colour index #255


From: Marcus G. Daniels
Subject: Re: Colour index #255
Date: 09 Jun 1999 08:58:34 -0700
User-agent: Gnus/5.070084 (Pterodactyl Gnus v0.84) Emacs/20.3.10

>>>>> "CS" == Carl Scheffler <address@hidden> writes:

CS> Is there any way to remove a colour or to change the RGB values of
CS> a colour once it has been set?

No, but you can add this to src/tkobjc/Colormap.m:

- unsetColor: (Color)c
{
  isSet[c] = NO;
  return self;
} 

add add:

- unsetColor: (Color)c;

to Colormap.h and gui's Colormap protocol.

Thanks to Ken Cline, this has been added for 2.0.

                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]