Madi_Perth

Untitled

Feb 12th, 2024
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Linden Scripting 1.99 KB | Source Code | 0 0
  1.  
  2. // color defines
  3.  
  4. #define AQUA        <0.498, 0.859, 1.000>
  5. #define BLACK        <0.067, 0.067, 0.067>
  6. #define BLACK_0               <0, 0, 0>    
  7.    
  8. #define BLUE        <0.000, 0.455, 0.851>
  9. #define BROWN               <1, 0.5, 0>    
  10. #define CYAN                <0, 1, 1>      
  11. #define CYAN_TO_PINK        <0.5, 0.5, 1>    
  12. #define DARK_BLUE           <0, 0, 0.5>      
  13. #define DARK_BLUE_TO_CYAN   <0, 0.25, 0.5>    
  14. #define DARK_BROWN          <0.5, 0.25, 0>  
  15. #define DARK_CYAN           <0, 0.5, 0.5>    
  16. #define DARK_GREEN          <0, 0.5, 0>      
  17. #define DARK_GREEN_TO_BLUE  <0, 0.25, 0.25>    
  18. #define DARK_MAGENTA        <0.5, 0, 0.5>    
  19. #define DARK_RED            <0.5, 0, 0>      
  20. #define DARK_YELLOW         <0.5, 0.5, 0>    
  21. #define DIRTY_YELLOW        <0.5, 0.5, 0>    
  22. #define FUCHSIA    <0.941, 0.071, 0.745>
  23. #define GRAY        <0.667, 0.667, 0.667>
  24. #define GREEN        <0.180, 0.800, 0.251>
  25. #define GREEN_TO_BLUE       <0, 1, 0.5>      
  26. #define INDIGO              <0.5, 0, 1>    
  27. #define LIGHT_BLUE_TO_GREEN <0.5, 1, 1>      
  28. #define LIGHT_GRAY          <0.75, 0.75, 0.75>
  29. #define LIGHT_GREEN_TO_BLUE <0, 0.5, 1>      
  30. #define LIGHT_YELLOW        <1, 1, 0.5>      
  31. #define LIME        <0.004, 1.000, 0.439>
  32. #define MAGENTA             <1, 0, 1>      
  33. #define MAROON        <0.522, 0.078, 0.294>
  34. #define NAVY        <0.000, 0.122, 0.247>
  35. #define OLIVE        <0.239, 0.600, 0.439>
  36. #define ORANGE        <1.000, 0.522, 0.106>
  37. #define PALE_YELLOW         <1, 1, 0.79>    
  38. #define PURPLE        <0.694, 0.051, 0.788>
  39. #define RED        <1.000, 0.255, 0.212>
  40. #define SILVER        <0.867, 0.867, 0.867>
  41. #define TEAL        <0.224, 0.800, 0.800>
  42. #define VIOLET              <1, 1, 0.5>    
  43. #define WHITE        <1.000, 1.000, 1.000>
  44. #define WHITE_A             <1, 1, 1>      
  45. #define WHITE_B             <1, 1, 1>      
  46. #define WHITE_C             <1, 1, 1>      
  47. #define WHITE_D             <1, 1, 1>      
  48. #define YELLOW        <1.000, 0.863, 0.000>
  49.  
Add Comment
Please, Sign In to add comment