home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l460 / 2.ddi / COLOR.DI$ / CONTENTS.M < prev    next >
Encoding:
Text File  |  1993-03-07  |  1.3 KB  |  39 lines

  1. % Color control and lighting model functions.
  2. % Color controls.
  3. %   colormap   - Color look-up table.
  4. %   caxis      - Pseudocolor axis scaling.
  5. %   shading    - Color shading mode.
  6. % Color maps.
  7. %   hsv        - Hue-saturation-value color map.
  8. %   gray       - Linear gray-scale color map.
  9. %   hot        - Black-red-yellow-white color map.
  10. %   cool       - Shades of cyan and magenta color map.
  11. %   bone       - Gray-scale with a tinge of blue color map.
  12. %   copper     - Linear copper-tone color map.
  13. %   pink       - Pastel shades of pink color map.
  14. %   prism      - Prism color map.
  15. %   jet        - A variant of HSV.
  16. %   flag       - Alternating red, white, blue, and black color map.
  17. %
  18. % Color map related functions.
  19. %   hsv2rgb    - Hue-saturation-value to red-green-blue conversion.
  20. %   rgb2hsv    - Red-green-blue to hue-saturation-value conversion.
  21. %   contrast   - Gray scale color map to enhance image contrast.
  22. %   brighten   - Brighten or darken color map.
  23. %   spinmap    - Spin color map.
  24. %   rgbplot    - Plot color map.
  25. % Lighting models.
  26. %   surfl      - 3-D shaded surface with lighting.
  27. %   specular   - Specular reflectance.
  28. %   diffuse    - Diffuse reflectance.
  29. %   surfnorm   - Surface normals.
  30.  
  31. %    Copyright (c) 1984-93 by The MathWorks, Inc.
  32.  
  33.  
  34.  
  35.  
  36.