----------------------------------------------------------------- README for RGB Tester Applet March 14, 1999 ------------------------------------------------------------------ (c) Copyright David Chan, 1999 This document provides information you may find useful in running RGB Tester Applet. HOW TO USE THIS DOCUMENT ======================== To view rgbtest.txt on screen in Notepad, maximize the Notepad window. To print rgbtest.txt, open it in Notepad or another word processor, then use the Print command on the File menu. DESCRIPTION =========== RGB Tester Applet is a freeware Java(tm) applet that lets you produce a colour from a red, green, blue (RGB) value. This applet is useful for finding RGB values for colours that may be needed by other applets. Clicking on a text field allows you to change the number in that text field. Acceptable values range from 0 to 255. Clicking on the "Test" button shows the corresponding colour on the canvas on the left hand side of the applet. If a number entered in a text field is out of range, it will be selected. HTML CODING =========== Place the following code in your HTML file to use this applet: STANDARD COLOURS ================ Following is a list of colours and their RGB values: white - 255, 255, 255 black - 0, 0, 0 light gray - 192, 192, 192 gray - 128, 128, 128 dark gray - 64, 64, 64 red - 255, 0, 0 green - 0, 255, 0 blue - 0, 0, 255 yellow - 255, 255, 0 magenta - 255, 0, 255 cyan - 0, 255, 255 pink - 255, 175, 175 orange - 255, 200, 0 USING APPLET ON YOUR OWN SITE ============================= To use RGB Tester Applet on your own site you must first create a html document which references the applet. This code can be found in this readme under the "HTML CODING" title. The html document and the applet class file should then be uploaded in "ASCII" and "BINARY" modes respectively. A link back to my site would be much appreciated. SENDING SUGGESTIONS, CONTENT ENHANCEMENTS, AND ERRORS ===================================================== If you have suggestions for features you would like to see in future editions of RGB Tester Applet or comments about the current version, please send them to: Internet: http://www.geocities.com/davidchan E-mail: davidchan@hotpop.com Comments about errors, comprehensiveness, or validity of information presented are welcome. Please send these comments by e-mail. Java and all Java-based marks are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other countries. David's Odyssey is independent of Sun Microsystems, Inc.