NAME RTPaletteRequest()ret = RTPaletteRequest();
ret = RTPaletteRequest(ULONG *);
DESCRIPTION Get a color from the user.
NOTE See reqtools developer documentation for descriptions of tag items which can be used with RTFileRequestA
INPUTS If using RTFileRequestA it expects to see a taglist of items for customizing the requester.
EXAMPLE: ULONG taglist[] = { ITEM1, ITEM2, ITEM3, ..., TAG_END };
RESULT TRUE if success FALSE if failure to open requester
The member color is set to the selected color
BUGS none known
SEE ALSO rtPaletteRequest() rtPaletteRequestA() color