Contents page

EditColors()


    USAGE

void EditColors(Screen, X, Y, Scale)

FUNCTION

This is a color palette editor. Simply call it with a pointer to your Screen (or NULL for WorkBench) and it will put up a requester with the proper array of colors and let the user edit them.

INPUTS

Screen = Screen structure to put requester in. NULL for WorkBench. X, Y = Coordinates for the top left corner of the requester Scale = Scale of requester. The range is 50 to 150, where 75 is abaout the best. Experiment with the different size untill you get one that fits well with your screen.

RESULT

none (void)