home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Detailer / DETAILER.Z / Detailer.rsr / STR#_14.txt < prev    next >
Encoding:
Text File  |  1996-10-28  |  7.3 KB  |  209 lines

  1. refers to the red component of the image.
  2.  
  3. refers to the green component of the image.
  4.  
  5. refers to the blue component of the image.
  6.  
  7. refers to the mask layer of the image. Note: a zero mask refers to the inside of a selection, a mask with a value of 1 refers to the outside of a selection.
  8.  
  9. refers to the hue (color) component of the image. Note: hue 0 is blue, and hue wraps around. Hue is undefined at saturation 0 or at a value of 0 or 1.
  10.  
  11. refers to the saturation (colorfulness) component of the image. Note: a saturation value of 0 signifies pure grayscale. A saturation value of 1 signifies pure color. Saturation is undefined at a value of 0 or 1.
  12.  
  13. refers to the value (brightness) component of the image. A value of 0 signifies the color black. A value of 1 signifies the color white. Note: the spectrum exists at a value of 0.5 and saturation of 1.
  14.  
  15. refers to the cyan plate of the process-separated image color. Note: process color is represented in CMYK color.
  16.  
  17. refers to the magenta plate of the process-separated image color. Note: process color is represented in CMYK color.
  18.  
  19. refers to the yellow plate of the process-separated image color. Note: process color is represented in CMYK color.
  20.  
  21. refers to the black plate of the process-separated image color. Note: process color is represented in CMYK color.
  22.  
  23. when operating on a floater, this refers to the red component of the background image.
  24.  
  25. when operating on a floater, this refers to the green component of the background image.
  26.  
  27. when operating on a floater, this refers to the blue component of the background image.
  28.  
  29. when operating on a floater, this refers to the mask component of the background image.
  30.  
  31. when operating on a floater, this refers to the hue (color) component of the background image.
  32.  
  33. when operating on a floater, this refers to the saturation (colorfulness) component of the background image.
  34.  
  35. when operating on a floater, this refers to the value (brightness) component of the background image.
  36.  
  37. when operating on a floater, this refers to the cyan plate of the process-separated background image color. Note: process color is represented in CMYK color.
  38.  
  39. when operating on a floater, this refers to the magenta plate of the process-separated background image color. Note: process color is represented in CMYK color.
  40.  
  41. when operating on a floater, this refers to the yellow plate of the process-separated background image color. Note: process color is represented in CMYK color.
  42.  
  43. when operating on a floater, this refers to the black plate of the process-separated background image color. Note: process color is represented in CMYK color.
  44.  
  45. refers to the red component of the current color
  46.  
  47. refers to the green component of the current color
  48.  
  49. refers to the blue component of the current color
  50.  
  51. refers to the mask component of the current color
  52.  
  53. refers to the hue (color) component of the current color
  54.  
  55. refers to the saturation (colorfulness) component of the current color
  56.  
  57. refers to the value (brightness) component of the current color
  58.  
  59. refers to the red component of the background color
  60.  
  61. refers to the green component of the background color
  62.  
  63. refers to the blue component of the background color
  64.  
  65. refers to the mask component of the background color
  66.  
  67. refers to the hue (color) component of the background color
  68.  
  69. refers to the saturation (colorfulness) component of the background color
  70.  
  71. refers to the value (brightness) component of the background color
  72.  
  73.  
  74.  
  75. this is the assignment operator.
  76.  
  77. this is the add operator.
  78.  
  79. this is the subtract operator.
  80.  
  81. this is the multiply operator.
  82.  
  83. this is the divide operator.
  84.  
  85. this is the add into operator.
  86.  
  87. this is the subtract from operator.
  88.  
  89. this is the multiply into operator.
  90.  
  91. this is the divide by operator.
  92.  
  93. the semicolon is used to end statements in ColorTalk.
  94.  
  95. the comma is used to separate parameters to functions.
  96.  
  97. the begin parenthesis is used to contain nested expressions and to delimit functions.
  98.  
  99. the end parenthesis is used to contain nested expressions and to delimit functions.
  100.  
  101. refers to the x position of the pixel within the selection being operated on. An x value of 0 refers to the left side of the selection and a value of 1 refers to the right side of the selection.
  102.  
  103. refers to the y position of the pixel within the selection being operated on. A y value of 0 refers to the top of the selection and a value of 1 refers to the bottom of the selection.
  104.  
  105. refers to random noise which varies between 0 and 1.
  106.  
  107. refers to random noise which creates vertical stripes which vary between 0 and 1.
  108.  
  109. refers to random noise which creates horizontal stripes which vary between 0 and 1.
  110.  
  111. a function which takes two parameters which returns the minimum of the two values.
  112.  
  113. a function which takes two parameters which returns the maximum of the two values.
  114.  
  115. a function which takes two parameters which returns the first parameter to the power of the second parameter.
  116.  
  117. a function which takes one parameter which returns the log base e of the first parameter.
  118.  
  119. a function which takes one parameter which returns e to the power of the first parameter.
  120.  
  121. a function which takes one parameter which returns the sine of the first parameter (in radians).
  122.  
  123. a function which takes one parameter which returns the cosine of the first parameter (in radians).
  124.  
  125. a function which takes three parameters which uses the third parameter to interpolate between the first and the second parameters. If the third parameter is 0, the value of the first parameter is returned.
  126.  
  127. a function which takes two parameters which swaps the parameters both parameters must be direct component specifiers.
  128.  
  129. a function which takes one parameter which returns the square root of the first parameter.
  130.  
  131. a function which takes one parameter which returns the  unit sine. usin(x) = (sin(x / (2*PI)) + 1)/2; This function goes through the entire period in a unit, and returns results on the range 0 through 1.
  132.  
  133. a function which takes one parameter which returns the  unit cosine. usin(x) = (cos(x / (2*PI)) + 1)/2; This function goes through the entire period in a unit, and returns results on the range 0 through 1.
  134.  
  135. a function of two parameters. If the first parameter is greater than or equal to the second parameter, then a value of 1 is returned. Otherwise a value of 0 is returned.
  136.  
  137. a function which takes two parameters y and x which calculates the angle defined by the points (on the range -PI through +PI).
  138.  
  139. a function which takes one parameter and clips the parameter down to the range 0 through 1.
  140.  
  141. a function which takes two parameters y and x which calculates the unit angle defined by the points (on the range 0 through 1).
  142.  
  143. a procedure which is passed a position mapping function for the horizontal position of the data inside the selection.
  144.  
  145. a function which takes one parameter which returns the absolute value of the first parameter.
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.  
  172.  
  173.  
  174.  
  175.  
  176.  
  177. refers to the value of the current paper grain at the pixel (varies between 0 and 1).
  178.  
  179. refers to the distance from the center of the selection to the pixel (ranges from 0 at the center to 1 at the corners).
  180.  
  181. refers to the angle of the current pixel with respect to the center of the selection. The 3 o'clock position is measured as zero. the value of this variable ranges between 0 and 1.
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.  
  195.  
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207. a function of one parameter which returns the parameter mod 1.0. results are naturally on the range 0 through just less than 1.
  208.  
  209.