home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / APPS / lout2.lzh / LOUT2 / DOC / TR.FIG / s4 < prev    next >
Text File  |  1994-01-25  |  1KB  |  29 lines

  1. @Section
  2.    @Title { Colour }
  3. @Begin
  4. @PP
  5. An arbitrary Lout object may be printed in colour, like this:
  6. @ID {
  7. @Code "red @Colour hello"
  8. ||7ct
  9. @Fig {
  10. red @Colour hello
  11. }
  12. }
  13. @Code "@Colour" may also be spelt {@Code "@Color"}.  Of course, a colour
  14. printing device is needed to see the effect.  The @Code "@Colour" symbol
  15. is intended to provide a fixed palette of colours indicated by names,
  16. including {@Code "white"}, {@Code "grey"}, {@Code "gray"}, {@Code "black"},
  17. {@Code "red"}, {@Code "green"}, and {@Code "blue"} at least.
  18. @PP
  19. An unlimited range of colours can be obtained with the
  20. {@Code "@RGBColour"} (or {@Code "@RGBColor"}) symbol, which is given
  21. three numbers in the range 0 to 1 specifying the required intensity of
  22. red, green and blue colour in that order.  For example,
  23. @ID @Code "{1.0 0.0 0.0} @RGBColour hello"
  24. is equivalent to {@Code "red @Colour hello"}.  There is also
  25. {@Code "@HSBColour"} (or {@Code "@HSBColor"}) for specifying colour
  26. using the hue-saturation-brightness model (see [{@Ref adobe90}],
  27. Section 4.8).
  28. @End @Section
  29.